Skip to content

Commit

Permalink
Corretto comando per acquisire versione progetto
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Sep 15, 2019
1 parent 2f8b1fe commit 23a082c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/setup/prepareSetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
VERSION=$(mvn -f ../../../../pom.xml -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
Expand Down

0 comments on commit 23a082c

Please sign in to comment.