Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 mvn clean verify -P tomcat7xtomcat8x

the same steps will be done with Tomcat instead of Jetty; thanks to Maven 2 / Maven 3's profiles.

The archetype actually ships with Maven 2 / Maven 3 profiles for the jetty9x (default), jetty7x, tomcat7x tomcat8x, jonas5x, jboss71x, glassfish3x, geronimo3x and wildfly10x containers. We tried to show with these archetypes as many examples as possible, so you will find that:

...

...

This archetype ships with Maven 2 / Maven 3 profiles for the following containers:

...

The archetype actually ships with Maven 2 / Maven 3 profiles for the jetty9x (default), tomcat7xtomcat8x, jonas5x, jboss71x, glassfish3x, geronimo3x and wildfly10x containers.

...