Skip to content

Commit

Permalink
Test nuovo installer jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Sep 15, 2019
1 parent 5c20a0e commit 2f8b1fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/scripts/jenkins.build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export JAVA_HOME=/opt/jdk1.8.0_191/
pushd src/main/resources/setup/
rm -rf target
sh prepareSetup.sh
1 change: 1 addition & 0 deletions src/main/resources/setup/prepareSetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
echo "Creazione installer GovPay v.${VERSION}"
# Non e' piu' possibile eseguire la compilazione da qua poiche'
# il plugin di maven per la generazione dei bean da xsd non risolve
# correttamente i path relativi.
Expand Down

0 comments on commit 2f8b1fe

Please sign in to comment.