Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjj committed Apr 27, 2016
1 parent ebe290a commit 97079c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.sh
@@ -0,0 +1,14 @@
#!/bin/sh

mvn clean install

cd thunder-core
mvn clean compile assembly:single
cd ..
cd thunder-clientgui
mvn clean compile package
cd ..

cp thunder-clientgui/target/thunder-clientgui-0.1.jar thunder-wallet.jar

cp thunder-core/target/thunder-core-0.1-jar-with-dependencies.jar thunder-node.jar

0 comments on commit 97079c3

Please sign in to comment.