AstroGrid exist
This is the server side component for the eXist xml database. The main use will be with other
astrogrid components such as registry xml or data center using Fits files. It also has a web service
built on top, for other direct interaction with the eXist database.
Builds
Here are the maven goals for building the eXist.
- clean - cleans out and removes all previous builds.
- install-snapshot - Builds all the necessry jar and war files.
- astrogrid-deploy-snapshot - Builds and deploys the snapshot onto the repository.
- astrogrid-deploy-site - Generates reports and documents to be deployed on the site repository.
- generate-castor - generates the castor objects. This is automatically done though because it is done
as a pre-goal to java:compile.