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:
parent
b086fe3466
commit
b401d7c0fc
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user