This file is indexed.

/usr/share/maven-repo/c3p0/c3p0/debian/c3p0-debian.pom is in libc3p0-java 0.9.1.2-9.

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
<?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>c3p0</groupId>
	<artifactId>c3p0</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.originalVersion>0.9.1.2</debian.originalVersion>
		
			<debian.package>libc3p0-java</debian.package>
	</properties>
	
	<name>c3p0:JDBC DataSources/Resource Pools</name>
	<description>c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
    including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.</description>
	<url>http://c3p0.sourceforge.net</url>
	<scm>
		<url>http://c3p0.cvs.sourceforge.net/c3p0</url>
	</scm>
	<licenses>
		<license>
			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
			<url>http://www.gnu.org/licenses/lgpl.txt</url>
		</license>
	</licenses>
	<dependencies>
	</dependencies>
</project>