This file is indexed.

/usr/share/maven-repo/commons-logging/commons-logging/1.2/commons-logging-1.2.pom is in libcommons-logging-java 1.2-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
 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>commons-logging</groupId>
	<artifactId>commons-logging</artifactId>
	<version>1.2</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>org.apache.commons</groupId>
		<artifactId>commons-parent</artifactId>
		<version>debian</version>
	</parent>
	
	<!--
    - Note that due to the special requirements of logging unit-tests, most
    - tests are executed in the "integration-test" phase rather than the
    - "test" phase. Please run "mvn integration-test" to run the full suite of
    - available unit tests.
    -->
	<name>Apache Commons Logging</name>
	<description>Apache Commons Logging is a thin adapter allowing configurable bridging to other,
    well known logging systems.</description>
	<url>http://commons.apache.org/proper/commons-logging/</url>
	<issueManagement>
		<system>JIRA</system>
		<url>http://issues.apache.org/jira/browse/LOGGING</url>
	</issueManagement>
	<inceptionYear>2001</inceptionYear>
	<developers>
		<developer>
			<id>baliuka</id>
			<name>Juozas Baliuka</name>
			<email>baliuka@apache.org</email>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
		<developer>
			<id>morgand</id>
			<name>Morgan Delagrange</name>
			<email>morgand@apache.org</email>
			<organization>Apache</organization>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
		<developer>
			<id>donaldp</id>
			<name>Peter Donald</name>
			<email>donaldp@apache.org</email>
		</developer>
		<developer>
			<id>rdonkin</id>
			<name>Robert Burrell Donkin</name>
			<email>rdonkin@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>skitching</id>
			<name>Simon Kitching</name>
			<email>skitching@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>dennisl</id>
			<name>Dennis Lundberg</name>
			<email>dennisl@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>costin</id>
			<name>Costin Manolache</name>
			<email>costin@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>craigmcc</id>
			<name>Craig McClanahan</name>
			<email>craigmcc@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>tn</id>
			<name>Thomas Neidhart</name>
			<email>tn@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>sanders</id>
			<name>Scott Sanders</name>
			<email>sanders@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>rsitze</id>
			<name>Richard Sitze</name>
			<email>rsitze@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>bstansberry</id>
			<name>Brian Stansberry</name>
		</developer>
		<developer>
			<id>rwaldhoff</id>
			<name>Rodney Waldhoff</name>
			<email>rwaldhoff@apache.org</email>
			<organization>The Apache Software Foundation</organization>
		</developer>
	</developers>
	<contributors>
		<contributor>
			<name>Matthew P. Del Buono</name>
			<roles>
				<role>Provided patch</role>
			</roles>
		</contributor>
		<contributor>
			<name>Vince Eagen</name>
			<email>vince256 at comcast dot net</email>
			<roles>
				<role>Lumberjack logging abstraction</role>
			</roles>
		</contributor>
		<contributor>
			<name>Peter Lawrey</name>
			<roles>
				<role>Provided patch</role>
			</roles>
		</contributor>
		<contributor>
			<name>Berin Loritsch</name>
			<email>bloritsch at apache dot org</email>
			<roles>
				<role>Lumberjack logging abstraction</role>
				<role>JDK 1.4 logging abstraction</role>
			</roles>
		</contributor>
		<contributor>
			<name>Philippe Mouawad</name>
			<roles>
				<role>Provided patch</role>
			</roles>
		</contributor>
		<contributor>
			<name>Neeme Praks</name>
			<email>neeme at apache dot org</email>
			<roles>
				<role>Avalon logging abstraction</role>
			</roles>
		</contributor>
	</contributors>
	<scm>
		<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk</connection>
		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk</developerConnection>
		<url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</url>
	</scm>
	<dependencies>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.x</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>logkit</groupId>
			<artifactId>logkit</artifactId>
			<version>debian</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>org.apache.avalon</groupId>
			<artifactId>avalon-framework</artifactId>
			<version>debian</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>3.1</version>
			<scope>provided</scope>
			<optional>true</optional>
		</dependency>
	</dependencies>
	<properties>
		<maven.compiler.source>1.2</maven.compiler.source>
		<maven.compiler.target>1.2</maven.compiler.target>
		<commons.componentid>logging</commons.componentid>
		<commons.release.version>1.2</commons.release.version>
		<commons.jira.id>LOGGING</commons.jira.id>
		<commons.jira.pid>12310484</commons.jira.pid>
		<!-- The RC version used in the staging repository URL. -->
		<commons.rc.version>RC2</commons.rc.version>
		<commons.surefire.version>2.12</commons.surefire.version>
		<skipSurefireReport>true</skipSurefireReport>
		<!-- Allow default test run order to be changed -->
		<failsafe.runorder>filesystem</failsafe.runorder>
		<commons.osgi.import>javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
      org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,
      org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional,
      org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional</commons.osgi.import>
		
			<debian.avalon-framework.avalon-framework.originalVersion>4.1.5</debian.avalon-framework.avalon-framework.originalVersion>
		
			<debian.javax.servlet.servlet-api.originalVersion>2.3</debian.javax.servlet.servlet-api.originalVersion>
		
			<debian.junit.junit.originalVersion>3.8.1</debian.junit.junit.originalVersion>
		
			<debian.log4j.log4j.originalVersion>1.2.17</debian.log4j.log4j.originalVersion>
		
			<debian.logkit.logkit.originalVersion>1.0.1</debian.logkit.logkit.originalVersion>
		
			<debian.mavenRules>commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.2</debian.originalVersion>
		
			<debian.package>libcommons-logging-java</debian.package>
	</properties>
</project>