snapshot version resolved POM

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-02-11 16:37:11 +00:00
parent e7773180c2
commit 0bf42fda77
61 changed files with 465 additions and 1251 deletions

View File

@@ -1,25 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>${basedir}/../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-vdoclet-plugin</id>
<name>Maven VDoclet Plug-in</name>
<currentVersion>1.0</currentVersion>
<description>
Various goals for making development with Plexus easy.
</description>
<description>Various goals for making development with Plexus easy.</description>
<shortDescription>Plexus Tools</shortDescription>
<url>http://jakarta.apache.org/turbine/maven/reference/plugins/ant/</url>
<issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10030</issueTrackingUrl>
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/turbine/maven/reference/plugins/ant/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
<developers>
<developer>
<name>Jason van Zyl</name>
@@ -32,7 +25,6 @@
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<id>vdoclet</id>
@@ -77,6 +69,4 @@
</properties>
</dependency>
</dependencies>
</project>