Friday, April 14, 2006

Setting the Default Goal in Maven 1.0.2

To set the default goal in a maven 1.0.2 project, add it to the 'project' tag in maven xml as an attribute. E.g.:

default="jar:install"

No comments: