Quick Start Maven Settings Configuration Guide

Version 2.1 by Lachlan Deck on 2011/08/13 21:20
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Configuring Maven for use with WOCommunity artifacts

Unknown macro: color. Click on this message for details.

Unknown macro: color. Click on this message for details.
Unknown macro: color. Click on this message for details.

Unknown macro: color. Click on this message for details.

Unknown macro: noformat. Click on this message for details.

What does this do?

Two things.

  1. Defines a pluginGroup which provides a hint to maven for additional groupId's to look in for additional plugins that you refer to in abbreviated commands, such as for the wobootstrap plugin on the terminal. The default group maven looks in is org.apache.maven.plugins.
  2. Some additional repositories than the official maven repositories. This helps maven resolve and download wocommunity built artifacts that aren't already in your local or corporate maven repository.

Reference Documentation

See Maven Settings Reference for official apache documentation on the maven settings and options.

See settings.xml for official apache documentation on it's format.