Appendix A.3.6.2 Configuring an Override web.xml for the Jetty Maven Plugin

Use the element as follows:

<project>
  ...

  <plugins>

    ...

      <plugin>

        <groupId>org.mortbay.jetty</groupId>

        <artifactId>maven-jetty-plugin</artifactId>

        <configuration>

          ...

          <overrideWebXml>src/main/resources/override-web.xml</overrideWebXml>

          ...

        </configuration>

      </plugin>

    ...

    </plugins>

 </project>

  • Currently 3.05/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
  Flag Inappropriate Content 0 comments