This file is indexed.

/usr/share/maven-repo/net/cgrand/regex/debian/regex-debian.pom is in libregex-clojure 0.0~git20130321.1.433265f-1.

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>net.cgrand</groupId>
	<artifactId>regex</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.org.clojure.clojure.originalVersion>[1.2.0,)</debian.org.clojure.clojure.originalVersion>
		
			<debian.originalVersion>1.1.0</debian.originalVersion>
		
			<debian.package>libregex-clojure</debian.package>
	</properties>
	
	<name>regex</name>
	<description>a DSL for people who prefer verbose, composable regexes</description>
	<url>http://github.com/cgrand/regex/</url>
	<scm>
		<tag>1a517705ccccab84a8438a2ca19478eea05ce991</tag>
	</scm>
	<dependencies>
		<dependency>
			<groupId>org.clojure</groupId>
			<artifactId>clojure</artifactId>
			<version>debian</version>
		</dependency>
	</dependencies>
</project>