This file is indexed.

/usr/share/maven-repo/com/lowagie/itext/1.4/itext-1.4.pom is in libitext1-java 1.4-5.

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
55
56
57
58
59
60
<?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>com.lowagie</groupId>
	<artifactId>itext</artifactId>
	<version>1.4</version>
	<packaging>jar</packaging>
	<properties>
		<debian.mavenRules>com.lowagie itext jar 1.4 * *</debian.mavenRules>
		<debian.originalVersion>1.4</debian.originalVersion>
		<debian.package>libitext1-java</debian.package>
	</properties>
	
	<name>iText, a Free Java-PDF library</name>
	<description>iText, a free Java-PDF library</description>
	<url>http://www.lowagie.com/iText/</url>
	<mailingLists>
		<mailingList>
			<name>iText Questions</name>
			<subscribe>http://lists.sourceforge.net/lists/listinfo/itext-questions</subscribe>
			<post>itext-questions@lists.sourceforge.net</post>
			<archive>http://news.gmane.org/gmane.comp.java.lib.itext.general</archive>
			<otherArchives>
				<otherArchive>http://www.junlu.com/2.html</otherArchive>
				<otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
				<otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
			</otherArchives>
		</mailingList>
	</mailingLists>
	<developers>
		<developer>
			<id>blowagie</id>
			<name>Bruno Lowagie</name>
			<email>bruno@lowagie.com</email>
			<url>http://www.lowagie.com</url>
		</developer>
		<developer>
			<id>psoares33</id>
			<name>Paulo Soares</name>
		</developer>
		<developer>
			<id>hallm</id>
			<name>Mark Hall</name>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>Mozilla Public License</name>
			<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
			<comments>iText was originally published under the LGPLicense.
				LGPL can be used as an alternative license for the MPL.</comments>
		</license>
	</licenses>
	<scm>
		<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/itext:src</connection>
		<url>http://cvs.sourceforge.net/viewcvs.py/itext</url>
	</scm>
	<dependencies>
	</dependencies>
</project>