Skip to content

Commit

Permalink
Fixes #4414 - Move Annotations TCK to coreprofile-tck module (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 22, 2024
1 parent f2109a0 commit 032e1ef
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 217 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: mvn -B -DskipTests=true -ntp install
- name: Run TCK
run: |
cd external/tck/annotations
cd external/coreprofile-tck/annotations
mvn -B -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/tck/annotations/runner/target/failsafe-reports/*IT.xml"
paths: "external/coreprofile-tck/annotations/runner/target/failsafe-reports/*IT.xml"
if: always()
cdi:
if: github.repository == 'piranhacloud/piranha'
Expand Down
61 changes: 0 additions & 61 deletions external/tck/annotations/installer/pom.xml

This file was deleted.

49 changes: 0 additions & 49 deletions external/tck/annotations/pom.xml

This file was deleted.

104 changes: 0 additions & 104 deletions external/tck/annotations/runner/pom.xml

This file was deleted.

1 change: 1 addition & 0 deletions external/tck/cdi/runner/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion external/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<name>Piranha - External - TCK - Project</name>

<modules>
<module>annotations</module>
<module>cdi</module>
<module>coreprofile</module>
<module>el</module>
Expand Down
1 change: 1 addition & 0 deletions external/webprofile-tck/cdi/runner/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 032e1ef

Please sign in to comment.