This file is indexed.

/usr/share/maven-repo/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.pom is in libjnr-netdb-java 1.1.6-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
<?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>com.github.jnr</groupId>
	<artifactId>jnr-netdb</artifactId>
	<version>1.1.6</version>
	<packaging>jar</packaging>
	<name>jnr-netdb</name>
	<description>Lookup TCP and UDP services from java</description>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven.compiler.source>1.5</maven.compiler.source>
		<maven.compiler.target>1.5</maven.compiler.target>
		
			<debian.com.github.jnr.jnr-ffi.originalVersion>2.1.0</debian.com.github.jnr.jnr-ffi.originalVersion>
		
			<debian.junit.junit.originalVersion>4.11</debian.junit.junit.originalVersion>
		
			<debian.mavenRules>com.github.jnr jnr-netdb jar s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.1.6</debian.originalVersion>
		
			<debian.package>libjnr-netdb-java</debian.package>
	</properties>
	<dependencies>
		<dependency>
			<groupId>com.github.jnr</groupId>
			<artifactId>jnr-ffi</artifactId>
			<version>debian</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
</project>