- Simplify code to just use the maven-publish ivy-publish conventions to add the configurations
- Bug fix to not break interaction with nebula-publishing-plugin post 3.x
- Fix publishing bundle
- Retry publishing
- Move to gradle 2.7, update build stuff
- Make sure Java runtime libraries don't sneak into War classpath. We only want to subtract dependencies added to
provided
configuration.
- Pull request #19: Support for provided and optional configuration in POMs generated by Maven plugin.
- Move to gradle 2.2.1
- Issue #14: Transitive provided dependencies end up inside war archive.
- Built with Gradle 2.0.
- Add eclipse configuration for provided
- Fix plugin names. Remove nebula- prefix. Update docs.
- Initial release