This file is indexed.

/usr/share/maven-repo/net/sf/jpathwatch/jpathwatch/0.95/jpathwatch-0.95.pom is in libjpathwatch-java 0.95-4.

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
<?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.sf.jpathwatch</groupId>
	<artifactId>jpathwatch</artifactId>
	<version>0.95</version>
	<packaging>jar</packaging><properties>
		
			<debian.originalVersion>0.95</debian.originalVersion>
		
			<debian.package>libjpathwatch-java</debian.package>
	</properties>
	
	<name>jpathwatch</name>
	<description>jpathwatch is a Java library for monitoring directories for changes.  It
        uses the host platform's native OS functions to achive this to avoid
        polling.</description>
	<url>http://jpathwatch.wordpress.com</url>
	<licenses>
		<license>
			<name>GNU General Public License with Classpath Exception</name>
			<url>http://www.gnu.org/software/classpath/license.html</url>
			<comments>A modified version of the GPLv2 which permits linking with
                GPL-incompatible modules under certain conditions.</comments>
		</license>
	</licenses>
	<scm>
		<connection>scm:svn:https://jpathwatch.svn.sourceforge.net/svnroot/jpathwatch</connection>
		<url>http://jpathwatch.svn.sourceforge.net/viewvc/jpathwatch/</url>
	</scm>
	<developers>
		<developer>
			<id>bobby_newmark</id>
			<name>Uwe Pachler</name>
			<roles>
				<role>developer</role>
				<role>maintainer</role>
			</roles>
		</developer>
	</developers>
</project>