This file is indexed.

/usr/share/maven-repo/org/apache/commons/commons-lang3/3.x/commons-lang3-3.x.pom is in libcommons-lang3-java 3.5-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
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.x</version>
  <properties>
    <debian.package>libcommons-lang3-java</debian.package>
  </properties>
  <distributionManagement>
    <relocation>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>debian</version>
    </relocation>
  </distributionManagement>
</project>