This file is indexed.

/usr/share/maven-repo/args4j/args4j-site/2.33/args4j-site-2.33.pom is in libargs4j-java 2.33-1.

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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?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>args4j</groupId>
	<artifactId>args4j-site</artifactId>
	<version>2.33</version>
	<packaging>pom</packaging>
	<name>args4j parent</name>
	<description>args4j : Java command line arguments parser</description>
	<url>http://args4j.kohsuke.org/</url>
	<issueManagement>
		<url>https://args4j.dev.java.net/issues</url>
	</issueManagement>
	<inceptionYear>2003</inceptionYear>
	<mailingLists>
		<mailingList>
			<name>discussion list</name>
			<subscribe>users-subscribe@args4j.dev.java.net</subscribe>
			<unsubscribe>users-ubsubscribe@args4j.dev.java.net</unsubscribe>
			<archive>https://args4j.dev.java.net/servlets/SummarizeList?listName=users</archive>
		</mailingList>
	</mailingLists>
	<developers>
		<developer>
			<id>kohsuke</id>
			<name>Kohsuke Kawaguchi</name>
			<email>kk@kohsuke.org</email>
			<organization>Sun Microsystems</organization>
		</developer>
		<developer>
			<id>jhm</id>
			<name>Jan Materne</name>
			<email>jhm@apache.org</email>
		</developer>
		<developer>
			<id>marksinke</id>
			<name>Mark Sinke</name>
			<email>marksinke@dev.java.net</email>
		</developer>
		<developer>
			<id>lacostej</id>
			<name>Jerome Lacoste</name>
			<email>jerome@coffeebreaks.org</email>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:git@github.com/kohsuke/args4j.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/kohsuke/args4j.git</developerConnection>
		<url>http://args4j.kohsuke.org/</url>
		<tag>args4j-site-2.33</tag>
	</scm>
	<organization>
		<name>Kohsuke Kawaguchi</name>
		<url>http://www.kohsuke.org/</url>
	</organization>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		
			<debian.originalVersion>2.33</debian.originalVersion>
		
			<debian.package>libargs4j-java</debian.package>
	</properties>
	<licenses>
		<license>
			<name>MIT License</name>
			<url>http://www.opensource.org/licenses/mit-license.php</url>
		</license>
	</licenses>
	<modules>
		<module>args4j</module>
		<module>args4j-tools</module>
		<module>args4j-maven-plugin</module>
		<module>args4j-maven-plugin-example</module>
	</modules>
</project>