Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.osee.client.all.parent/pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.client.all.parent/pom.xml b/plugins/org.eclipse.osee.client.all.parent/pom.xml
index 62c7b03263e..52fbf5ad971 100644
--- a/plugins/org.eclipse.osee.client.all.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.all.parent/pom.xml
@@ -9,7 +9,7 @@
<version>0.11.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ide.parent</relativePath>
</parent>
-
+
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.all.parent</artifactId>
<packaging>pom</packaging>
@@ -21,7 +21,20 @@
<module>../../features/org.eclipse.osee.client.all.feature.source</module>
<module>../../plugins/org.eclipse.osee.client.all.p2</module>
- <module>../../plugins/org.eclipse.osee.client.all.product</module>
</modules>
+ <profiles>
+ <profile>
+ <id>build-osee-product</id>
+ <activation>
+ <property>
+ <name>!skip-osee-client-all-product</name>
+ </property>
+ </activation>
+ <modules>
+ <module>../../plugins/org.eclipse.osee.client.all.product</module>
+ </modules>
+ </profile>
+ </profiles>
+
</project> \ No newline at end of file

Back to the top