Skip to content
Snippets Groups Projects
Commit f9287a38 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Tests: Readd profile switch

The final product packaging is done in the verify phase, instead of the
packaging phase to allow the required product patching by ant scripts.
This modification allows to skip the testing phase such that products
can be built even with failing test cases such as machine-specific
failures of local build due to the absence of some utility, e.g. gcc.

Issue-Ref: 3620
Issue-Url: https://af3-developer.fortiss.org/issues/3620


Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent b972b40c
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,19 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
<module>af3</module>
</modules>
<profiles>
<profile>
<id>run-tests</id>
<activation>
<property>
<name>build.tests</name>
</property>
</activation>
<modules>
<module>af3</module>
</modules>
</profile>
<profile>
<id>af3-p2-local</id>
<activation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment