This file is indexed.

/usr/share/maven-repo/com/puppycrawl/tools/checkstyle/debian/checkstyle-debian.pom is in checkstyle 5.4-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
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.puppycrawl.tools</groupId>
	<artifactId>checkstyle</artifactId>
	<version>debian</version>
	<packaging>jar</packaging>
	
	<!--
      TIPS:

      - use "mvn versions:display-dependency-updates" to see what dependencies
        have updates available.

      - use "mvn versions:display-plugin-updates" to see whan plugins have
        updates available.
  -->
	<!-- Used for making releases. -->
	<name>checkstyle</name>
	<url>http://checkstyle.sourceforge.net/</url>
	<issueManagement>
		<system>SourceForge</system>
		<url>http://sourceforge.net/tracker/?group_id=29721</url>
	</issueManagement>
	<inceptionYear>2001</inceptionYear>
	<description>Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard</description>
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
		</license>
	</licenses>
	<scm>
		<connection>scm:hg:http://checkstyle.hg.sourceforge.net:8000/hgroot/checkstyle/checkstyle</connection>
		<developerConnection>scm:hg:ssh://oburn@checkstyle.hg.sourceforge.net/hgroot/checkstyle/checkstyle</developerConnection>
		<url>http://checkstyle.hg.sourceforge.net/hgweb/checkstyle/</url>
	</scm>
	<developers>
		<developer>
			<id>oburn</id>
			<name>Oliver Burn</name>
			<roles>
				<role>founder</role>
			</roles>
		</developer>
		<developer>
			<id>lkuehne</id>
			<name>Lars K??hne</name>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
		<developer>
			<id>rickgiles</id>
			<name>Rick Giles</name>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
		<developer>
			<id>o_sukhodolsky</id>
			<name>Oleg Sukhodolsky</name>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
		<developer>
			<id>mstudman</id>
			<name>Michael Studman</name>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
		<developer>
			<id>tschneeberger</id>
			<name>Travis Schneeberger</name>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
	</developers>
	<mailingLists>
		<mailingList>
			<name>checkstyle-announce</name>
			<archive>https://sourceforge.net/mailarchive/forum.php?forum_name=checkstyle-announce</archive>
			<subscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-announce</subscribe>
			<unsubscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-announce</unsubscribe>
		</mailingList>
		<mailingList>
			<name>checkstyle-commits</name>
			<archive>https://sourceforge.net/mailarchive/forum.php?forum_name=checkstyle-commits</archive>
			<subscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-commits</subscribe>
			<unsubscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-commits</unsubscribe>
		</mailingList>
		<mailingList>
			<name>checkstyle-devel</name>
			<archive>https://sourceforge.net/mailarchive/forum.php?forum_name=checkstyle-devel</archive>
			<subscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-devel</subscribe>
			<unsubscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-devel</unsubscribe>
		</mailingList>
		<mailingList>
			<name>checkstyle-user</name>
			<archive>https://sourceforge.net/mailarchive/forum.php?forum_name=checkstyle-user</archive>
			<subscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-user</subscribe>
			<unsubscribe>https://lists.sourceforge.net/mailman/listinfo/checkstyle-user</unsubscribe>
		</mailingList>
	</mailingLists>
	<properties>
		<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
		<testinputs.dir>${basedir}/src/testinputs/com/puppycrawl/tools/checkstyle</testinputs.dir>
		<testsrcs.dir>${basedir}/src/tests/com/puppycrawl/tools/checkstyle</testsrcs.dir>
		<projectVersion>${project.version}</projectVersion>
		<tools.jar.version>1.5.0</tools.jar.version>
		<tools.jar.path>${java.home}/../lib/tools.jar</tools.jar.path>
		<debian.antlr.antlr.originalVersion>2.7.7</debian.antlr.antlr.originalVersion>
		<debian.com.google.collections.google-collections.originalVersion>1.0</debian.com.google.collections.google-collections.originalVersion>
		<debian.commons-beanutils.commons-beanutils-core.originalVersion>1.8.3</debian.commons-beanutils.commons-beanutils-core.originalVersion>
		<debian.commons-cli.commons-cli.originalVersion>1.2</debian.commons-cli.commons-cli.originalVersion>
		<debian.junit.junit.originalVersion>4.8.2</debian.junit.junit.originalVersion>
		<debian.org.apache.ant.ant.originalVersion>1.7.0</debian.org.apache.ant.ant.originalVersion>
		<debian.originalVersion>5.4</debian.originalVersion>
		<debian.package>checkstyle</debian.package>
	</properties>
	<dependencies>
		<dependency>
			<groupId>antlr</groupId>
			<artifactId>antlr</artifactId>
			<version>2.x</version>
		</dependency>
		<dependency>
			<groupId>commons-beanutils</groupId>
			<artifactId>commons-beanutils</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>commons-cli</groupId>
			<artifactId>commons-cli</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>com.google.collections</groupId>
			<artifactId>google-collections</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>org.apache.ant</groupId>
			<artifactId>ant</artifactId>
			<!-- Do not upgrade as this is the earliest version of ANT supported -->
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
		<!-- test scope stuff -->
	</dependencies>
</project>