This file is indexed.

/usr/share/maven-repo/org/kohsuke/stapler/stapler-jsp/1.174/stapler-jsp-1.174.pom is in libstapler-java 1.174-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
<?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-jsp</artifactId>
	<version>1.174</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>org.kohsuke.stapler</groupId>
		<artifactId>stapler-parent</artifactId>
		<version>debian</version>
	</parent>
	<properties>
		<debian.javax.servlet.jsp-api.originalVersion>2.0</debian.javax.servlet.jsp-api.originalVersion>
		<debian.org.kohsuke.stapler.stapler.originalVersion>1.174</debian.org.kohsuke.stapler.stapler.originalVersion>
		<debian.originalVersion>1.174</debian.originalVersion>
		<debian.package>libstapler-java</debian.package>
	</properties>
	
	<name>Stapler JSP module</name>
	<description>JSP binding for Stapler</description>
	<dependencies>
		<dependency>
			<groupId>org.kohsuke.stapler</groupId>
			<artifactId>stapler</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>javax.servlet.jsp</groupId>
			<artifactId>jsp-api</artifactId>
			<version>2.1</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>