This file is indexed.

/usr/share/maven-repo/org/carrot2/morfologik-parent/1.9.0/morfologik-parent-1.9.0.pom is in libmorfologik-stemming-java 1.9.0+dfsg-0.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
 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
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
<?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.carrot2</groupId>
	<artifactId>morfologik-parent</artifactId>
	<version>1.9.0</version>
	<packaging>pom</packaging>
	<!-- We use SonaType for publishing artefacts. Parent POM makes things easier here. -->
	<!-- Project info. -->
	<name>Morfologik (parent POM)</name>
	<description>Morfologik provides high quality lemmatisation for the Polish language,
  along with tools for building and using byte-based finite state automata.</description>
	<url>http://morfologik.blogspot.com/</url>
	<!-- Extended project info. -->
	<licenses>
		<license>
			<name>BSD</name>
			<url>http://www.opensource.org/licenses/bsd-license.php</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<!-- <organization> <name></name> <url></url> </organization> -->
	<!-- <issueManagement> <system></system> <url></url> </issueManagement> -->
	<mailingLists>
		<mailingList>
			<name>Announcements, bug reports, developers mailing list</name>
			<post>morfologik-devel@lists.sourceforge.net</post>
		</mailingList>
	</mailingLists>
	<scm>
		<url>https://morfologik.svn.sourceforge.net/svnroot/morfologik/morfologik-stemming/trunk</url>
		<connection>scm:svn:https://morfologik.svn.sourceforge.net/svnroot/morfologik/morfologik-stemming/trunk</connection>
		<developerConnection>scm:svn:https://morfologik.svn.sourceforge.net/svnroot/morfologik/morfologik-stemming/trunk</developerConnection>
	</scm>
	<developers>
		<developer>
			<id>dawid.weiss</id>
			<name>Dawid Weiss</name>
			<email>dawid.weiss@carrotsearch.com</email>
		</developer>
		<developer>
			<id>marcin.milkowski</id>
			<name>Marcin Mi??kowski</name>
			<!-- <email></email> -->
		</developer>
	</developers>
	<!-- Global properties. -->
	<properties>
		<maven.compiler.source>1.6</maven.compiler.source>
		<maven.compiler.target>1.6</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<skip.deployment>false</skip.deployment>
		<gpg.passphrase>
		</gpg.passphrase>
		
			<debian.mavenRules>org.carrot2 morfologik-distribution pom s/.*/debian/ * *,
		org.carrot2 morfologik-fsa jar s/.*/debian/ * *,
		org.carrot2 morfologik-parent pom s/.*/debian/ * *,
		org.carrot2 morfologik-polish jar s/.*/debian/ * *,
		org.carrot2 morfologik-speller jar s/.*/debian/ * *,
		org.carrot2 morfologik-stemming jar s/.*/debian/ * *,
		org.carrot2 morfologik-tools jar s/.*/debian/ * *,
		org.carrot2 morfologik-* * s/.*/debian/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.9.0</debian.originalVersion>
		
			<debian.package>libmorfologik-stemming-java</debian.package>
	</properties>
	<!-- Add snapshots from SonaType -->
	<!-- Submodules -->
	<modules>
		<module>morfologik-fsa</module>
		<module>morfologik-stemming</module>
		<module>morfologik-polish</module>
		<module>morfologik-tools</module>
		<module>morfologik-distribution</module>
		<module>morfologik-speller</module>
	</modules>
	<!-- Manage dependencies; we keep versions separate to possibly split out submodules 
    later on. -->
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>com.carrotsearch</groupId>
				<artifactId>hppc</artifactId>
				<version>debian</version>
			</dependency>
			<dependency>
				<groupId>commons-cli</groupId>
				<artifactId>commons-cli</artifactId>
				<version>debian</version>
			</dependency>
			<dependency>
				<groupId>commons-lang</groupId>
				<artifactId>commons-lang</artifactId>
				<version>debian</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<!-- Manage the build. -->
	<!-- Profiles. -->
</project>