File: pom.xml

package info (click to toggle)
pdfsam 4.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,524 kB
  • sloc: java: 26,856; xml: 2,797; sh: 128; cs: 41; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
	<description>Documentation for PDFsam</description>
	<parent>
		<groupId>org.pdfsam</groupId>
		<artifactId>pdfsam-parent</artifactId>
		<version>4.3.4</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>pdfsam-docs</artifactId>
	<packaging>pom</packaging>
	<name>PDFsam docs</name>

</project>