This file is indexed.

/usr/share/maven-repo/org/yaml/snakeyaml/1.12/snakeyaml-1.12.pom is in libyaml-snake-java 1.12-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
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
<?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>org.yaml</groupId>
	<artifactId>snakeyaml</artifactId>
	<version>1.12</version>
	<packaging>bundle</packaging>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		
			<debian.joda-time.joda-time.originalVersion>1.6</debian.joda-time.joda-time.originalVersion>
		
			<debian.junit.junit.originalVersion>4.7</debian.junit.junit.originalVersion>
		
			<debian.mavenRules>org.yaml snakeyaml bundle s/1\..*/1.x/ * *,
		org.yaml snakeyaml s/jar/bundle/ s/1\..*/1.x/ * *</debian.mavenRules>
		
			<debian.org.apache.velocity.velocity.originalVersion>1.6.2</debian.org.apache.velocity.velocity.originalVersion>
		
			<debian.org.springframework.spring.originalVersion>2.5.6</debian.org.springframework.spring.originalVersion>
		
			<debian.originalVersion>1.12</debian.originalVersion>
		
			<debian.package>libyaml-snake-java</debian.package>
	</properties>
	<name>SnakeYAML</name>
	<description>YAML 1.1 parser and emitter for Java</description>
	<inceptionYear>2008</inceptionYear>
	<url>http://www.snakeyaml.org</url>
	<issueManagement>
		<system>Google Code</system>
		<url>http://code.google.com/p/snakeyaml/issues/list</url>
	</issueManagement>
	<!--ciManagement>
        <system>jenkins</system>
        <url>https://snakeyaml.ci.cloudbees.com/job/SnakeYAML/</url>
    </ciManagement-->
	<mailingLists>
		<mailingList>
			<name>SnakeYAML developers and users List</name>
			<post>snakeyaml-core@googlegroups.com</post>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>scm:hg:http://snakeyaml.googlecode.com/hg</connection>
		<developerConnection>scm:hg:https://snakeyaml.googlecode.com/hg</developerConnection>
		<url>http://code.google.com/p/snakeyaml/source/browse/</url>
	</scm>
	<licenses>
		<license>
			<name>Apache License Version 2.0</name>
			<url>LICENSE.txt</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>py4fun</id>
			<name>Andrey Somov</name>
			<email>py4fun@gmail.com</email>
		</developer>
		<developer>
			<id>maslovalex</id>
			<name>Alexander Maslov</name>
			<email>alexander.maslov@gmail.com</email>
		</developer>
	</developers>
	<dependencies>
	</dependencies>
</project>