- Compile using Java 1.7
- Neglect
- Use HTTPS for maven repos.
- Make rake a requirement since it is used in the post deploy.
- Remove Gemfile.lock as an artifact in the gem
- Remove dependency on jeweler (which was pulling in the psych dep) in the gemspec.
- Add support for NAETHER_MIRROR env when bootstraping Naether.
- Add support for NAETHER_MIRROR env in Java
- Fix Notation#to_notation (LockJar#29)
- Loosen dep on RJB, allow 1.4 - 1.5
- Fix check that
Naether::Configuration
is initialized (#9) - Updated Jeweler dep
- Set default logging level from LogBack to ERROR
- Use JDK logging instead of Logback to avoid conflict on logback.xml
- Use simple logger instead of JDK logger, remove slf4j bridge for jdk and log4j (#13) [thanks ramarnat]
- Add support for executing Maven goals from Naether
- Hookup Travis for integration tests for Java
- Use ModelBuilder to load POM instead of MavenXpp3Reader
- Check MAVEN_HOME env for excuting the Maven goal invoker