maven-plugins/pdf/project.xml
2006-10-26 13:34:56 +00:00

189 lines
5.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>${basedir}/../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plugin</name>
<currentVersion>2.5.1-SNAPSHOT</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<versions>
<version>
<id>2.0</id>
<name>2.0</name>
<tag>MAVEN_PDF_2_0</tag>
</version>
<version>
<id>2.1</id>
<name>2.1</name>
<tag>MAVEN_PDF_2_1</tag>
</version>
<version>
<id>2.2</id>
<name>2.2</name>
<tag>MAVEN_PDF_2_2</tag>
</version>
<version>
<id>2.2.1</id>
<name>2.2.1</name>
<tag>MAVEN_PDF_2_2_1</tag>
</version>
<version>
<id>2.3</id>
<name>2.3</name>
<tag>maven-pdf-plugin-2.3</tag>
</version>
<version>
<id>2.4</id>
<name>2.4</name>
<tag>maven-pdf-plugin-2.4</tag>
</version>
<version>
<id>2.5</id>
<name>2.5</name>
<tag>MAVEN_PDF_2_5</tag>
</version>
</versions>
<developers>
<developer>
<name>Arnaud Heritier</name>
<id>aheritier</id>
<email>aheritier@apache.org</email>
<organization>Octo Technology</organization>
<roles>
<role>Developer</role>
<role>Release Manager</role>
</roles>
</developer>
<developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
<roles>
<role>Architect</role>
</roles>
</developer>
<developer>
<name>Emmanuel Venisse</name>
<id>evenisse</id>
<email>emmanuel@venisse.net</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Lukas Theussl</name>
<id>ltheussl</id>
<email>ltheussl@apache.org</email>
<roles>
<role>Developer</role>
</roles>
<timezone>-7</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Andrew Jaquith</name>
<email>arjaquith@mindspring.com</email>
<organization>freshcookies.org</organization>
</contributor>
<contributor>
<name>Archimedes Trajano</name>
<email>trajano@yahoo.com</email>
<url>http://www.trajano.net/</url>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>fop</groupId>
<artifactId>fop</artifactId>
<version>0.20.5</version>
<url>http://xmlgraphics.apache.org/fop/</url>
</dependency>
<dependency>
<groupId>batik</groupId>
<artifactId>batik</artifactId>
<version>1.5-fop-0.20-5</version>
<url>http://xmlgraphics.apache.org/batik/</url>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
<version>4.1.5</version>
<url>http://avalon.apache.org/framework/</url>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.1</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.0</version>
<url>http://xerces.apache.org/xerces2-j/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
<url>http://xml.apache.org/xalan-j/</url>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-jira-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-linkcheck-plugin</report>
<report>maven-license-plugin</report>
<report>maven-pdf-plugin</report>
</reports>
</project>