This file is indexed.

/usr/share/maven-repo/org/freehep/freehep-chartableconverter-plugin/2.0/freehep-chartableconverter-plugin-2.0.pom is in libfreehep-chartableconverter-plugin-java 2.0-8.

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>org.freehep</groupId>
	<artifactId>freehep-chartableconverter-plugin</artifactId>
	<version>2.0</version>
	<packaging>maven-plugin</packaging><properties>
		
			<debian.originalVersion>2.0</debian.originalVersion>
		
			<debian.package>libfreehep-chartableconverter-plugin-java</debian.package>
	</properties>
	
	<name>FreeHEP Character Table Converter</name>
	<description>Converts 16 bit Unicode text files into lookup tables. These tables are used by the VectorGraphics
  package to include and embed fonts in the output formats.</description>
	<dependencies>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-compiler-api</artifactId>
		<version>2.x</version>
		</dependency>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-utils</artifactId>
		<version>debian</version>
		</dependency>
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-project</artifactId>
		<version>debian</version>
		</dependency>
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-plugin-api</artifactId>
		<version>debian</version>
		</dependency>
	</dependencies>
</project>