Remove duplicate groupId and versions in pom.xml files
[deliverable/tracecompass.git] / rcp / pom.xml
index f8461e4db121342d407e2c29108a3396b7582dcc..806db115ab1aadf26f1e5d149b30ace7e1ea2bb2 100644 (file)
@@ -24,7 +24,6 @@
   </parent>
 
   <artifactId>org.eclipse.tracecompass.rcp-parent</artifactId>
-  <groupId>org.eclipse.tracecompass</groupId>
   <packaging>pom</packaging>
 
   <name>Trace Compass RCP Parent</name>
@@ -39,6 +38,9 @@
   <profiles>
     <profile>
       <id>build-rcp</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <modules>
         <module>org.eclipse.tracecompass.rcp.product</module>
       </modules>
This page took 0.034907 seconds and 5 git commands to generate.