This file is indexed.

/usr/share/maven-repo/org/sonatype/plexus/plexus-build-api/debian/plexus-build-api-debian.pom is in libplexus-build-api-java 0.0.7-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
50
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
Copyright (c) 2008 Sonatype, Inc. All rights reserved.

This program is licensed to you under the Apache License Version 2.0, 
and you may not use this file except in compliance with the Apache License Version 2.0. 
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, 
software distributed under the Apache License Version 2.0 is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
-->
<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>org.sonatype.plexus</groupId>
	<artifactId>plexus-build-api</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.mavenRules>org.sonatype.plexus plexus-build-api jar s/.*/debian/ * *</debian.mavenRules>
		
			<debian.org.codehaus.plexus.plexus-container-default.originalVersion>1.0-alpha-9</debian.org.codehaus.plexus.plexus-container-default.originalVersion>
		
			<debian.org.codehaus.plexus.plexus-utils.originalVersion>1.5.8</debian.org.codehaus.plexus.plexus-utils.originalVersion>
		
			<debian.originalVersion>0.0.7</debian.originalVersion>
		
			<debian.package>libplexus-build-api-java</debian.package>
	</properties>
	
	<dependencies>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-utils</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-container-default</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<scm>
		<connection>scm:svn:http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.7</connection>
		<developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/plexus-build-api-0.0.7</developerConnection>
		<url>http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.7</url>
	</scm>
</project>