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
Maven plugins that belong to the same execution phase are executed in the order they are places in the pom file. The problem here is if we place the source plugin after the reproducible-build-maven-plugin, the source jar is not stripped because it's generated after the reproducible-build-maven-plugin runs.
Possible Solution
Validate that the reproducible-build-maven-plugin is the last plugin in the plugins list.
The text was updated successfully, but these errors were encountered:
Problem
Maven plugins that belong to the same execution phase are executed in the order they are places in the pom file. The problem here is if we place the source plugin after the reproducible-build-maven-plugin, the source jar is not stripped because it's generated after the reproducible-build-maven-plugin runs.
Possible Solution
Validate that the reproducible-build-maven-plugin is the last plugin in the plugins list.
The text was updated successfully, but these errors were encountered: