This file is indexed.

/usr/share/maven-repo/org/apache/bcel/bcel/6.2/bcel-6.2.pom is in libbcel-java 6.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<!--
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
  * regarding copyright ownership. The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License. You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
-->
<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.apache.bcel</groupId>
	<artifactId>bcel</artifactId>
	<version>6.2</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>org.apache.commons</groupId>
		<artifactId>commons-parent</artifactId>
		<version>debian</version>
	</parent>
	
	<name>Apache Commons BCEL</name>
	<description>Apache Commons Bytecode Engineering Library</description>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<maven.compiler.source>1.7</maven.compiler.source>
		<maven.compiler.target>1.7</maven.compiler.target>
		<commons.componentid>bcel</commons.componentid>
		<commons.module.name>org.apache.bcel</commons.module.name>
		<commons.release.version>6.2</commons.release.version>
		<commons.release.desc>(Java 7+)</commons.release.desc>
		<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
		<!-- Configuration properties for the OSGi maven-bundle-plugin -->
		<commons.osgi.symbolicName>org.apache.${commons.componentid}</commons.osgi.symbolicName>
		<commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>
		<commons.osgi.import>*</commons.osgi.import>
		<commons.osgi.dynamicImport>
		</commons.osgi.dynamicImport>
		<commons.osgi.private>
		</commons.osgi.private>
		<commons.jira.id>BCEL</commons.jira.id>
		<commons.jira.pid>12314220</commons.jira.pid>
		<commons.findbugs.version>3.0.5</commons.findbugs.version>
		<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
		<commons.clirr.version>2.8</commons.clirr.version>
		<jna.version>4.5.0</jna.version>
		
			<debian.hasPackageVersion/>
		
			<debian.junit.junit.originalVersion>4.12</debian.junit.junit.originalVersion>
		
			<debian.net.java.dev.jna.jna-platform.originalVersion>4.5.0</debian.net.java.dev.jna.jna-platform.originalVersion>
		
			<debian.net.java.dev.jna.jna.originalVersion>4.5.0</debian.net.java.dev.jna.jna.originalVersion>
		
			<debian.org.apache.commons.commons-lang3.originalVersion>3.7</debian.org.apache.commons.commons-lang3.originalVersion>
		
			<debian.originalVersion>6.2</debian.originalVersion>
		
			<debian.package>libbcel-java</debian.package>
	</properties>
	<!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
	<dependencies>
	</dependencies>
</project>