-
Notifications
You must be signed in to change notification settings - Fork 112
/
README
35 lines (21 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
For queries/bug reports, please contact [email protected]
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