This file is indexed.

/usr/share/maven-repo/com/google/inject/guice-parent/debian/guice-parent-debian.pom is in libguice-java 4.0-2.

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
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006 Google, Inc. All rights reserved.

This program is licensed to you under the Apache License Version 2.0,
and you may not use this file except in compliance with the Apache License Version 2.0.
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing,
software distributed under the Apache License Version 2.0 is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
-->
<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>com.google.inject</groupId>
	<artifactId>guice-parent</artifactId>
	<version>debian</version>
	<packaging>pom</packaging>
	<name>Google Guice</name>
	<description>Guice is a lightweight dependency injection framework for Java 6 and above</description>
	<url>https://github.com/google/guice</url>
	<inceptionYear>2006</inceptionYear>
	<organization>
		<name>Google, Inc.</name>
		<url>http://www.google.com</url>
	</organization>
	<mailingLists>
		<mailingList>
			<name>Guice Users List</name>
			<archive>http://groups.google.com/group/google-guice/topics</archive>
			<subscribe>http://groups.google.com/group/google-guice/subscribe</subscribe>
			<unsubscribe>http://groups.google.com/group/google-guice/subscribe</unsubscribe>
			<post>http://groups.google.com/group/google-guice/post</post>
		</mailingList>
		<mailingList>
			<name>Guice Developers List</name>
			<archive>http://groups.google.com/group/google-guice-dev/topics</archive>
			<subscribe>http://groups.google.com/group/google-guice-dev/subscribe</subscribe>
			<unsubscribe>http://groups.google.com/group/google-guice-dev/subscribe</unsubscribe>
			<post>http://groups.google.com/group/google-guice-dev/post</post>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>scm:git:git://github.com/google/guice.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/google/guice.git</developerConnection>
		<url>https://github.com/google/guice</url>
	</scm>
	<issueManagement>
		<system>Google Code</system>
		<url>https://github.com/google/guice/issues/</url>
	</issueManagement>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<modules>
		<module>bom</module>
		<module>core</module>
		<module>extensions</module>
		<!-- jdk8-tests module activated only when running under JDK8, below -->
	</modules>
	<properties>
		<!--
     | The spec version of the public Guice API
    -->
		<guice.api.version>1.4</guice.api.version>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<!--
     | Use "-Dguice.with.jarjar=false" to build without jarjar
    -->
		<guice.with.jarjar>true</guice.with.jarjar>
		<!--
     | Use "-Dguice.with.no_aop=false" to skip the no-AOP variant
    -->
		<guice.with.no_aop>true</guice.with.no_aop>
		<gpg.skip>true</gpg.skip>
		
			<debian.junit.junit.originalVersion>4.11</debian.junit.junit.originalVersion>
		
			<debian.originalVersion>4.0</debian.originalVersion>
		
			<debian.package>libguice-java</debian.package>
	</properties>
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>javax.inject</groupId>
				<artifactId>javax.inject</artifactId>
				<version>debian</version>
			</dependency>
			<dependency>
				<groupId>aopalliance</groupId>
				<artifactId>aopalliance</artifactId>
				<version>debian</version>
			</dependency>
			<dependency>
				<groupId>com.google.guava</groupId>
				<artifactId>guava</artifactId>
				<version>debian</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.asm</groupId>
				<artifactId>asm</artifactId>
				<version>4.x</version>
			</dependency>
			<dependency>
				<groupId>cglib</groupId>
				<artifactId>cglib</artifactId>
				<version>debian</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<dependencies>
	</dependencies>
	<!-- TODO(cgruber): Update the google parent pom or migrate to sonatype's -->
</project>