don't drop the itests projects from reactor on skipTests (#873)

The bnd-testing-maven-plugin that is used to run the tests already
checks for the skipTests property and do not execute any tests if
defined.
We should keep the integration tests part of the reactor also if the
tests are not executed.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
pull/874/head
Markus Rathgeb 2019-06-20 17:23:51 +02:00 committed by Wouter Born
parent 8e195d4058
commit 024cc5d40e
1 changed files with 1 additions and 22 deletions

23
pom.xml
View File

@ -34,6 +34,7 @@
<module>bundles</module>
<module>features</module>
<module>tools</module>
<module>itests</module>
</modules>
<scm>
@ -700,28 +701,6 @@ Import-Package: \\
</plugins>
</build>
</profile>
<profile>
<id>skip-itest</id>
<activation>
<property>
<name>!skipTests</name>
</property>
</activation>
<modules>
<module>itests</module>
</modules>
</profile>
<profile>
<id>release</id>
<activation>
<property>
<name>release</name>
</property>
</activation>
<modules>
<module>itests</module>
</modules>
</profile>
<profile>
<id>with-bnd-resolver-resolve</id>
<activation>