This file is indexed.

/usr/share/maven-repo/org/spockframework/spock-core/0.6-groovy-1.8/spock-core-0.6-groovy-1.8.pom is in libspock-java 0.6-groovy-1.8-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
<?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>org.spockframework</groupId>
	<artifactId>spock-core</artifactId>
	<version>0.6-groovy-1.8</version>
	<packaging>jar</packaging><properties>
		
			<debian.cglib.cglib-nodep.originalVersion>3.1</debian.cglib.cglib-nodep.originalVersion>
		
			<debian.hasPackageVersion/>
		
			<debian.junit.junit-dep.originalVersion>4.9</debian.junit.junit-dep.originalVersion>
		
			<debian.org.apache.ant.ant.originalVersion>1.8.2</debian.org.apache.ant.ant.originalVersion>
		
			<debian.org.codehaus.groovy.groovy-all.originalVersion>1.8.5</debian.org.codehaus.groovy.groovy-all.originalVersion>
		
			<debian.org.hamcrest.hamcrest-core.originalVersion>1.2</debian.org.hamcrest.hamcrest-core.originalVersion>
		
			<debian.org.objenesis.objenesis.originalVersion>1.2</debian.org.objenesis.objenesis.originalVersion>
		
			<debian.org.ow2.asm.asm.originalVersion>5.0.3</debian.org.ow2.asm.asm.originalVersion>
		
			<debian.originalVersion>0.6-groovy-1.8</debian.originalVersion>
		
			<debian.package>libspock-java</debian.package>
	</properties>
	
	<name>Spock Framework - Core Module</name>
	<description>Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.</description>
	<url>http://spockframework.org</url>
	<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>
	<developers>
		<developer>
			<id>pniederw</id>
			<name>Peter Niederwieser</name>
			<email>pniederw@gmail.com</email>
		</developer>
		<developer>
			<id>ldaley</id>
			<name>Luke Daley</name>
			<email>ld@ldaley.com</email>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:git://github.com/spockframework/spock.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/spockframework/spock.git</developerConnection>
		<url>http://github.spockframework.org/spock</url>
	</scm>
	<dependencies>
		<dependency>
			<groupId>org.objenesis</groupId>
			<artifactId>objenesis</artifactId>
			<version>debian</version>
			<scope>compile</scope>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.x</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.codehaus.groovy</groupId>
			<artifactId>groovy-all</artifactId>
			<version>debian</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.ant</groupId>
			<artifactId>ant</artifactId>
			<version>debian</version>
			<scope>compile</scope>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>org.ow2.asm</groupId>
			<artifactId>asm</artifactId>
			<version>4.x</version>
			<scope>compile</scope>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>cglib</groupId>
			<artifactId>cglib-nodep</artifactId>
			<version>3.x</version>
			<scope>compile</scope>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-core</artifactId>
			<version>debian</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
</project>