Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Component/s: None
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
I have encountered a bug in goal
dist:prepare-src-filesystem:
<attainGoal name="ant:generate-build"/>
<ant:move
file="${basedir}/build.xml"
tofile="${maven.dist.src.assembly.dir}/build.xml"/>
this target fails if you have specified the property maven.ant.generatebuild.file to another file than build.xml
${basedir}/build.xml should be replaced by ${maven.ant.generatebuild.file}