Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Dependency tree built

Hi,

On Tue, Sep 15, 2015 at 6:54 PM, Muhui Jiang <jiangmuhui@xxxxxxxxx> wrote:
> Hi:
>
> The exec-maven-plugin not start when I build.

Because it's not bound to any phase.

After the normal build just run it using:

$ mvn exec:java

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top