KEYCLOAK-14361 make tests run as final module regardless of profile (community|product)
This commit is contained in:
parent
8a7c6531d7
commit
30850c5549
1 changed files with 11 additions and 1 deletions
12
pom.xml
12
pom.xml
|
@ -40,7 +40,6 @@
|
|||
<module>release_notes</module>
|
||||
<module>upgrading</module>
|
||||
<module>aggregation</module>
|
||||
<module>tests</module>
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
|
@ -60,6 +59,17 @@
|
|||
<module>openshift-openj9</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>tests</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>!skipProjectTests</name>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>tests</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>latest</id>
|
||||
<activation>
|
||||
|
|
Loading…
Reference in a new issue