Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven #7

Closed
wants to merge 2 commits into from
Closed

Maven #7

wants to merge 2 commits into from

Conversation

awendland
Copy link

This migrates the project to the Maven build system.

  • The project has a dependency on JUnit 4.8.1 for testing.
  • The target java version is 1.8 and the minimal compatible version is 1.6 (due to @Override on interface methods).

Changes:

  • .gitignore has been expanded to include Maven, various IDEs and various OSs in its exclusion
  • The java src and test directories have been migrated to the Maven project structure
  • the build/ directory, build.xml, and other NetBeans and Ant files have been removed

@awendland awendland mentioned this pull request Aug 11, 2015
@aNNiMON
Copy link
Owner

aNNiMON commented Aug 11, 2015

Unfortunately, I have already added Gradle support to project. Now it can be built with Ant or Gradle.

@aNNiMON aNNiMON closed this Aug 11, 2015
@awendland
Copy link
Author

Even better! Thanks for adding that, @aNNiMON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants