You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A commons case is probably the dependencies of a maven plugin are all inlined using e.g. shadow jar. In this case the plugin descriptor should not have any dependencies declared. This is already possible but required defining an empty configuration. There should be a convenience method to make this easier:
mavenPlugin {
withoutDependencies()
}
The text was updated successfully, but these errors were encountered:
A commons case is probably the dependencies of a maven plugin are all inlined using e.g. shadow jar. In this case the plugin descriptor should not have any dependencies declared. This is already possible but required defining an empty configuration. There should be a convenience method to make this easier:
The text was updated successfully, but these errors were encountered: