This file is indexed.

/usr/share/maven-repo/com/google/protobuf/protobuf-java/debian/protobuf-java-debian.pom is in libprotobuf-java 2.4.1-1ubuntu2.

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
<?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.google.protobuf</groupId>
	<artifactId>protobuf-java</artifactId>
	<version>debian</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>com.google</groupId>
		<artifactId>google</artifactId>
		<version>debian</version>
	</parent>
	<properties>
		<debian.junit.junit.originalVersion>4.4</debian.junit.junit.originalVersion>
		<debian.org.easymock.easymock.originalVersion>2.2</debian.org.easymock.easymock.originalVersion>
		<debian.org.easymock.easymockclassextension.originalVersion>2.2.1</debian.org.easymock.easymockclassextension.originalVersion>
		<debian.originalVersion>2.4.1</debian.originalVersion>
		<debian.package>libprotobuf-java</debian.package>
	</properties>
	
	<name>Protocol Buffer Java API</name>
	<description>Protocol Buffers are a way of encoding structured data in an efficient yet
    extensible format.</description>
	<inceptionYear>2008</inceptionYear>
	<url>http://code.google.com/p/protobuf</url>
	<licenses>
		<license>
			<name>New BSD license</name>
			<url>http://www.opensource.org/licenses/bsd-license.php</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://code.google.com/p/protobuf/source/browse</url>
		<connection>scm:svn:http://protobuf.googlecode.com/svn/trunk/</connection>
	</scm>
	<dependencies>
	</dependencies>
</project>