Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: 1.10
-
Labels:None
-
Number of attachments :
Description
This plugin has caused much grief by overwriting existing build.xml files without warning. The default build name should be changed to something less commonly used, 'build-from-pom.xml' for example. Or the user should be prompted to confirm overwriting on the command line.
I can try to add a warning if the file already exists but I'm not in favor to change the default file name.
You can use the property 'maven.ant.generatebuild.file' to define yourself another name for this file.