novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

mvn site:site fails #522

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On 64bit, Ubuntu 13.04, OpenJDK 7, Maven 3.0.4.
git clone https://code.google.com/p/bitcoinj/
mvn clean package -DskipTests (to avoid test failures)
mvn site:site
mvn site:site
[...]
[INFO] Building bitcoinj Examples 0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/google
/bitcoinj/0.12-SNAPSHOT/maven-metadata.xml
Downloading: https://distribution.bitcoinj.googlecode.com/git/releases/com/goog
le/bitcoinj/0.12-SNAPSHOT/maven-metadata.xml
Downloading: https://distribution.bitcoinj.googlecode.com/git/releases/com/goog
le/bitcoinj/0.12-SNAPSHOT/bitcoinj-0.12-SNAPSHOT.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/google
/bitcoinj/0.12-SNAPSHOT/bitcoinj-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] bitcoinj Parent ................................... SUCCESS [28.345s]
[INFO] bitcoinj .......................................... SUCCESS [8.190s]
[INFO] bitcoinj Examples ................................. FAILURE [1.568s]
[INFO] bitcoinj Tools .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.623s
[INFO] Finished at: Sat Feb 15 17:36:57 PST 2014
[INFO] Final Memory: 23M/385M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project bitcoinj-examples: Could not resolve 
dependencies for project com.google:bitcoinj-examples:jar:0.12-SNAPSHOT: Could 
not find artifact com.google:bitcoinj:jar:0.12-SNAPSHOT in bitcoinj-distributio
n (https://distribution.bitcoinj.googlecode.com/git/releases) -> [Help 1]
[...]

Original issue reported on code.google.com by sh...@brooksideas.com on 16 Feb 2014 at 2:06

GoogleCodeExporter commented 9 years ago
That looks like a generic Maven failure that comes if you don't do an install 
first. Not sure if there's a way to fix it - if anyone knows more about Maven 
than me and knows a quick fix let me know.

Original comment by mh.in.en...@gmail.com on 15 Apr 2014 at 4:19