Browse Source

add version to jar^Ceing tested

Nick Kasvosve 9 years ago
parent
commit
78d56281a7

+ 0 - 1
frameworks/Java/beyondj/beyondj-launcher/deploy/README.txt

@@ -1 +0,0 @@
-run dir

+ 0 - 1
frameworks/Java/beyondj/beyondj-launcher/pom.xml

@@ -502,7 +502,6 @@
     </dependencies>
     </dependencies>
 
 
     <build>
     <build>
-        <finalName>beyondj</finalName>
         <plugins>
         <plugins>
             <plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <groupId>org.apache.maven.plugins</groupId>

BIN
frameworks/Java/beyondj/beyondj-launcher/src/main/resources/launchers/webapp-launchers/beyondj-service.war


+ 2 - 2
frameworks/Java/beyondj/setup.sh

@@ -7,9 +7,9 @@ if [ ! -d "$WORKING_DIR" ]; then
 fi
 fi
 
 
 cd beyondj-launcher/deploy/
 cd beyondj-launcher/deploy/
-fw_get -O http://beyondj.com/beyondj.jar
+fw_get -O http://beyondj.com/beyondj-launcher-1.0-SNAPSHOT.jar
 cd ../../
 cd ../../
 
 
 echo "Launching BeyondJ from location:$PWD"
 echo "Launching BeyondJ from location:$PWD"
-java -jar beyondj-launcher/deploy/beyondj.jar system.platform.dbserver=${DBHOST} numInstances=10
+java -jar beyondj-launcher/deploy/beyondj-launcher-1.0-SNAPSHOT.jar system.platform.dbserver=${DBHOST} numInstances=10