Rewrite the POM generated with artifact:create-upload-bundle.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-02-07 23:19:27 +00:00
parent b086fe3466
commit b401d7c0fc
2 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -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>