releng: Do not build the testing feature when some tests are skipped
[deliverable/tracecompass.git] / releng / pom.xml
index eb12663f5c18666f60fda76212de3be3f53fecef..45758e0060052b95627afaab7d10dc78f32b1142 100644 (file)
   <name>Trace Compass Release Engineering Parent</name>
 
   <modules>
-    <module>org.eclipse.tracecompass.alltests</module>
-    <module>org.eclipse.tracecompass.releng-site</module>
     <module>org.eclipse.tracecompass.target</module>
-    <module>org.eclipse.tracecompass.testing</module>
   </modules>
 
   <profiles>
         </property>
       </activation>
       <modules>
+        <!--
+          The releng-site requires the testing feature, and the testing feature
+          requires all SWTBot tests, so only build those when we build those tests.
+        -->
+        <module>org.eclipse.tracecompass.alltests</module>
         <module>org.eclipse.tracecompass.integration.swtbot.tests</module>
+        <module>org.eclipse.tracecompass.releng-site</module>
+        <module>org.eclipse.tracecompass.testing</module>
       </modules>
     </profile>
   </profiles>
This page took 0.033246 seconds and 5 git commands to generate.