This file is indexed.

/usr/share/maven-repo/jmock/jmock-cglib/1.2.0/jmock-cglib-1.2.0.pom is in libjmock-java 1.2.0-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
<?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>jmock</groupId>
	<artifactId>jmock-cglib</artifactId>
	<version>1.2.0</version>
	<packaging>jar</packaging><properties>
		
			<debian.cglib.cglib-nodep.originalVersion>2.1_3</debian.cglib.cglib-nodep.originalVersion>
		
			<debian.jmock.jmock.originalVersion>1.2.0</debian.jmock.jmock.originalVersion>
		
			<debian.mavenRules>jmock jmock jar s/1\..*/1.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.2.0</debian.originalVersion>
		
			<debian.package>libjmock-java</debian.package>
	</properties>
	
	<name>jMock CGLIB extension</name>
	<url>http://www.jmock.org/</url>
	<description>jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.</description>
	<licenses>
		<license>
			<name>BSD</name>
			<url>http://www.jmock.org/license.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://cvs.jmock.codehaus.org/browse/jmock/jmock</url>
	</scm>
	<organization>
		<name>jMock.org</name>
		<url>http://www.jmock.org/</url>
	</organization>
	<dependencies>
		<dependency>
			<groupId>jmock</groupId>
			<artifactId>jmock</artifactId>
			<version>1.x</version>
		</dependency>
		<dependency>
			<groupId>cglib</groupId>
			<artifactId>cglib-nodep</artifactId>
			<version>debian</version>
		</dependency>
	</dependencies>
</project>