This file is indexed.

/usr/share/maven-repo/de/pdark/decentxml/1.4/decentxml-1.4.pom is in libdecentxml-java 1.4-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
<?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>de.pdark</groupId>
	<artifactId>decentxml</artifactId>
	<version>1.4</version>
	<packaging>jar</packaging>
	<name>DecentXML</name>
	<description>A decent XML parser. Since it's decent, it's not
        compatible with the W3C and therefore, it can do roundtripping.
	</description>
	<url>http://code.google.com/p/decentxml/</url>
	<inceptionYear>2008</inceptionYear>
	<licenses>
		<license>
			<name>New BSD License</name>
			<url>http://www.opensource.org/licenses/bsd-license.php</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Aaron Digulla</name>
			<email>digulla@hepe.com</email>
			<roles>
				<role>Java Developer</role>
			</roles>
			<timezone>0</timezone>
		</developer>
	</developers>
	<issueManagement>
		<system>Google Code</system>
		<url>http://code.google.com/p/decentxml/issues/list</url>
	</issueManagement>
	<dependencies>
	</dependencies>
	<properties>
		<target.dir>target</target.dir>
		<version.cobertura-maven-plugin>2.5.1</version.cobertura-maven-plugin>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<compileSource>1.5</compileSource>
		
			<debian.junit.junit-dep.originalVersion>4.10</debian.junit.junit-dep.originalVersion>
		
			<debian.originalVersion>1.4</debian.originalVersion>
		
			<debian.package>libdecentxml-java</debian.package>
	</properties>
	<!-- TODO Update for Mercurial -->
	<scm>
		<connection>scm:svn:http://decentxml.googlecode.com/svn/trunk/</connection>
		<developerConnection>scm:svn:https://decentxml.googlecode.com/svn/trunk</developerConnection>
		<url>http://code.google.com/p/decentxml/source/browse/</url>
	</scm>
</project>