fix jetty and webapp runner

This commit is contained in:
ynn
2020-03-09 16:52:28 +01:00
parent a176363d1f
commit f5dbff8298
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Téléchargement du runner jetty (https://www.eclipse.org/jetty/documentation/9.4.x/runner.html)
wget -O webapp-runner.jar -c http://central.maven.org/maven2/com/github/jsimone/webapp-runner/9.0.16.0/webapp-runner-9.0.16.0.jar
wget -O webapp-runner.jar -c https://search.maven.org/remotecontent?filepath=com/github/jsimone/webapp-runner/9.0.27.1/webapp-runner-9.0.27.1.jar
# Compilation du war dans target
mvn package