Skip to content

Commit

Permalink
Adjust JAR final name to align with startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-rowe committed Jul 11, 2015
1 parent aabe6c4 commit 195f3c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions brit-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<artifactId>maven-shade-plugin</artifactId>
<version>1.6</version>
<configuration>
<!-- Ensure JAR name is consistent with earlier versions -->
<finalName>brit-service-${project.version}</finalName>

<createDependencyReducedPom>true</createDependencyReducedPom>
<artifactSet>
<excludes>
Expand Down
2 changes: 1 addition & 1 deletion start-service.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ echo .. lynx https://multibit.org/brit/public-key -- Check for PGP key -
echo ..
echo TIP: You can find this process again by typing 'ps -AF | grep brit'
echo TIP: If 'NoClassDefFoundError: ... BouncyCastleProvider' copy bcprov-jdk16-1.46.jar to project root
java -cp "bcprov-jdk16-1.46.jar;target/brit-service-develop-SNAPSHOT.jar" org.multibit.hd.brit.rest.BritService server config.yml
java -cp "bcprov-jdk16-1.46.jar;brit-rest/target/brit-service-develop-SNAPSHOT.jar" org.multibit.hd.brit.rest.BritService server config.yml
2 changes: 1 addition & 1 deletion start-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ echo .. lynx https://multibit.org/brit/public-key -- Check for PGP key -
echo ..
echo TIP: You can find this process again by typing 'ps -AF | grep brit'
echo TIP: If 'NoClassDefFoundError: ... BouncyCastleProvider' copy bcprov-jdk16-1.46.jar to project root
java -cp "bcprov-jdk16-1.46.jar:target/brit-service-develop-SNAPSHOT.jar" org.multibit.hd.brit_server.BritService server config.yml
java -cp "bcprov-jdk16-1.46.jar:brit-rest/target/brit-service-develop-SNAPSHOT.jar" org.multibit.hd.brit_server.BritService server config.yml

0 comments on commit 195f3c7

Please sign in to comment.