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?