This file is indexed.

/usr/share/maven-repo/com/fasterxml/jackson/core/jackson-annotations/2.8.6/jackson-annotations-2.8.6.pom is in libjackson2-annotations-java 2.8.6-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
<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.fasterxml.jackson.core</groupId>
	<artifactId>jackson-annotations</artifactId>
	<version>2.8.6</version>
	<packaging>bundle</packaging>
	<name>Jackson-annotations</name>
	<description>Core annotations used for value types, used by Jackson data binding package.</description>
	<properties>
		<!-- 02-Oct-2015, tatu: Retain Java6/JDK1.6 compatibility for annotations for Jackson 2.x -->
		<javac.src.version>1.6</javac.src.version>
		<javac.target.version>1.6</javac.target.version>
		<!-- 02-Jun-2016, tatu: Looks like newer versions (3.0+) of bundle plugin require Java 7 (directly
            or via transitive deps), so need to downgrade
      -->
		<version.plugin.bundle>2.5.3</version.plugin.bundle>
		<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
		
			<debian.mavenRules>com.fasterxml.jackson.core jackson-annotations bundle s/2\..*/2.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>2.8.6</debian.originalVersion>
		
			<debian.package>libjackson2-annotations-java</debian.package>
	</properties>
	<dependencies>
	</dependencies>
</project>