- Invalid generation of POM dependencies - Issue 49.
- Do not fail upload for non-Java project - Pull request 45.
- Use toString() representation of project.version - Pull request 39.
- Allow for applying Java plugin after Nexus plugin - Issue 8.
- The functionality of adding archive task is now part of the
ExtraArchivePlugin
. - Extra archives need to be configured via the extension
extraArchive
.
- Generate Javadoc JAR and added URL to POM metadata to make Maven Central happy.
- Test case cleanups. Only run some of the tests if signing is configured properly.
- Upgrade to Gradle Wrapper 2.1.
- Changed package name to
com.bmuschko.gradle.vagrant
. - Changed group ID to
com.bmuschko
. - Adapted plugin IDs to be compatible with Gradle's plugin portal.
- Request signing properties on the command line if not provided through
gradle.properties
- Pull request 25.
- Fix POM signing for multi-project builds - Issue 19.
- Could not find method modifyPom - Issue 18.
- Allow publishing using a custom configuration - Issue 1.
- Fix signing the POMs - Issue 17.
- Make console input messages more generic - Issue 16.
- Fix configuration for
install
task - Issue 7. - Update to Gradle Wrapper 1.9.
- If username and password are not specified, then prompt for them - Pull request 14.
- Add a group and description to the JAR tasks - Pull request 6.
- Only sign POM file once - Pull request 5.
- Make JAR tasks configurable - Pull request 4.
- Added integration tests.
- Publish the plugin to Bintray.
- Fixed deprecation messages.
- Update to Gradle Wrapper 1.7.
- Only sign artifacts if task graph has upload task - Issue 2.
- Update to Gradle Wrapper 1.2.
- Initial release.