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 2
2
3
3
set -euo pipefail
4
4
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"
8
8
9
9
if [ " ${1} " == " glassfish-bundled" ]; then
10
10
@@ -48,7 +48,7 @@ elif [ "${1}" == "tck-wildfly" ]; then
48
48
curl -L -s -o wildfly.tgz " ${WILDFLY_URL} "
49
49
tar -xzf wildfly.tgz
50
50
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 &
52
52
sleep 30
53
53
pushd tck
54
54
mvn -B -V -Dtck-env=wildfly verify
You can’t perform that action at this time.
0 commit comments