This repository was archived by the owner on Dec 15, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- GLASSFISH_URL=" http ://download.oracle.com/ glassfish/5.0.1/nightly/latest-web .zip"
6- WILDFLY_URL=" http://download.jboss.org/wildfly/14.0.0 .Final/wildfly-14.0.0 .Final.tar.gz"
7- LIBERTY_URL=" https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/18.0.0.2 /wlp-webProfile7-18.0.0.2 .zip"
5+ GLASSFISH_URL=" https ://repo1.maven.org/maven2/org/ glassfish/main/distributions/web/5.1.0-RC1/web-5.1.0-RC1 .zip"
6+ WILDFLY_URL=" http://download.jboss.org/wildfly/14.0.1 .Final/wildfly-14.0.1 .Final.tar.gz"
7+ LIBERTY_URL=" https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/18.0.0.3 /wlp-webProfile7-18.0.0.3 .zip"
88
99if [ " ${1} " == " glassfish-bundled" ]; then
1010
@@ -48,7 +48,7 @@ elif [ "${1}" == "tck-wildfly" ]; then
4848 curl -L -s -o wildfly.tgz " ${WILDFLY_URL} "
4949 tar -xzf wildfly.tgz
5050 mvn -B -V -DskipTests clean install
51- LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-14.0.0 .Final/bin/standalone.sh > wildfly.log 2>&1 &
51+ LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-14.0.1 .Final/bin/standalone.sh > wildfly.log 2>&1 &
5252 sleep 30
5353 pushd tck
5454 mvn -B -V -Dtck-env=wildfly verify
You can’t perform that action at this time.
0 commit comments