This file is indexed.

/usr/share/maven-repo/org/kohsuke/stapler/stapler-adjunct-timeline/debian/stapler-adjunct-timeline-debian.pom is in libstapler-adjunct-timeline-java 1.4+dfsg-1.

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.kohsuke.stapler</groupId>
	<artifactId>stapler-adjunct-timeline</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.javax.servlet.servlet-api.originalVersion>2.4</debian.javax.servlet.servlet-api.originalVersion>
		
			<debian.org.kohsuke.stapler.stapler.originalVersion>1.140</debian.org.kohsuke.stapler.stapler.originalVersion>
		
			<debian.originalVersion>1.4</debian.originalVersion>
		
			<debian.package>libstapler-adjunct-timeline-java</debian.package>
	</properties>
	
	<name>Timeline component at http://www.simile-widgets.org/timeline/</name>
	<dependencies>
		<dependency>
			<groupId>org.kohsuke.stapler</groupId>
			<artifactId>stapler</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<scm>
		<connection>scm:git:git://github.com/stapler/stapler-adjunct-timeline.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/stapler/stapler-adjunct-timeline.git</developerConnection>
		<url>https://github.com/stapler/stapler</url>
	</scm>
	<licenses>
		<license>
			<name>BSD License</name>
			<url>http://simile.mit.edu/license.html</url>
		</license>
	</licenses>
</project>