Versions Compared

Key

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

...

It can be installed by itself as follows.

No Format
cd hps/-java/trunk/plugin
; mvn

Once this is done, you will need to restart JAS for it to load the modified jar files.

The plugin is also installed automatically when building the entire trunk.

No Format
cd hps/java/trunk
-java; mvn -DskipTests

This should make sure that JAS sees your local version of the HPS Java Plugin.

...