This file is indexed.

/usr/share/maven-repo/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.pom is in libjfreechart-java 1.0.19-2.

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
40
41
42
43
<?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.jfree</groupId>
	<artifactId>jfreechart</artifactId>
	<version>1.0.19</version>
	<packaging>jar</packaging>
	<name>JFreeChart</name>
	<!-- this is required to host it on Sonatype's OSSRH -->
	<description>JFreeChart is a class library, written in Java, for generating charts. 
    Utilising the Java2D APIs, it currently supports bar charts, pie charts, 
    line charts, XY-plots and time series plots.</description>
	<dependencies>
		<dependency>
			<groupId>org.jfree</groupId>
			<artifactId>jcommon</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.source.level>1.6</project.source.level>
		<project.target.level>1.6</project.target.level>
		
			<debian.javax.servlet.servlet-api.originalVersion>2.5</debian.javax.servlet.servlet-api.originalVersion>
		
			<debian.junit.junit.originalVersion>4.11</debian.junit.junit.originalVersion>
		
			<debian.mavenRules>s/jfree/org.jfree/ jfreechart * s/.*/debian/ * *</debian.mavenRules>
		
			<debian.org.jfree.jcommon.originalVersion>1.0.23</debian.org.jfree.jcommon.originalVersion>
		
			<debian.originalVersion>1.0.19</debian.originalVersion>
		
			<debian.package>libjfreechart-java</debian.package>
	</properties>
</project>