This file is indexed.

/usr/share/maven-repo/net/openhft/compiler/2.2.4/compiler-2.2.4.pom is in libopenhft-compiler-java 2.2.4-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
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~     Copyright (C) 2015  higherfrequencytrading.com
  ~
  ~     This program is free software: you can redistribute it and/or modify
  ~     it under the terms of the GNU Lesser General Public License as published by
  ~     the Free Software Foundation, either version 3 of the License.
  ~
  ~     This program is distributed in the hope that it will be useful,
  ~     but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~     GNU Lesser General Public License for more details.
  ~
  ~     You should have received a copy of the GNU Lesser General Public License
  ~     along with this program.  If not, see <http://www.gnu.org/licenses />.
  -->
<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>net.openhft</groupId>
	<artifactId>compiler</artifactId>
	<version>2.2.4</version>
	<packaging>bundle</packaging><properties>
		
			<debian.mavenRules>net.openhft Java-Runtime-Compiler pom s/.*/debian/ * *,
		net.openhft compiler bundle s/.*/debian/ * *,
		net.openhft compiler s/jar/bundle/ s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>2.2.4</debian.originalVersion>
		
			<debian.package>libopenhft-compiler-java</debian.package>
	</properties>
	
	<name>OpenHFT/Java-Runtime-Compiler</name>
	<description>Java Runtime Compiler library.</description>
	<dependencyManagement>
		<dependencies>
		</dependencies>
	</dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		<version>debian</version>
		</dependency>
		<dependency>
			<groupId>com.intellij</groupId>
			<artifactId>annotations</artifactId>
		<version>debian</version>
		</dependency>
	</dependencies>
	<!-- todo remove once next parent pom is adopted -->
	<scm>
		<url>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git</url>
		<connection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git</connection>
		<developerConnection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git</developerConnection>
		<tag>compiler-2.2.4</tag>
	</scm>
</project>