This file is indexed.

/usr/share/maven-repo/co/tomlee/gradle/plugins/gradle-jflex-plugin/debian/gradle-jflex-plugin-debian.pom is in libgradle-jflex-plugin-java 0.0.2-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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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>co.tomlee.gradle.plugins</groupId>
	<artifactId>gradle-jflex-plugin</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.de.jflex.jflex.originalVersion>1.6.0</debian.de.jflex.jflex.originalVersion>
		
			<debian.junit.junit.originalVersion>4.11</debian.junit.junit.originalVersion>
		
			<debian.originalVersion>0.0.2</debian.originalVersion>
		
			<debian.package>libgradle-jflex-plugin-java</debian.package>
	</properties>
	
	<name>gradle-jflex-plugin</name>
	<description>A Gradle plugin for the JFlex scanner generator</description>
	<url>https://github.com/thomaslee/gradle-jflex-plugin</url>
	<inceptionYear>2014</inceptionYear>
	<licenses>
		<license>
			<name>Apache License 2.0</name>
			<url>http://opensource.org/licenses/Apache-2.0</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>thomaslee</id>
			<name>Tom Lee</name>
			<email>github@tomlee.co</email>
		</developer>
	</developers>
	<scm>
		<connection>scm:git://github.com/thomaslee/gradle-jflex-plugin.git</connection>
		<developerConnection>scm:git@github.com:thomaslee/gradle-jflex-plugin.git</developerConnection>
		<url>https://github.com/thomaslee/gradle-jflex-plugin</url>
	</scm>
	<dependencies>
		<dependency>
			<groupId>de.jflex</groupId>
			<artifactId>jflex</artifactId>
			<version>debian</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
</project>