This file is indexed.

/usr/share/maven-repo/net/sf/ehcache/ehcache-core/debian/ehcache-core-debian.pom is in libehcache-java 2.1.0-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
<?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>net.sf.ehcache</groupId>
	<artifactId>ehcache-core</artifactId>
	<version>debian</version>
	<packaging>jar</packaging>
	
	<name>Ehcache Core</name>
	<description>This is the ehcache core module. Pair it with other modules for added
        functionality.</description>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>src/assemble/LICENSE.txt</url>
		</license>
	</licenses>
	<url>http://ehcache.org</url>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<net.sf.ehcache.speedAdjustmentFactor>5</net.sf.ehcache.speedAdjustmentFactor>
		<name>ehcache</name>
		<debian.originalVersion>2.1.0</debian.originalVersion>
		<debian.package>libehcache-java</debian.package>
	</properties>
	<dependencies>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>debian</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-jdk14</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<scope>provided</scope>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-core</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.codehaus.btm</groupId>
			<artifactId>btm</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>javax.transaction</groupId>
			<artifactId>jta</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<scm>
		<connection>scm:svn:http://svn.terracotta.org/svn/ehcache/trunk</connection>
		<developerConnection>scm:svn:https://svn.terracotta.org/repo/ehcache/trunk</developerConnection>
		<tag>
		</tag>
		<url>http://svn.terracotta.org/svn/ehcache/trunk</url>
	</scm>
	<issueManagement>
		<system>JIRA</system>
		<url>https://jira.terracotta.org/jira/browse/EHC</url>
	</issueManagement>
</project>