MPDIST-24: dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@343972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f76306731
commit
1363f63469
6
dist/plugin.jelly
vendored
6
dist/plugin.jelly
vendored
@ -109,11 +109,11 @@
|
||||
</ant:fileset>
|
||||
</ant:copy>
|
||||
|
||||
<ant:available property="maven.dist.build.xml.avail"
|
||||
file="${basedir}/build.xml"/>
|
||||
<maven:get var="build.xml" plugin="maven-ant-plugin" property="maven.ant.generatebuild.file"/>
|
||||
<ant:available property="maven.dist.build.xml.avail" file="${build.xml}"/>
|
||||
|
||||
<j:if test="${maven.dist.build.xml.avail}">
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}" file="${basedir}/build.xml"/>
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}" file="${build.xml}"/>
|
||||
</j:if>
|
||||
|
||||
<!-- Copy Source -->
|
||||
|
||||
1
dist/xdocs/changes.xml
vendored
1
dist/xdocs/changes.xml
vendored
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="in SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPDIST-24"><code>dist:prepare-src-filesystem</code> doesn't recognize <code>maven.ant.generatebuild.file</code>.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPDIST-27" due-to="Phil Steitz">Zip archives should use CRLF line endings on txt files.</action>
|
||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||
<ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user