This file is indexed.

/usr/share/maven-repo/org/antlr/antlr4-master/debian/antlr4-master-debian.pom is in libantlr4-runtime-java 4.5.1-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
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
76
77
78
79
80
81
82
83
84
85
86
87
<?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>org.antlr</groupId>
	<artifactId>antlr4-master</artifactId>
	<version>debian</version>
	<packaging>pom</packaging>
	<name>ANTLR 4</name>
	<description>ANTLR 4 Master Build POM</description>
	<url>http://www.antlr.org</url>
	<inceptionYear>1992</inceptionYear>
	<organization>
		<name>ANTLR</name>
		<url>http://www.antlr.org</url>
	</organization>
	<licenses>
		<license>
			<name>The BSD License</name>
			<url>http://www.antlr.org/license.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Terence Parr</name>
			<url>http://antlr.org/wiki/display/~admin/Home</url>
			<roles>
				<role>Project lead - ANTLR</role>
			</roles>
		</developer>
		<developer>
			<name>Sam Harwell</name>
			<url>http://tunnelvisionlabs.com</url>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<name>Eric Vergnaud</name>
			<roles>
				<role>Developer - JavaScript, C#, Python 2, Python 3</role>
			</roles>
		</developer>
		<developer>
			<name>Jim Idle</name>
			<email>jimi@idle.ws</email>
			<url>http://www.linkedin.com/in/jimidle</url>
			<roles>
				<role>Developer - Maven Plugin</role>
			</roles>
		</developer>
	</developers>
	<modules>
		<module>runtime/Java</module>
		<module>tool</module>
		<module>antlr4-maven-plugin</module>
		<module>tool-testsuite</module>
		<module>runtime-testsuite</module>
	</modules>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<antlr.testinprocess>true</antlr.testinprocess>
		<maven.compiler.source>1.6</maven.compiler.source>
		<maven.compiler.target>1.6</maven.compiler.target>
		
			<debian.originalVersion>4.5.1</debian.originalVersion>
		
			<debian.package>libantlr4-runtime-java</debian.package>
	</properties>
	<mailingLists>
		<mailingList>
			<name>antlr-discussion</name>
			<archive>https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion</archive>
		</mailingList>
	</mailingLists>
	<issueManagement>
		<system>GitHub Issues</system>
		<url>https://github.com/antlr/antlr4/issues</url>
	</issueManagement>
	<scm>
		<url>https://github.com/antlr/antlr4/tree/master</url>
		<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
		<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
		<tag>HEAD</tag>
	</scm>
</project>