Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-2, 2.0-alpha-3
-
None
Description
I have a simple script that calls maven archetype from the command line with the full archetype command-line. The script hangs because the archetype:generate prompts for the user to hit Y: at the command prompt even thought I specified -DinteractiveMode=false in the script.
Expected Results: Maven archetype:generate executes with-out prompting the user for any input when using -DinteractiveMode=false