This file is indexed.

/usr/share/maven-repo/org/eclipse/jetty/alpn/alpn-api/1.1.2.v20150522/alpn-api-1.1.2.v20150522.pom is in libjetty9-java 9.2.21-1+deb9u1.

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
<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.eclipse.jetty.alpn</groupId>
	<artifactId>alpn-api</artifactId>
	<version>1.1.2.v20150522</version>
	<packaging>jar</packaging>
	<name>Jetty :: ALPN :: API</name>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<bundle-name>${project.artifactId}</bundle-name>
		<bundle-symbolic-name>org.eclipse.jetty.alpn.api</bundle-symbolic-name>
		<bundle-doc-url>http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html</bundle-doc-url>
		
			<debian.mavenRules>org.eclipse.jetty.alpn alpn-api * s/.*/1.1.2.v20150522/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.1.2.v20150522</debian.originalVersion>
		
			<debian.package>libjetty9-java</debian.package>
	</properties>
</project>