Get your own customer support community
 

Run mvn jetty:run problem

In section 5.4. Configuring the Jetty Plugin I had this problem:

To run mvn jetty:run I had to qualify jetty like this:
>mvn org.mortbay.jetty:jetty:run

or alternatively adding
<plugingroups>
<plugingroup>org.mortbay.jetty</plugingroup>
</plugingroups>
to settings.xml
Now I can run jetty like this:
>mvn jetty:run
 
silly I’m unsure
Inappropriate?
1 person has this question

The company marked this question as answered.


User_default_medium