This file is indexed.

/usr/share/maven-repo/com/jcraft/jsch.agentproxy/debian/jsch.agentproxy-debian.pom is in libjsch-agent-proxy-java 0.0.8-2ubuntu1.

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
58
59
60
61
62
63
64
65
66
67
68
<?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>com.jcraft</groupId>
	<artifactId>jsch.agentproxy</artifactId>
	<version>debian</version>
	<packaging>pom</packaging>
	<name>jsch-agent-proxy: a parent of modules</name>
	<description>a proxy to ssh-agent and Pageant in Java</description>
	<organization>
		<name>JCraft,Inc.</name>
		<url>http://www.jcraft.com/</url>
	</organization>
	<url>http://www.jcraft.com/jsch-agent-proxy/</url>
	<modules>
		<module>jsch-agent-proxy-core</module>
		<module>jsch-agent-proxy-connector-factory</module>
		<module>jsch-agent-proxy-jsch</module>
		<module>jsch-agent-proxy-sshj</module>
		<module>jsch-agent-proxy-pageant</module>
		<module>jsch-agent-proxy-sshagent</module>
		<module>jsch-agent-proxy-usocket-jna</module>
		<!--
    <module>jsch-agent-proxy-usocket-junixsocket</module>
-->
		<module>jsch-agent-proxy-usocket-nc</module>
		<module>jsch-agent-proxy-svnkit-trilead-ssh2</module>
	</modules>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<jsch.version>0.1.49</jsch.version>
		<jna.version>4.1.0</jna.version>
		<trilead.version>1.0.0-build217</trilead.version>
		
			<debian.hasPackageVersion/>
		
			<debian.originalVersion>0.0.8</debian.originalVersion>
		
			<debian.package>libjsch-agent-proxy-java</debian.package>
	</properties>
	<developers>
		<developer>
			<id>ymnk</id>
			<name>Atsuhiko Yamanaka</name>
			<email>ymnk at jcraft D0t com</email>
			<url>http://github.com/ymnk</url>
			<organization>JCraft,Inc.</organization>
			<organizationUrl>http://www.jcraft.com/</organizationUrl>
			<roles>
				<role>architect</role>
				<role>developer</role>
			</roles>
			<timezone>+9</timezone>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>Revised BSD</name>
			<url>http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt</url>
		</license>
	</licenses>
	<scm>
		<connection>scm:git:git://github.com/ymnk/jsch-agent-proxy.git</connection>
		<developerConnection>scm:git:git@github.com:ymnk/jsch-agent-proxy.git</developerConnection>
		<url>http://github.com/ymnk/jsch-agent-proxy/</url>
	</scm>
</project>