This file is indexed.

/usr/share/maven-repo/com/ibm/icu/icu4j/4.2.x/icu4j-4.2.x.pom is in libicu4j-4.2-java 4.2.1.1-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
<?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.ibm.icu</groupId>
	<artifactId>icu4j</artifactId>
	<version>4.2.x</version>
	<packaging>jar</packaging><properties>
		
			<debian.mavenRules>com.ibm.icu * * s/.*/4.2.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>4.2.x</debian.originalVersion>
		
			<debian.package>libicu4j-4.2-java</debian.package>
	</properties>
	
	<name>ICU4J</name>
	<url>http://www.icu-project.org/</url>
	<description>The International Component for Unicode (ICU) is a
  mature, portable set of C/C++ and Java libraries for Unicode
  support, software internationalization (I18N) and globalization
  (G11N), giving applications the same results on all
  platforms.</description>
</project>