This file is indexed.

/usr/share/maven-repo/com/jgoodies/jgoodies-forms/1.6.0/jgoodies-forms-1.6.0.pom is in libjgoodies-forms-java 1.6.0-4.

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
<?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>com.jgoodies</groupId>
	<artifactId>jgoodies-forms</artifactId>
	<version>1.6.0</version>
	<packaging>jar</packaging>
	<properties>
		<debian.com.jgoodies.jgoodies-common.originalVersion>1.4.0</debian.com.jgoodies.jgoodies-common.originalVersion>
		<debian.junit.junit.originalVersion>4.8</debian.junit.junit.originalVersion>
		<debian.mavenRules>junit junit jar s/4\\..*/4.x/ * *</debian.mavenRules>
		<debian.originalVersion>1.6.0</debian.originalVersion>
		<debian.package>libjgoodies-forms-java</debian.package>
	</properties>
	
	<name>JGoodies Forms</name>
	<url>https://forms.java.net/</url>
	<description>The JGoodies Forms framework helps you lay out and implement 
    elegant Swing panels quickly and consistently.It makes simple things easy and the hard stuff possible,
    the good design easy and the bad difficult.</description>
	<dependencies>
		<dependency>
			<groupId>com.jgoodies</groupId>
			<artifactId>jgoodies-common</artifactId>
			<version>1.x</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
	<licenses>
		<license>
			<name>The BSD License</name>
			<url>http://www.opensource.org/licenses/bsd-license.html</url>
		</license>
	</licenses>
	<organization>
		<name>JGoodies</name>
		<url>http://www.jgoodies.com/</url>
	</organization>
	<developers>
		<developer>
			<id>karsten</id>
			<name>Karsten Lentzsch</name>
			<organization>JGoodies</organization>
			<organizationUrl>http://www.jgoodies.com/</organizationUrl>
			<timezone>+0100</timezone>
			<roles>
				<role>Project owner</role>
				<role>Developer</role>
			</roles>
		</developer>
	</developers>
	<issueManagement>
		<system>JIRA</system>
		<url>http://java.net/jira/browse/FORMS/</url>
	</issueManagement>
	<mailingLists>
		<mailingList>
			<name>User List</name>
			<archive>http://http://java.net/projects/forms/lists/users/archive</archive>
			<post>users@forms.java.net</post>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>scm:svn:https://svn.java.net/svn/forms~svn</connection>
		<tag>head</tag>
		<url>https://svn.java.net/svn/forms~svn</url>
	</scm>
</project>