This file is indexed.

/usr/share/maven-repo/net/sf/opencsv/opencsv/debian/opencsv-debian.pom is in libopencsv-java 2.3-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
45
46
47
48
49
50
51
52
53
54
55
56
57
<?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>net.sf.opencsv</groupId>
	<artifactId>opencsv</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.junit.junit.originalVersion>4.7</debian.junit.junit.originalVersion>
		
			<debian.originalVersion>2.3</debian.originalVersion>
		
			<debian.package>libopencsv-java</debian.package>
	</properties>
	
	<name>opencsv</name>
	<description>A simple library for reading and writing CSV in Java</description>
	<url>http://opencsv.sf.net</url>
	<licenses>
		<license>
			<name>Apache 2</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
			<comments>A business-friendly OSS license</comments>
		</license>
	</licenses>
	<scm>
		<connection>scm:svn:https://opencsv.svn.sourceforge.net/svnroot/opencsv/trunk</connection>
		<developerConnection>scm:svn:https://opencsv.svn.sourceforge.net/svnroot/opencsv/trunk</developerConnection>
		<url>http://opencsv.svn.sourceforge.net/viewvc/opencsv/</url>
	</scm>
	<developers>
		<developer>
			<id>glen-smith</id>
			<name>Glen Smith</name>
			<email>glen_a_smith@users.sourceforge.net</email>
			<url>http://blogs.bytecode.com.au/glen</url>
			<timezone>+10</timezone>
		</developer>
		<developer>
			<id>sean-sullivan</id>
			<name>Sean Sullivan</name>
			<email>sullis@users.sourceforge.net</email>
		</developer>
		<developer>
			<id>scott_conway</id>
			<name>Scott Conway</name>
			<email>sconway@users.sourceforge.net</email>
		</developer>
	</developers>
	<issueManagement>
		<system>Sourceforge</system>
		<url>http://sourceforge.net/tracker/?group_id=148905</url>
	</issueManagement>
	<dependencies>
	</dependencies>
</project>