Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-1
-
None
-
None
Description
added the following to pom.xml:
<build>
<defaultGoal>install</defaultGoal>
</build>
On command line, type: m2
Error:
You must specify at least one goal. Try 'install'
usage: maven [options] [goal [goal2 [goal3] ...]]
...