Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-09-26 22:57:59 +0000
committerRyan D. Brooks2011-09-26 22:57:59 +0000
commit9abd2e4fd14ca8637a975c798c340e0cae7e5a1c (patch)
treea6da9cb261642eb68e4a6f86c994b06b65118fd5 /plugins/org.eclipse.osee.x.core.p2/pom.xml
parente6b11b687c4772e59cc998e9d6b25f606dd2f2c2 (diff)
downloadorg.eclipse.osee-9abd2e4fd14ca8637a975c798c340e0cae7e5a1c.tar.gz
org.eclipse.osee-9abd2e4fd14ca8637a975c798c340e0cae7e5a1c.tar.xz
org.eclipse.osee-9abd2e4fd14ca8637a975c798c340e0cae7e5a1c.zip
feature[ats_Q9NLC]: Mavenize xserver build
Diffstat (limited to 'plugins/org.eclipse.osee.x.core.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.x.core.p2/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.x.core.p2/pom.xml b/plugins/org.eclipse.osee.x.core.p2/pom.xml
index f36e9a3887d..0f014626638 100644
--- a/plugins/org.eclipse.osee.x.core.p2/pom.xml
+++ b/plugins/org.eclipse.osee.x.core.p2/pom.xml
@@ -15,4 +15,17 @@
<name>OSEE X Core - p2 Site (Incubation)</name>
<version>0.9.9-SNAPSHOT</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <includeAllDependencies>true</includeAllDependencies>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>

Back to the top