Skip to content

Commit 6dd24ff

Browse files
committed
Merge pull request #811 from stefanbirkner/maven-migration
Maven migration
2 parents 274041d + c9ce426 commit 6dd24ff

19 files changed

+3
-2820
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
We love pull requests. Here is a quick guide:
22

3-
1. You need to have `ant` and a JDK (at least version 1.5) installed.
3+
1. You need to have Maven and a JDK (at least version 1.5) installed.
44
2. Fork the repo.
5-
3. Ensure that you have a clean state by running `ant test`.
5+
3. Ensure that you have a clean state by running `mvn verify`.
66
4. Add your change together with a test. (Tests are not needed for refactorings and documentation changes.)
77
5. Format your code: Import the JUnit project in Eclipse and use its formatter or apply the rules in the `CODING_STYLE` file manually.
8-
6. Run `ant test` again and ensure all tests are passing.
8+
6. Run `mvn verify` again and ensure all tests are passing.
99
7. Push to your fork and submit a pull request.
1010

1111
Now you are waiting on us. We review your pull request and at least leave some comments.

build.xml

-379
This file was deleted.

0 commit comments

Comments
 (0)