This file is indexed.

/usr/share/maven-repo/ch/imvs/sdes4j/1.1.4/sdes4j-1.1.4.pom is in libsdes4j-java 1.1.4-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
<?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>ch.imvs</groupId>
	<artifactId>sdes4j</artifactId>
	<version>1.1.4</version>
	<packaging>bundle</packaging>
	<name>sdes4j</name>
	<description>SDES (RFC4568) implementation for Java</description>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		
			<debian.commons-codec.commons-codec.originalVersion>[1.4,2.0)</debian.commons-codec.commons-codec.originalVersion>
		
			<debian.junit.junit.originalVersion>4.11</debian.junit.junit.originalVersion>
		
			<debian.mavenRules>ch.imvs sdes4j bundle * * *,
		ch.imvs sdes4j bundle s/.*/debian/ * *,
		ch.imvs sdes4j s/jar/bundle/ * * *,
		ch.imvs sdes4j s/jar/bundle/ s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.1.4</debian.originalVersion>
		
			<debian.package>libsdes4j-java</debian.package>
	</properties>
	<dependencies>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
			<version>debian</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
</project>