Skip to content

Commit

Permalink
The fast profile added also to the aggregator and tests to keep consi…
Browse files Browse the repository at this point in the history
…stency

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Oct 31, 2023
1 parent 4aa96c1 commit 0c9a557
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appserver/tests/pom.xml
Expand Up @@ -135,6 +135,13 @@
<module>appserv-tests</module>
</modules>
</profile>
<profile>
<id>fast</id>
<modules>
<!-- Builds compile dependencies for Ant tests executed by runtest.sh/gftest.sh -->
<module>appserv-tests</module>
</modules>
</profile>
<profile>
<id>tck</id>
<modules>
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -126,6 +126,19 @@
</modules>
</profile>

<!--
Build glassfixh.zip as soon as possible and runs also unit tests.
Profile of the same id is also in parent, together they exclude unimportant modules and plugin executions.
-->
<profile>
<id>fast</id>
<modules>
<module>qa</module>
<module>nucleus</module>
<module>appserver</module>
</modules>
</profile>

<!--
Build all distributed binaries except documentation and run all maven tests.
-->
Expand Down

0 comments on commit 0c9a557

Please sign in to comment.