This file is indexed.

/usr/share/maven-repo/javax/portlet/portlet-api/2.0/portlet-api-2.0.pom is in libportlet-api-2.0-spec-java 1.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
<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>javax.portlet</groupId>
	<artifactId>portlet-api</artifactId>
	<version>2.0</version>
	<packaging>jar</packaging>
	<properties>
		<debian.originalVersion>1.0</debian.originalVersion>
		<debian.package>libportlet-api-2.0-spec-java</debian.package>
		<debian.mavenRules><![CDATA[s/org.apache.portals/javax.portlet/ s/portlet-api_2.0_spec/portlet-api/ jar s/.*/2.0/ *]]></debian.mavenRules>
	</properties>
	
	<name>Java Portlet Specification V2.0</name>
	<description>The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.</description>
	<url>http://portals.apache.org/portlet-spec/portlet-api-2.0</url>
	<dependencies>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<scm>
		<connection>scm:svn:http://svn.apache.org/repos/asf/portals/portlet-spec/tags/portlet-api_2.0_spec-1.0</connection>
		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/portlet-spec/tags/portlet-api_2.0_spec-1.0</developerConnection>
		<url>http://svn.apache.org/viewvc/portals/portlet-spec/tags/portlet-api_2.0_spec-1.0</url>
	</scm>
</project>