Frequently Asked Questions

  1. Why am I getting a plugin exception when executing the remote goal?
  2. Why does my build checksum not match?
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.

[top]


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.

[top]