bitcoincash-wallet / bitcoincashj

A library for working with Bitcoin Cash [obsolete]
http://bitcoinj.cash
Apache License 2.0
26 stars 15 forks source link

Maven package failed #14

Open dezuz opened 4 years ago

dezuz commented 4 years ago

I downloaded project and tried to do "mvn package" and it's failed with error message: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project bitcoincashj-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?

HashEngineering commented 4 years ago

The unit tests were not updated for BitcoinCash and some may be failing. use -DskipTests on the command line.

Additionally, this library hasn't been updated in a long time.