Versions Compared

Key

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

...

The build depends on an http-client plugin that was at one time available on a sonatype repository.  For some reason, that artifact has gone missing.  Until such time as it's restored, you'll unfortunately need to download+another attachment+ and install its contents manually:

Code Block

mvn install-file -Dfile=maven-http-client-plugin-1.0.0-SNAPSHOT.jar -DpomFile=maven-http-client-plugin-1.0.0-SNAPSHOT.pom

...

code

Next, set up a Maven .settings profile with property values applicable to your environment.  The following example shows a nightly build toward the 3.1 release of Power Edition with both the Messaging and Analytics optional modules purchased:

...