This file is indexed.

/usr/share/maven-repo/commons-logging/commons-logging-api/1.2/commons-logging-api-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
<?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>commons-logging</groupId>
	<artifactId>commons-logging-api</artifactId>
	<version>1.2</version>
	<packaging>jar</packaging><properties>
		
			<debian.junit.junit.originalVersion>3.8.1</debian.junit.junit.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>
	
	<name>Logging</name>
	<description>Commons Logging is a thin adapter allowing configurable bridging to other,
    well known logging systems.</description>
	<url>http://jakarta.apache.org/commons/logging/</url>
	<issueManagement>
		<url>http://issues.apache.org/jira/browse/LOGGING</url>
	</issueManagement>
	<inceptionYear>2001</inceptionYear>
	<mailingLists>
		<mailingList>
			<name>Commons Dev List</name>
			<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
			<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
			<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
		</mailingList>
		<mailingList>
			<name>Commons User List</name>
			<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
			<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
			<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
		</mailingList>
	</mailingLists>
	<developers>
		<developer>
			<id>morgand</id>
			<name>Morgan Delagrange</name>
			<email>morgand at apache dot org</email>
			<organization>Apache</organization>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
		<developer>
			<id>rwaldhoff</id>
			<name>Rodney Waldhoff</name>
			<email>rwaldhoff at apache org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>craigmcc</id>
			<name>Craig McClanahan</name>
			<email>craigmcc at apache org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>sanders</id>
			<name>Scott Sanders</name>
			<email>sanders at apache dot org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>rdonkin</id>
			<name>Robert Burrell Donkin</name>
			<email>rdonkin at apache dot org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>donaldp</id>
			<name>Peter Donald</name>
			<email>donaldp at apache dot org</email>
			<organization>
			</organization>
		</developer>
		<developer>
			<id>costin</id>
			<name>Costin Manolache</name>
			<email>costin at apache dot org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>rsitze</id>
			<name>Richard Sitze</name>
			<email>rsitze at apache dot org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>baliuka</id>
			<name>Juozas Baliuka</name>
			<email>baliuka@apache.org</email>
			<organization>
			</organization>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
		<developer>
			<id>skitching</id>
			<name>Simon Kitching</name>
			<email>skitching@apache.org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>dennisl</id>
			<name>Dennis Lundberg</name>
			<email>dennisl@apache.org</email>
			<organization>Apache Software Foundation</organization>
		</developer>
		<developer>
			<id>bstansberry</id>
			<name>Brian Stansberry</name>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>/LICENSE.txt</url>
		</license>
	</licenses>
	<scm>
		<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection>
		<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
	</scm>
	<organization>
		<name>The Apache Software Foundation</name>
		<url>http://jakarta.apache.org</url>
	</organization>
	<dependencies>
	</dependencies>
</project>