Frequently Asked Questions
- Why am I getting a plugin exception when executing the remote goal?
-
You must have the distributionManagement section configured in your pom for the remote goal to work. Or see exists:remote plugin configuration to override.
- Why does my build checksum not match?
-
Maven built jars are generally not reproducible. See Reproducible Builds in Java and Bit-for-bit reproducible builds with Maven for more details. See reproducible-build-maven-plugin for a plugin which may help.