| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you 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/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> |
| |
| <parent> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-parent</artifactId> |
| <version>16</version> |
| <relativePath>../../pom/maven/pom.xml</relativePath> |
| </parent> |
| |
| <groupId>org.apache.maven.doxia</groupId> |
| <artifactId>doxia-tools</artifactId> |
| <version>1.2</version> |
| <packaging>pom</packaging> |
| |
| <name>Doxia Tools</name> |
| <description>A set of tools for working with Doxia documents.</description> |
| <url>http://maven.apache.org/doxia/doxia-tools</url> |
| <inceptionYear>2005</inceptionYear> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Doxia Developer List</name> |
| <post>doxia-dev@maven.apache.org</post> |
| <subscribe>doxia-dev-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>doxia-dev-unsubscribe@maven.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/doxia-dev@maven.apache.org</otherArchive> |
| <otherArchive>http://www.nabble.com/Doxia---dev-f11816.html</otherArchive> |
| <otherArchive>http://markmail.org/list/org.apache.maven.doxia-dev</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>Doxia User List</name> |
| <post>doxia-users@maven.apache.org</post> |
| <subscribe>doxia-users-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>doxia-users-unsubscribe@maven.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/doxia-users@maven.apache.org</otherArchive> |
| <otherArchive>http://www.nabble.com/Doxia---Users-f14483.html</otherArchive> |
| <otherArchive>http://markmail.org/list/org.apache.maven.doxia-users</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>Doxia Commits List</name> |
| <subscribe>doxia-commits-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>doxia-commits-unsubscribe@maven.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/doxia-commits@maven.apache.org</otherArchive> |
| <otherArchive>http://markmail.org/list/org.apache.maven.doxia-commits</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>Maven Issues List</name> |
| <subscribe>issues-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive> |
| <otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive> |
| <otherArchive>http://markmail.org/list/org.apache.maven.issues</otherArchive> |
| </otherArchives> |
| </mailingList> |
| </mailingLists> |
| |
| <modules> |
| <module>doxia-converter</module> |
| <module>doxia-linkcheck</module> |
| </modules> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags/doxia-tools-1.2</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags/doxia-tools-1.2</developerConnection> |
| <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-tools/tags/doxia-tools-1.2</url> |
| </scm> |
| <issueManagement> |
| <system>jira</system> |
| <url>http://jira.codehaus.org/browse/DOXIA</url> |
| </issueManagement> |
| <distributionManagement> |
| <site> |
| <id>apache.website</id> |
| <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-tools</url> |
| </site> |
| </distributionManagement> |
| |
| <properties> |
| <projectVersion>${project.version}</projectVersion> |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <!-- Plexus --> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| <version>1.0-alpha-30</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-utils</artifactId> |
| <version>1.5.12</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.2</version> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.2-beta-4</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <configuration> |
| <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags</tagBase> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <forkMode>never</forkMode> |
| </configuration> |
| </plugin> |
| <!-- TODO need to upgrade to last version or Maven parent version --> |
| <plugin> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-maven-plugin</artifactId> |
| <version>1.3.5</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.modello</groupId> |
| <artifactId>modello-maven-plugin</artifactId> |
| <version>1.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <configuration> |
| <source>1.4</source> |
| <links> |
| <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> |
| <link>http://junit.sourceforge.net/javadoc/</link> |
| </links> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-site-plugin</artifactId> |
| <configuration> |
| <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-tools-${project.version}</stagingSiteURL> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>descriptor</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <configuration> |
| <source>1.4</source> |
| <aggregate>true</aggregate> |
| <links> |
| <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> |
| <link>http://junit.sourceforge.net/javadoc/</link> |
| </links> |
| </configuration> |
| <reportSets> |
| <reportSet> |
| <id>html</id> |
| <reports> |
| <report>javadoc</report> |
| </reports> |
| </reportSet> |
| <reportSet> |
| <id>test-html</id> |
| <reports> |
| <report>test-javadoc</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| </project> |