This file is indexed.

/usr/share/maven-repo/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom is in libtagsoup-java 1.2.1+-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
29
30
31
32
<?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>org.ccil.cowan.tagsoup</groupId>
	<artifactId>tagsoup</artifactId>
	<version>1.2.1</version>
	<packaging>jar</packaging><properties>
		
			<debian.originalVersion>1.2.1</debian.originalVersion>
		
			<debian.package>libtagsoup-java</debian.package>
	</properties>
	
	<name>TagSoup</name>
	<description>TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.</description>
	<url>http://home.ccil.org/~cowan/XML/tagsoup/</url>
	<licenses>
		<license>
			<name>Apache License 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://home.ccil.org/~cowan/tagsoup/tagsoup-1.2.1-src.zip</url>
	</scm>
	<developers>
		<developer>
			<name>John Cowan</name>
		</developer>
	</developers>
</project>