-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1166 from olamy/tckrefactor-cleanup-poms
Cleanup poms (using same format for all), remove redundant dependencies, plugins (still todo)
- Loading branch information
Showing
68 changed files
with
7,868 additions
and
7,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
name: Build and run TCK Servlet | ||
name: Build and run some TCKs | ||
|
||
on: [push, pull_request] | ||
|
||
|
@@ -52,21 +52,27 @@ jobs: | |
run: | ||
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.1.0:wrapper -Dmaven=3.9.1 | ||
|
||
- name: Setup jakarta-restful-ws-tck jar | ||
run: | | ||
wget -q https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta-restful-ws-tck/3.1.3/jakarta-restful-ws-tck-3.1.3.zip | ||
unzip jakarta-restful-ws-tck-3.1.3.zip jakarta-restful-ws-tck-3.1.3.jar | ||
./mvnw -e -ntp install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=jakarta-restful-ws-tck-3.1.3.jar -DgroupId=jakarta.ws.rs -DartifactId=jakarta-restful-ws-tck -Dversion=3.1.3 | ||
- name: Install legacy javatest jar | ||
run: ./mvnw -e -ntp install:install-file -Dfile=./lib/javatest.jar -DgroupId=javatest -DartifactId=javatest -Dversion=5.0 -Dpackaging=jar | ||
|
||
- name: Build & Run TCK Servlet TCK | ||
run: ./mvnw -e -V -B -U -am clean install -e -pl :servlet-tck -am -Pglassfish-ci-managed -Pglassfish-runner -B -Dmaven.test.failure.ignore=true | ||
run: ./mvnw -e -V -B -U clean install -Pglassfish-runner -Pjaxrs-tck -Dmaven.test.failure.ignore=true | ||
|
||
#- name: Publish Test Report | ||
# uses: ScaCap/[email protected] | ||
# with: | ||
# report_paths: '**/target/surefire-reports/TEST-**.xml' | ||
# - name: Publish Test Report | ||
# uses: ScaCap/[email protected] | ||
# with: | ||
# report_paths: '**/target/surefire-reports/TEST-**.xml' | ||
|
||
- name: Publish Test Report | ||
uses: dorny/test-reporter@v1 | ||
with: | ||
name: Tests Report | ||
path: '**/target/surefire-reports/TEST-**.xml' | ||
reporter: java-junit | ||
fail-on-error: false | ||
# - name: Publish Test Report | ||
# uses: dorny/test-reporter@v1 | ||
# with: | ||
# name: Tests Report | ||
# path: '**/target/surefire-reports/TEST-**.xml' | ||
# reporter: java-junit | ||
# fail-on-error: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.