This file is indexed.

/usr/share/maven-repo/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/debian/geronimo-jpa_2.0_spec-debian.pom is in libgeronimo-jpa-2.0-spec-java 1.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
<?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.apache.geronimo.specs</groupId>
	<artifactId>geronimo-jpa_2.0_spec</artifactId>
	<version>debian</version>
	<packaging>bundle</packaging>
	
	<name>Apache Geronimo JSR-317 JPA 2.0 Spec API</name>
	<description>Implementation of Sun JSR-317 JPA 2.0 Spec API</description>
	<url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
	<properties>
		<siteId>specs/${artifactId}</siteId>
		<debian.originalVersion>1.1</debian.originalVersion>
		<debian.package>libgeronimo-jpa-2.0-spec-java</debian.package>
		<debian.org.apache.felix.org.osgi.compendium.originalVersion>1.2.0</debian.org.apache.felix.org.osgi.compendium.originalVersion>
		<debian.org.apache.felix.org.osgi.core.originalVersion>1.4.0</debian.org.apache.felix.org.osgi.core.originalVersion>
		<debian.org.apache.geronimo.specs.geronimo-osgi-locator.originalVersion>1.0</debian.org.apache.geronimo.specs.geronimo-osgi-locator.originalVersion>
	</properties>
	<scm>
		<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.0_spec-1.1</connection>
		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.0_spec-1.1</developerConnection>
		<url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jpa_2.0_spec-1.1</url>
	</scm>
	<dependencies>
		<dependency>
			<groupId>org.apache.felix</groupId>
			<artifactId>org.osgi.core</artifactId>
			<version>debian</version>
			<scope>compile</scope>
			<optional>true</optional>
			<exclusions>
				<exclusion>
					<groupId>org.apache.felix</groupId>
					<artifactId>org.osgi.foundation</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.apache.felix</groupId>
			<artifactId>org.osgi.compendium</artifactId>
			<version>debian</version>
			<scope>compile</scope>
			<optional>true</optional>
			<exclusions>
				<exclusion>
					<groupId>org.apache.felix</groupId>
					<artifactId>org.osgi.core</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.apache.felix</groupId>
					<artifactId>org.osgi.foundation</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.apache.felix</groupId>
					<artifactId>javax.servlet</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.apache.geronimo.specs</groupId>
			<artifactId>geronimo-osgi-locator</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>