This file is indexed.

/usr/share/maven-repo/net/java/sezpoz/pom/debian/pom-debian.pom is in libsezpoz-java 1.9-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>net.java.sezpoz</groupId>
	<artifactId>pom</artifactId>
	<version>debian</version>
	<packaging>pom</packaging>
	<properties>
		<debian.mavenRules>net.java.sezpoz pom pom s/.*/debian/ * *</debian.mavenRules>
		<debian.originalVersion>1.9</debian.originalVersion>
		<debian.package>libsezpoz-java</debian.package>
	</properties>
	
	<name>SezPoz</name>
	<url>http://sezpoz.java.net/</url>
	<description>SezPoz is a lightweight and simple-to-learn library that lets you perform modular service lookups.</description>
	<developers>
		<developer>
			<email>jesse.glick@oracle.com</email>
			<name>Jesse Glick</name>
			<id>jglick</id>
		</developer>
	</developers>
	<scm>
		<connection>scm:svn:http://svn.java.net/svn/sezpoz~svn/tags/pom-1.9</connection>
		<developerConnection>scm:svn:https://svn.java.net/svn/sezpoz~svn/tags/pom-1.9</developerConnection>
		<url>http://java.net/projects/sezpoz/sources/svn/show/tags/pom-1.9</url>
	</scm>
	<issueManagement>
		<system>JIRA</system>
		<url>http://java.net/jira/browse/SEZPOZ</url>
	</issueManagement>
	<licenses>
		<license>
			<name>CDDL or GPL 2 with Classpath Exception</name>
			<url>http://www.netbeans.org/cddl-gplv2.html</url>
		</license>
	</licenses>
	<modules>
		<module>sezpoz</module>
	</modules>
</project>