This file is indexed.

/usr/share/maven-repo/org/libreoffice/unoil/5.1.2/unoil-5.1.2.pom is in libreoffice-java-common 1:5.1.2-0ubuntu1.

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
<?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>org.libreoffice</groupId>
	<artifactId>unoil</artifactId>
	<version>5.1.2</version>
	<packaging>jar</packaging><properties>
		
			<debian.hasPackageVersion/>
		
			<debian.originalVersion>5.1.2</debian.originalVersion>
		
			<debian.package>libreoffice-java-common</debian.package>
	</properties>
	
	<name>LibreOffice - Maps IDL into java classes definitions</name>
	<description>Maps IDL into java classes definitions</description>
	<url>https://www.libreoffice.org</url>
	<licenses>
		<license>
			<name>Mozilla Public License, Version 2.0</name>
			<url>https://www.mozilla.org/en-US/MPL/2.0</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://cgit.freedesktop.org/libreoffice/core</url>
		<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
	</scm>
	<developers>
		<developer>
			<name>The Document Foundation</name>
		</developer>
	</developers>
	<mailingLists>
		<mailingList>
			<name>LibreOffice Development Mailing List</name>
			<post>libreoffice@lists.freedesktop.org</post>
			<subscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</subscribe>
			<unsubscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</unsubscribe>
			<archive>http://lists.freedesktop.org/archives/libreoffice</archive>
		</mailingList>
	</mailingLists>
	<issueManagement>
		<url>https://bugs.documentfoundation.org</url>
		<system>LibreOffice Issue Tracker</system>
	</issueManagement>
</project>