This file is indexed.

/usr/share/maven-repo/asm/asm-parent/3.x/asm-parent-3.x.pom is in libasm3-java 3.3.2-3.

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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?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>asm</groupId>
	<artifactId>asm-parent</artifactId>
	<version>3.x</version>
	<packaging>pom</packaging><properties>
		
			<debian.mavenRules>asm * * s/3\..*/3.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>3.3.2</debian.originalVersion>
		
			<debian.package>libasm3-java</debian.package>
	</properties>
	
	<name>ASM</name>
	<description>A very small and fast Java bytecode manipulation framework</description>
	<url>http://asm.objectweb.org/</url>
	<organization>
		<name>ObjectWeb</name>
		<url>http://www.objectweb.org/</url>
	</organization>
	<inceptionYear>2000</inceptionYear>
	<licenses>
		<license>
			<name>BSD</name>
			<url>http://asm.objectweb.org/license.html</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Eric Bruneton</name>
			<id>ebruneton</id>
			<email>ebruneton@free.fr</email>
			<roles>
				<role>Creator</role>
				<role>Java Developer</role>
			</roles>
		</developer>
		<developer>
			<name>Eugene Kuleshov</name>
			<id>eu</id>
			<email>eu@javatx.org</email>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
		<developer>
			<name>Remi Forax</name>
			<id>forax</id>
			<email>forax@univ-mlv.fr</email>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
	</developers>
	<scm>
		<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
		<developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
		<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
	</scm>
	<issueManagement>
		<url>http://forge.objectweb.org/tracker/?group_id=23</url>
	</issueManagement>
	<dependencyManagement>
		<dependencies>
			<dependency>
				<artifactId>asm</artifactId>
				<groupId>asm</groupId>
				<version>3.x</version>
			</dependency>
			<dependency>
				<artifactId>asm-tree</artifactId>
				<groupId>asm</groupId>
				<version>3.x</version>
			</dependency>
			<dependency>
				<artifactId>asm-analysis</artifactId>
				<groupId>asm</groupId>
				<version>3.x</version>
			</dependency>
			<dependency>
				<artifactId>asm-commons</artifactId>
				<groupId>asm</groupId>
				<version>3.x</version>
			</dependency>
			<dependency>
				<artifactId>asm-util</artifactId>
				<groupId>asm</groupId>
				<version>3.x</version>
			</dependency>
			<dependency>
				<artifactId>asm-xml</artifactId>
				<groupId>asm</groupId>
				<version>3.x</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<mailingLists>
		<mailingList>
			<name>ASM Users List</name>
			<subscribe>sympa@ow2.org?subject=subscribe%20asm</subscribe>
			<unsubscribe>sympa@ow2.org?subject=unsubscribe%20asm</unsubscribe>
			<post>asm@ow2.org</post>
			<archive>http://www.ow2.org/wws/arc/asm</archive>
		</mailingList>
		<mailingList>
			<name>ASM Team List</name>
			<subscribe>sympa@ow2.org?subject=subscribe%20asm-team</subscribe>
			<unsubscribe>sympa@ow2.org?subject=unsubscribe%20asm-team</unsubscribe>
			<post>asm-team@ow2.org</post>
			<archive>http://www.ow2.org/wws/arc/asm-team</archive>
		</mailingList>
	</mailingLists>
</project>