Skip to content

Commit 72725b0

Browse files
committed
ArC: move all TCK modules into a common "tcks" directory
This avoid clutter in the main ArC module. TCKs are important, but easy navigation around the ArC code base is important too.
1 parent 701682f commit 72725b0

File tree

32 files changed

+10
-5
lines changed

32 files changed

+10
-5
lines changed

independent-projects/arc/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
<module>processor</module>
7070
<module>tests</module>
7171

72-
<module>arquillian</module>
73-
<module>atinject-tck-runner</module>
74-
<module>cdi-tck-porting-pkg</module>
75-
<module>cdi-tck-runner</module>
76-
<module>lang-model-tck-runner</module>
72+
<module>tcks/arquillian</module>
73+
<module>tcks/atinject-tck-runner</module>
74+
<module>tcks/cdi-tck-porting-pkg</module>
75+
<module>tcks/cdi-tck-runner</module>
76+
<module>tcks/lang-model-tck-runner</module>
7777
</modules>
7878

7979
<dependencyManagement>

independent-projects/arc/arquillian/pom.xml renamed to independent-projects/arc/tcks/arquillian/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<groupId>io.quarkus.arc</groupId>
99
<artifactId>arc-parent</artifactId>
1010
<version>999-SNAPSHOT</version>
11+
<relativePath>../../pom.xml</relativePath>
1112
</parent>
1213

1314
<artifactId>arc-arquillian</artifactId>

0 commit comments

Comments
 (0)