git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114515 13f79535-47bb-0310-9956-ffa450edef68
91 lines
2.8 KiB
XML
91 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-faq-plugin</id>
|
|
<name>Maven FAQ Plug-in</name>
|
|
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
|
<!-- Gump integration -->
|
|
|
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
|
<description>Creates XDoc documentation from an FAQ XML document.</description>
|
|
<shortDescription>FAQ Plugin</shortDescription>
|
|
<url>http://maven.apache.org/reference/plugins/faq/</url>
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/faq/</siteDirectory>
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/faq/</connection>
|
|
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/faq/</url>
|
|
</repository>
|
|
<developers>
|
|
<developer>
|
|
<name>James Strachan</name>
|
|
<id>jstrachan</id>
|
|
<email>jstrachan@apache.org</email>
|
|
<organization>SpiritSoft, Inc.</organization>
|
|
<roles>
|
|
<role>Java Developer</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<name>dIon Gillard</name>
|
|
<id>dion</id>
|
|
<email>dion@apache.org</email>
|
|
<organization>Apache Software Foundation</organization>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<name>Eric Pugh</name>
|
|
<id>epugh</id>
|
|
<email>epugh@upstate.com</email>
|
|
<organization>Upstate</organization>
|
|
<roles>
|
|
<role>Java Developer</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
|
<version>20030211.142705</version>
|
|
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
<!-- core dependencies which i'd have thought Maven introduced -->
|
|
|
|
<dependency>
|
|
<groupId>dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>1.4-dev-8</version>
|
|
<url>http://www.dom4j.org/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.0.b2</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xerces</artifactId>
|
|
<version>2.4.0</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
</dependencies>
|
|
<reports>
|
|
<report>maven-changelog-plugin</report>
|
|
<report>maven-changes-plugin</report>
|
|
<report>maven-developer-activity-plugin</report>
|
|
<report>maven-file-activity-plugin</report>
|
|
<report>maven-license-plugin</report>
|
|
<report>maven-linkcheck-plugin</report>
|
|
<report>maven-tasklist-plugin</report>
|
|
<report>maven-faq-plugin</report>
|
|
</reports>
|
|
</project>
|