fix jetty and webapp runner
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Téléchargement du runner jetty (https://www.eclipse.org/jetty/documentation/9.4.x/runner.html)
|
# Téléchargement du runner jetty (https://www.eclipse.org/jetty/documentation/9.4.x/runner.html)
|
||||||
wget -O jetty-runner.jar -c http://central.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.4.15.v20190215/jetty-runner-9.4.15.v20190215.jar
|
wget -O jetty-runner.jar -c https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.4.27.v20200227/jetty-runner-9.4.27.v20200227.jar
|
||||||
|
|
||||||
# Compilation du war dans target
|
# Compilation du war dans target
|
||||||
mvn package
|
mvn package
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Téléchargement du runner jetty (https://www.eclipse.org/jetty/documentation/9.4.x/runner.html)
|
# 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
|
# Compilation du war dans target
|
||||||
mvn package
|
mvn package
|
||||||
|
|||||||
Reference in New Issue
Block a user