Don't generate ant build file
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e051c15d43
commit
b380cf60bd
16
dist/plugin.jelly
vendored
16
dist/plugin.jelly
vendored
@ -124,19 +124,9 @@
|
||||
<ant:available property="maven.dist.build.xml.avail"
|
||||
file="${basedir}/build.xml"/>
|
||||
|
||||
<j:choose>
|
||||
<j:when test="${maven.dist.build.xml.avail}">
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}" file="${basedir}/build.xml"/>
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
<j:if test="${sourcesPresent == 'true'}">
|
||||
<attainGoal name="ant:generate-build"/>
|
||||
<ant:move
|
||||
file="${basedir}/build.xml"
|
||||
tofile="${maven.dist.src.assembly.dir}/build.xml"/>
|
||||
</j:if>
|
||||
</j:otherwise>
|
||||
</j:choose>
|
||||
<j:if test="${maven.dist.build.xml.avail}">
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}" file="${basedir}/build.xml"/>
|
||||
</j:if>
|
||||
|
||||
<!-- Copy Source -->
|
||||
<util:available file="${maven.src.dir}">
|
||||
|
||||
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 CVS">
|
||||
<action dev="carlos" type="update">Don't generate ant build file, call maven-ant-plugin before or set a preGoal</action>
|
||||
<action dev="carlos" type="update">Add NOTICE file to distribution</action>
|
||||
</release>
|
||||
<release version="1.6" date="2004-06-25">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user