git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113142 13f79535-47bb-0310-9956-ffa450edef68
64 lines
1.9 KiB
XML
64 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-faq-plugin</id>
|
|
<name>Maven FAQ Plug-in</name>
|
|
<currentVersion>1.0</currentVersion>
|
|
<!-- Gump integration -->
|
|
|
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
|
<description>Creates XDoc documentation from an FAQ XML document.</description>
|
|
<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>
|
|
</developers>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
|
<version>20030211.142705</version>
|
|
<url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<!-- core dependencies which i'd have thought Maven introduced -->
|
|
<dependency>
|
|
<id>dom4j</id>
|
|
<version>1.4-dev-8</version>
|
|
<url>http://www.dom4j.org/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<id>xml-apis</id>
|
|
<version>1.0.b2</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<id>xerces</id>
|
|
<version>2.2.1</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |