Page 1 of 1

Demo on Maven only

Posted: Tue Mar 11, 2014 1:52 pm
by jhcao23
Can someone provide the same demo with only maven (no Ant please) building?

Re: Demo on Maven only

Posted: Sun Mar 23, 2014 7:09 pm
by phillipuniverse
You don't have to use ant at all. In fact, the only thing that Ant is doing is invoking these Maven goals:

Code: Select all

compile
war:exploded
jetty:run


You can run these yourself without using Ant at all.