Author: aheritier Date: Tue Feb 7 15:19:27 2006 New Revision: 375769 URL: http://svn.apache.org/viewcvs?rev=375769&view=rev Log: Rewrite the POM generated with artifact:create-upload-bundle.
Modified: maven/maven-1/plugins/trunk/artifact/plugin.jelly maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/artifact/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/plugin.jelly?rev=375769&r1=375768&r2=375769&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/artifact/plugin.jelly Tue Feb 7 15:19:27 2006 @@ -193,9 +193,9 @@ <!-- Copy in the artifact --> <ant:copy file="${maven.build.dir}/${maven.jar.final.name}" todir="${maven.build.dir}/bundle"/> - <!-- Copy in the POM --> - <ant:copy file="${basedir}/project.xml" todir="${maven.build.dir}/bundle"/> - + <!-- Copy in the rewritten POM --> + <artifact:rewritePOM path="${maven.build.dir}/bundle/project.xml"/> + <!-- Copy in the license, if there is no license this will fail. --> <maven:get plugin="maven-license-plugin" property="maven.license.licenseFile" var="license"/> <ant:echo>Copying license: ${license}</ant:echo> Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=375769&r1=375768&r2=375769&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Tue Feb 7 15:19:27 2006 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.8-SNAPSHOT" date="In SVN"> + <action dev="aheritier" type="update">Rewrite the POM generated with <code>artifact:create-upload-bundle</code>.</action> <action dev="ltheussl" type="add" issue="MPARTIFACT-64">New goal <code>artifact:create-upload-bundle</code> that replaces deprecated <code>create-upload-bundle</code>.</action> <action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to HttpClient 3.0.</action> </release>