This file is indexed.

/usr/share/maven-repo/net/sourceforge/jexcelapi/jxl/2.6.12/jxl-2.6.12.pom is in libjexcelapi-java 2.6.12-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
<?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>net.sourceforge.jexcelapi</groupId>
	<artifactId>jxl</artifactId>
	<version>2.6.12</version>
	<packaging>jar</packaging>
	<properties>
		<debian.originalVersion>2.6.12</debian.originalVersion>
		<debian.package>libjexcelapi-java</debian.package>
	</properties>
	
	<name>Java Excel API</name>
	<url>http://jexcelapi.sourceforge.net/</url>
	<description>Java Excel API - A Java API to read, write, and modify Excel spreadsheets</description>
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>http://www.gnu.org/copyleft/lesser.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
</project>