This file is indexed.

/usr/share/maven-repo/org/w3c/css/sac/1.3/sac-1.3.pom is in libsac-java 1.3-6.

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>org.w3c.css</groupId>
	<artifactId>sac</artifactId>
	<version>1.3</version>
	<packaging>jar</packaging>
	<properties>
		<debian.originalVersion>1.3</debian.originalVersion>
		<debian.package>libsac-java</debian.package>
	</properties>
	
	<name>Simple API for CSS</name>
	<description>SAC is a standard interface for CSS parsers.</description>
	<url>http://www.w3.org/Style/CSS/SAC/</url>
	<organization>
		<name>World Wide Web Consortium</name>
		<url>http://www.w3.org/</url>
	</organization>
	<licenses>
		<license>
			<name>The W3C Software License</name>
			<url>http://www.w3.org/Consortium/Legal/copyright-software-19980720</url>
		</license>
	</licenses>
	<mailingLists>
		<mailingList>
			<name>www-style</name>
			<subscribe>http://lists.w3.org/Archives/Public/www-style/</subscribe>
			<unsubscribe>http://lists.w3.org/Archives/Public/www-style/</unsubscribe>
			<archive>http://lists.w3.org/Archives/Public/www-style/</archive>
			<post>www-style@w3.org</post>
		</mailingList>
	</mailingLists>
</project>