Fix bug where gump.xml generated in different directory to ${basedir}

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-17 07:53:27 +00:00
parent d5b8249ef2
commit 8b047dd4da
3 changed files with 8 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
description="Generate Gump descriptor from Maven descriptor">
<j:set var="gumpProject"><gump:name project="${pom.artifactId}"/></j:set>
<j:file name="gump.xml" prettyPrint="true" xmlns="dummy">
<j:file name="${basedir}/gump.xml" prettyPrint="true" xmlns="dummy">
<module name="${gumpProject}">
<description>${pom.shortDescription}</description>

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-gump-plugin</id>
<name>Maven Gump Plug-in</name>
<currentVersion>1.1</currentVersion>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<description/>
<shortDescription>produce Gump descriptor</shortDescription>
<url>http://maven.apache.org/reference/plugins/gump/</url>

View File

@@ -6,7 +6,12 @@
</properties>
<body>
<release version="1.1" date="in CVS">
<release version="1.2" date="in CVS">
<action dev="dion" type="fix">gump.xml generated into basedir</action>
<action dev="dion" type="update">Added test project</action>
</release>
<release version="1.1" date="Unknown">
<action dev="dion" type="add">
Added more documentation
</action>