This file is indexed.

/usr/share/maven-repo/org/bitlet/weupnp/debian/weupnp-debian.pom is in libweupnp-java 0.1.2-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
35
36
37
38
39
40
41
42
43
44
<?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.bitlet</groupId>
	<artifactId>weupnp</artifactId>
	<version>debian</version>
	<packaging>jar</packaging>
	<name>weupnp</name>
	<url>https://github.com/bitletorg/weupnp</url>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		
			<debian.mavenRules>org.bitlet weupnp jar s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>0.1.2</debian.originalVersion>
		
			<debian.package>libweupnp-java</debian.package>
	</properties>
	<description>Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP protocol to handle port mappings on Gateway Devices.</description>
	<scm>
		<connection>scm:git:https://github.com/bitletorg/weupnp.git</connection>
		<developerConnection>scm:git:https://github.com/bitletorg/weupnp.git</developerConnection>
		<url>https://github.com/bitletorg/weupnp</url>
	</scm>
	<licenses>
		<license>
			<name>GNU Lesser General Public License (LGPL)</name>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>ale.bahgat</id>
			<name>Alessandro Bahgat Shehata</name>
		</developer>
		<developer>
			<id>daniele.castagna</id>
			<name>Daniele Castagna</name>
		</developer>
		<developer>
			<id>christophercyll</id>
			<name>Cristopher Cyll</name>
		</developer>
	</developers>
</project>