This file is indexed.

/usr/share/maven-repo/com/adobe/xmp/xmpcore/5.1.2/xmpcore-5.1.2.pom is in libxmpcore-java 5.1.2-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
31
32
33
34
35
<?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>com.adobe.xmp</groupId>
	<artifactId>xmpcore</artifactId>
	<version>5.1.2</version>
	<packaging>jar</packaging><properties>
		
			<debian.originalVersion>5.1.2</debian.originalVersion>
		
			<debian.package>libxmpcore-java</debian.package>
	</properties>
	
	<name>XMP Library for Java</name>
	<description>The XMP Library for Java is based on the C++ XMPCore library
    and the API is similar.</description>
	<url>http://www.adobe.com/devnet/xmp.html</url>
	<licenses>
		<license>
			<name>The BSD License</name>
			<url>http://www.adobe.com/devnet/xmp/library/eula-xmp-library-java.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<organization>Adobe Systems, Inc.</organization>
			<organizationUrl>http://www.adobe.com/</organizationUrl>
		</developer>
	</developers>
	<scm>
		<connection>scm:local:/src/xmp:xmpcore</connection>
		<url>http://www.adobe.com/devnet/xmp.html</url>
	</scm>
</project>