This file is indexed.

/usr/share/maven-repo/org/eclipse/jetty/jetty-alpn-parent/9.x/jetty-alpn-parent-9.x.pom is in libjetty9-java 9.2.23-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
<?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.eclipse.jetty</groupId>
	<artifactId>jetty-alpn-parent</artifactId>
	<version>9.x</version>
	<packaging>pom</packaging>
	<parent>
		<groupId>org.eclipse.jetty</groupId>
		<artifactId>jetty-project</artifactId>
		<version>9.x</version>
	</parent>
	<properties>
		
			<debian.mavenRules>org.eclipse.jetty jetty-* * s/.*/9.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>9.2.23.v20171218</debian.originalVersion>
		
			<debian.package>libjetty9-java</debian.package>
	</properties>
	
	<name>Jetty :: ALPN :: Parent</name>
	<description>Jetty ALPN services parent</description>
	<modules>
		<module>jetty-alpn-api</module>
		<module>jetty-alpn-server</module>
		<module>jetty-alpn-client</module>
	</modules>
</project>