Execution of example maven plugin goal is backwards
After configuring a goalPrefix of "blah", the text on page 465 claims that you can run the echo goal with "mvn echo:blah". It is actually "mvn blah:echo"
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Also, the text does not mention that you have to run "mvn clean install" after adding the goalPrefix to the pom to make the goalPrefix available.
Loading Profile...


CHAMP