Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Frequently Asked Questions

General

  1. How do I start Jetty without blocking the build?

General

How do I start Jetty without blocking the build?
<j:thread>
  <attainGoal name="jetty:run-war"/>
</j:thread>
<ant:waitfor>
  <ant:http url="[url to wait for to decide when server is started]"/>
</ant:waitfor>