This file is indexed.

/usr/share/maven-repo/xml-apis/xml-apis/debian/xml-apis-debian.pom is in libjaxp1.3-java 1.3.05-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
<?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>xml-apis</groupId>
	<artifactId>xml-apis</artifactId>
	<version>debian</version>
	<packaging>jar</packaging>
	<properties>
		<debian.originalVersion>1.3.04</debian.originalVersion>
		<debian.package>libjaxp1.3-java</debian.package>
	</properties>
	
	<name>XML Commons External Components XML APIs</name>
	<description>xml-commons provides an Apache-hosted set of DOM, SAX, and 
    JAXP interfaces for use in other xml-based projects. Our hope is that we 
    can standardize on both a common version and packaging scheme for these 
    critical XML standards interfaces to make the lives of both our developers 
    and users easier. The External Components portion of xml-commons contains 
    interfaces that are defined by external standards organizations. For DOM, 
    that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 
    JAXP it's Sun.</description>
	<url>http://xml.apache.org/commons/components/external/</url>
	<issueManagement>
		<system>bugzilla</system>
		<url>http://issues.apache.org/bugzilla/</url>
	</issueManagement>
	<mailingLists>
		<mailingList>
			<name>XML Commons Developer's List</name>
			<subscribe>commons-dev-subscribe@xml.apache.org</subscribe>
			<unsubscribe>commons-dev-unsubscribe@xml.apache.org</unsubscribe>
			<post>commons-dev@xml.apache.org</post>
			<archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/</connection>
		<url>http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_3_04/</url>
	</scm>
</project>