This file is indexed.

/usr/share/maven-repo/net/java/sezpoz/pom/1.10/pom-1.10.pom is in libsezpoz-java 1.10-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
43
<?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>1.10</version>
	<packaging>pom</packaging><properties>
		
			<debian.mavenRules>net.java.sezpoz pom pom s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.10</debian.originalVersion>
		
			<debian.package>libsezpoz-java</debian.package>
	</properties>
	
	<name>SezPoz</name>
	<url>https://github.com/jglick/sezpoz</url>
	<description>SezPoz is a lightweight and simple-to-learn library that lets you perform modular service lookups.</description>
	<developers>
		<developer>
			<email>jglick@cloudbees.com</email>
			<name>Jesse Glick</name>
			<id>jglick</id>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:git@github.com:jglick/sezpoz.git</connection>
		<developerConnection>scm:git:git@github.com:jglick/sezpoz.git</developerConnection>
		<url>git@github.com:jglick/sezpoz.git</url>
		<tag>pom-1.10</tag>
	</scm>
	<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>
		<!--<module>perftest</module>-->
		<module>demo</module>
	</modules>
</project>