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
I get this error when I build the JAR - mvn clean package -DskipTests
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.2:jar (attach-javadocs) on project bitcoinj-core: MavenReportException: Error while creating archive:
I have to add the <skip> to the pom.xml configuration to successfully build the JAR.
I get this error when I build the JAR -
mvn clean package -DskipTests
I have to add the
<skip>
to thepom.xml
configuration to successfully build the JAR.Should this plugin be removed?
The text was updated successfully, but these errors were encountered: