> We could put that in an alias file, that's fine, as
> long as we don't
> have to type long
> and hard-to-remember goal names when we would have
> simply typed "ant"
> before.
At the bare minimum, you can create a $PROJECT/maven.xml with:
<project default="java:jar"/>
And typing 'maven' will do the java:jar target.
You can alias yourself, currently, by doing;
<project default="java:jar">
<goal name="unhappymeal" value="java:jar"/>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>