This file is indexed.

/usr/share/maven-repo/net/sourceforge/saxon/saxon/debian/saxon-debian.pom is in libsaxonb-java 9.1.0.8+dfsg-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
<?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.sourceforge.saxon</groupId>
	<artifactId>saxon</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.hasPackageVersion/>
		
			<debian.originalVersion>9.1.0.8</debian.originalVersion>
		
			<debian.package>libsaxonb-java</debian.package>
	</properties>
	
	<name>SaxonB</name>
	<url>http://saxon.sourceforge.net/</url>
	<organization>
		<name>sourceforge</name>
		<url>http://www.sourceforge.net</url>
	</organization>
	<description>Saxon a complete and conformant implementation of the XSLT 2.0, XQuery 1.0, and XPath 2.0 Recommendations published on 23 January 2007 by W3C</description>
	<licenses>
		<license>
			<name>Mozilla Public License Version 1.0</name>
			<url>http://www.mozilla.org/MPL/MPL-1.0.txt</url>
			<comments>See http://saxon.sourceforge.net for other notices files</comments>
		</license>
	</licenses>
	<scm>
		<connection>scm:svn:http://saxon.svn.sourceforge.net/viewvc/saxon/tags/9.1.0.8</connection>
		<developerConnection>scm:svn:http://saxon.svn.sourceforge.net/viewvc/saxon/tags/9.1.0.8</developerConnection>
		<url>http://saxon.svn.sourceforge.net/viewvc/saxon/tags/9.1.0.8</url>
	</scm>
</project>