GMavenPlus 1.8.0 Released

8 views
Skip to first unread message

Keegan Witt

unread,
Sep 22, 2019, 7:46:22 PM9/22/19
to GMavenPlus, us...@groovy.apache.org
This was a small release, offering one new feature.  It bumped up the minor version because it may require you to adjust your POM to upgrade.

Bugs

  • None

Enhancements

  • Allow for invocation using only project classpath (#140). This is accomplished with <includeClasspath>PLUGIN_ONLY</includeClasspath>.

Potentially breaking changes

#140

If you were using useSharedClasspath before, you will need to replace it with new values. In most cases, this would be

usedSharedClasspath includeClasspath
true PROJECT_AND_PLUGIN
false PROJECT_ONLY

Another notable difference is that when using this new configuration parameter in compile, compileTests, generateStubs, or generateTestStubs goals, now also uses the configurator to add the project dependencies to the classpath with the plugin's dependencies. Previously, this only happened in the goals other than the ones mentioned.

Notes

None

Getting help / reporting bugs

As usual, let me know of any bugs you encounter either on our user mailing list, GitHub issues, or Slack.

Enjoy!

Reply all
Reply to author
Forward
0 new messages