Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar
The javadoc verifier gives a lot of errors so the build is failing. Could you fix it by perhaps only running the javadoc verifier when the user specifies a profile? e.g. "mvn install -Prelease".
Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar
The javadoc verifier gives a lot of errors so the build is failing. Could you fix it by perhaps only running the javadoc verifier when the user specifies a profile? e.g. "mvn install -Prelease".