akshayyn / cloning

Automatically exported from code.google.com/p/cloning
Other
0 stars 0 forks source link

For queries/bug reports, please contact kostas.kougios@googlemail.com

This is the main directory of the source code of the Cloning library.

In order to create the Eclipse project, run "mvn eclipse:eclipse". You will need Maven 2.2 or higher to run the above command. Please visit the Maven website for detailed instructions:

http://maven.apache.org/

Once the command has been successfully executed, you may simply import the project to your workspace, using the included launch configurations to run some of the test suites. Alternatively, you can right-click on a test suite or the whole project and select "Run As > JUnit Test".

Happy hacking!

--- Only for maintainers ---

If you want to generate a signed bundle so it can be uploaded to the OSS Sonatype repository, you will need to run:

mvn clean package gpg:sign repository:bundle-create

You will need to enter the passphrase for your private GPG key at some point. Please do not forget to distribute it to hkp://pgp.mit.edu if the signed bundle is to be accepted in Maven Central!

to deploy to sonatype:

mvn -P sonatype-deploy -Dgpg.passphrase=X

where X=your gpg password