Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml140
1 files changed, 18 insertions, 122 deletions
diff --git a/pom.xml b/pom.xml
index d7d28d05..3f39962c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,51 +8,29 @@
Contributors:
Igor Fedorenko - initial implementation
+ EclipseSource - ongoing development
-->
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <relativePath>releng/org.eclipse.epp.config/parent/</relativePath>
+ </parent>
+
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-buildall</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <properties>
- <tycho.version>0.18.1</tycho.version>
- <cbi.version>1.0.5</cbi.version>
- </properties>
-
- <pluginRepositories>
- <pluginRepository>
- <id>tycho</id>
- <url>https://oss.sonatype.org/content/repositories/public/</url>
- </pluginRepository>
- <pluginRepository>
- <id>cbi</id>
- <url>https://repo.eclipse.org/content/repositories/releases/</url>
- </pluginRepository>
- </pluginRepositories>
-
- <repositories>
- <repository>
- <id>eclipse</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/releases/staging/</url>
- </repository>
- </repositories>
-
<modules>
-<!--
- <module>features/org.eclipse.epp.allpackages.feature</module>
- <module>packages/org.eclipse.epp.package.common</module>
--->
-
<module>packages/org.eclipse.epp.package.common.feature</module>
-<!--
<module>packages/org.eclipse.epp.package.automotive</module>
<module>packages/org.eclipse.epp.package.automotive.feature</module>
<module>packages/org.eclipse.epp.package.automotive.product</module>
@@ -80,11 +58,11 @@
<module>packages/org.eclipse.epp.package.parallel</module>
<module>packages/org.eclipse.epp.package.parallel.feature</module>
<module>packages/org.eclipse.epp.package.parallel.product</module>
--->
+
<module>packages/org.eclipse.epp.package.rcp</module>
<module>packages/org.eclipse.epp.package.rcp.feature</module>
<module>packages/org.eclipse.epp.package.rcp.product</module>
-<!--
+
<module>packages/org.eclipse.epp.package.reporting</module>
<module>packages/org.eclipse.epp.package.reporting.feature</module>
<module>packages/org.eclipse.epp.package.reporting.product</module>
@@ -93,95 +71,13 @@
<module>packages/org.eclipse.epp.package.scout.feature</module>
<module>packages/org.eclipse.epp.package.scout.product</module>
+ <module>packages/org.eclipse.epp.package.standard</module>
+ <module>packages/org.eclipse.epp.package.standard.feature</module>
+ <module>packages/org.eclipse.epp.package.standard.product</module>
+
<module>packages/org.eclipse.epp.package.testing</module>
<module>packages/org.eclipse.epp.package.testing.feature</module>
<module>packages/org.eclipse.epp.package.testing.product</module>
--->
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho.version}</version>
- <extensions>true</extensions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <environments>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- </plugins>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-director-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
</project>

Back to the top