This file is indexed.

/usr/share/maven-repo/com/google/i18n/phonenumbers/tools/cpp-build/1.x/cpp-build-1.x.pom is in libphonenumber7-java 7.1.0-5ubuntu5.

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
<?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>com.google.i18n.phonenumbers.tools</groupId>
	<artifactId>cpp-build</artifactId>
	<version>1.x</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>com.google.i18n.phonenumbers</groupId>
		<artifactId>tools</artifactId>
		<version>1.x</version>
	</parent>
	<properties>
		
			<debian.com.google.protobuf.protobuf-java.originalVersion>2.6.1</debian.com.google.protobuf.protobuf-java.originalVersion>
		
			<debian.junit.junit.originalVersion>4.8.1</debian.junit.junit.originalVersion>
		
			<debian.mavenRules>com.google.i18n.phonenumbers.tools cpp-build jar s/1\..*/1.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.0-SNAPSHOT</debian.originalVersion>
		
			<debian.package>libphonenumber7-java</debian.package>
	</properties>
	
	<name>Libphonenumber C++ build tools</name>
	<description>C++ build tools that download dependencies under base/ from the Chromium source repository, and
    generate the C++ metadata code needed to build the libphonenumber library.
	</description>
	<dependencies>
		<dependency>
			<groupId>com.google.protobuf</groupId>
			<artifactId>protobuf-java</artifactId>
			<version>debian</version>
		</dependency>
	</dependencies>
</project>