Wrap preservation tools once, deploy them everywhere.
To build you require:
- Maven 3: http://maven.apache.org/
- clone this repo (if you haven't)
For using the recommended IDE you require:
After you install eclipse and clone the repo, install the plugins listed above. To install a plugin click on Help > Eclipse Market Place and search them or just use the nice drag and drop feature and drag them from the links above.
As soon as you are ready import the maven modules by selecting File > Import > Maven > Existing Maven Projects. Maven will fetch the whole internet (this is normal) and will import the projects for you.
To compile go to the sources folder and execute the command:
$ mvn clean installAfter building the necessary jars will be available on the target directories and the binaries on the bin/ directories will be able to run them.
- Fork the GitHub project
- Change the code and push into the forked project
- Submit a pull request
To increase the chances of your changes being accepted and merged into the official source here's a checklist of things to go over before submitting a contribution. For example:
- Has unit tests (that covers at least 80% of the code)
- Has documentation (at least 80% of public API)
- Agrees to contributor license agreement, certifying that any contributed code is original work and that the copyright is turned over to the project
TBA
