24
24
distribution : ' temurin'
25
25
- name : Download WildFly
26
26
run : |
27
- wget https://github.com/wildfly/wildfly/releases/download/29 .0.1.Final/wildfly-29 .0.1.Final.zip
27
+ wget https://github.com/wildfly/wildfly/releases/download/33 .0.1.Final/wildfly-33 .0.1.Final.zip
28
28
unzip wildfly-*.zip -d container
29
29
cd container
30
30
mv ./* wildfly/
42
42
# after the job is done. In this case we refresh the cache monthly (by changing key) to avoid unlimited growth.
43
43
key : q2maven-master-${{ steps.get-date.outputs.date }}
44
44
- name : Build Weld SNAPSHOT
45
- run : mvn clean install -DskipTests -B -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
45
+ run : mvn clean install -DskipTests -Dno-format - B -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
46
46
- name : Patch WildFly
47
47
run : |
48
48
JBOSS_HOME=`pwd`'/container/*'
@@ -117,7 +117,7 @@ jobs:
117
117
run : |
118
118
JBOSS_HOME=`pwd`'/wildfly'
119
119
export JBOSS_HOME=`echo $JBOSS_HOME`
120
- mvn clean verify -Dincontainer -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -pl '!jboss-tck-runner'
120
+ mvn clean verify -Dincontainer -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -pl '!jboss-tck-runner'
121
121
- name : Prepare failure archive (if maven failed)
122
122
if : failure()
123
123
shell : bash
@@ -184,7 +184,7 @@ jobs:
184
184
run : |
185
185
JBOSS_HOME=`pwd`'/wildfly'
186
186
export JBOSS_HOME=`echo $JBOSS_HOME`
187
- mvn clean verify -Dincontainer -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f jboss-tck-runner/pom.xml
187
+ mvn clean verify -Dincontainer -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f jboss-tck-runner/pom.xml
188
188
- name : Prepare failure archive (if maven failed)
189
189
if : failure()
190
190
shell : bash
@@ -243,7 +243,7 @@ jobs:
243
243
run : |
244
244
JBOSS_HOME=`pwd`'/wildfly'
245
245
export JBOSS_HOME=`echo $JBOSS_HOME`
246
- mvn clean verify -Dincontainer -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dcdi.tck.suite.xml.file=src/test/tck/tck-tests-web.xml -Dadditional.vm.args="-Dorg.jboss.weld.construction.relaxed=true" -f jboss-tck-runner/pom.xml
246
+ mvn clean verify -Dincontainer -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dcdi.tck.suite.xml.file=src/test/tck/tck-tests-web.xml -Dadditional.vm.args="-Dorg.jboss.weld.construction.relaxed=true" -f jboss-tck-runner/pom.xml
247
247
- name : Prepare failure archive (if maven failed)
248
248
if : failure()
249
249
shell : bash
@@ -264,7 +264,7 @@ jobs:
264
264
path : ' server-log.tgz'
265
265
- name : Build with Maven, no WildFly
266
266
run : |
267
- mvn clean verify -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dcdi.tck.suite.xml.file=src/test/tck/tck-tests.xml -Dorg.jboss.weld.construction.relaxed=true
267
+ mvn clean verify -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dcdi.tck.suite.xml.file=src/test/tck/tck-tests.xml -Dorg.jboss.weld.construction.relaxed=true
268
268
- name : Prepare failure archive (if maven failed)
269
269
if : failure()
270
270
shell : bash
@@ -314,7 +314,7 @@ jobs:
314
314
run : tar -xzf maven-repo.tgz -C ~
315
315
- name : Build with Maven
316
316
run : |
317
- mvn clean verify -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
317
+ mvn clean verify -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
318
318
- name : Prepare failure archive (if maven failed)
319
319
if : failure()
320
320
shell : bash
@@ -358,7 +358,7 @@ jobs:
358
358
run : |
359
359
JBOSS_HOME=`pwd`'/wildfly'
360
360
export JBOSS_HOME=`echo $JBOSS_HOME`
361
- mvn clean verify -Darquillian=wildfly-managed -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f examples/pom.xml
361
+ mvn clean verify -Dno-format - Darquillian=wildfly-managed -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f examples/pom.xml
362
362
- name : Prepare failure archive (if maven failed)
363
363
if : failure()
364
364
shell : bash
@@ -416,7 +416,7 @@ jobs:
416
416
run : tar -xzf maven-repo.tgz -C ~
417
417
- name : Build with Maven
418
418
run : |
419
- mvn clean verify -Dincontainer=se -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f jboss-tck-runner/pom.xml
419
+ mvn clean verify -Dincontainer=se -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f jboss-tck-runner/pom.xml
420
420
- name : Prepare failure archive (if maven failed)
421
421
if : failure()
422
422
shell : bash
@@ -451,7 +451,7 @@ jobs:
451
451
run : tar -xzf maven-repo.tgz -C ~
452
452
- name : Build with Maven
453
453
run : |
454
- mvn clean verify -Dincontainer=weld-se-coop -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f environments/servlet/tests/tomcat/pom.xml
454
+ mvn clean verify -Dincontainer=weld-se-coop -Dno-format - Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f environments/servlet/tests/tomcat/pom.xml
455
455
- name : Prepare failure archive (if maven failed)
456
456
if : failure()
457
457
shell : bash
0 commit comments