This file is indexed.

/usr/share/maven-repo/com/google/i18n/phonenumbers/tools/java-build/1.x/java-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
<?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>java-build</artifactId>
	<version>1.x</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>com.google.i18n.phonenumbers</groupId>
		<artifactId>tools</artifactId>
		<version>1.x</version>
	</parent>
	
	<name>Libphonenumber Java and JavaScript build tools</name>
	<description>Java and JavaScript build tools that generate the Java and JavaScript metadata code needed to
    build the libphonenumber library. The Java build tools also transform the geocoding data fromtext to binary format.</description>
	<properties>
		<phonenumberutil.resources.dir>${project.dir}/../../../../java/libphonenumber/src/</phonenumberutil.resources.dir>
		
			<debian.junit.junit.originalVersion>4.8.1</debian.junit.junit.originalVersion>
		
			<debian.mavenRules>com.google.i18n.phonenumbers.tools java-build jar s/1\..*/1.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.0-SNAPSHOT</debian.originalVersion>
		
			<debian.package>libphonenumber7-java</debian.package>
	</properties>
	<dependencies>
	</dependencies>
</project>