Versions Compared

Key

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

...

  • Go to CARGOHOME and type mvn install
    This will build the full Cargo project.
  • If you wish to clean all build-generated files, cd to CARGOHOME and type mvn clean

...

The default list of containers to run on depends a property cargo.containers defined in CARGOHOME/core/samples/pom.xml. It can also be supplied at the commandline command line by using profiles (-P<containerId>).

For example if you only want to run on Tomcat 58.x you'd write: mvn -Ptomcat5x Ptomcat8x clean install

Tips

  • Type mvn -o to work offline. This improves the build speed as Maven does not check for updates on the remote repository for SNAPSHOT versions.

...

  • Edit the .m2/settings.xml file from your home directory (C:\Documents and Settings\username or C:\Users\username on Windows),
  • Comment out the <proxy> element and fill in the proxy server settings accordingly.