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
parent
8e195d4058
commit
024cc5d40e
23
pom.xml
23
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue