Versions Compared

Key

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

...

Note that the original site-manage reference has been commented out, and our new references have been placed at the bottom.

Building

Since we used the default pom.xml from the 2.8.x branch, it doesn't know about newTool1. We added a <module> line for it under the "full" profile.

Now that the pom.xml is correct, we can build the trunk:

1. Pull down the tool sources if you don't have them yet (svn update or svn co)
2. cd master
3. mvn clean install
4. cd ..
5. mvn clean install

Full structure

Here is how the full mSub structure might look once we have some tags:

...