This plugin has been removed from the current Maven distribution, it is not maintained by the Maven team anymore. Please check the Plugins History page to find out the last Maven version that included this plugin.
Define the WARs to deploy in Jetty as project dependencies. For example:
<dependency> <groupId>groupId</groupId> <artifactId>artifactId</artifactId> <version>version</version> <type>war</type> <properties> <jetty.bundle>true</jetty.bundle> </properties> </dependency>
Note: If you run the jetty:run-war
goal, your
current project will also be considered as a WAR and it will
be also deployed in Jetty.