Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-07-29 10:33:51 +0000
committerIgor Fedorenko2011-07-29 15:37:38 +0000
commitaf53cbe8d932c81965ada90318475bae1cbe7f20 (patch)
treefd980272f3419a2aaca4bd1a7779454e7a7700b6 /pom.xml
parent0d332c2fa822aaca9cf9119981074ee9684840a2 (diff)
downloadm2e-core-af53cbe8d932c81965ada90318475bae1cbe7f20.tar.gz
m2e-core-af53cbe8d932c81965ada90318475bae1cbe7f20.tar.xz
m2e-core-af53cbe8d932c81965ada90318475bae1cbe7f20.zip
Moved maven runtime and other "wrapper" bundles to m2e-maven-runtime
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml400
1 files changed, 400 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 00000000..032015ae
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,400 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010 Sonatype, Inc.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<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>
+
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
+ <parent>
+ <groupId>org.sonatype.forge</groupId>
+ <artifactId>forge-parent</artifactId>
+ <version>10</version>
+ </parent>
+
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>m2e-core</artifactId>
+ <version>1.0.100-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>Maven Integration for Eclipse (parent)</name>
+ <description>Maven Integration for Eclipse provides tight integration
+ for Maven into the IDE</description>
+ <url>http://eclipse.org/m2e</url>
+ <inceptionYear>2005</inceptionYear>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <m2e-maven-runtime.version>1.0.100-SNAPSHOT</m2e-maven-runtime.version>
+
+ <m2e.site-compressed>http://repository.sonatype.org/service/local/repositories/forge-sites/content-compressed/</m2e.site-compressed>
+
+ <tycho-version>0.12.0</tycho-version>
+
+ <target.platform>m2e-e37</target.platform>
+ </properties>
+
+ <organization>
+ <name>Sonatype, Inc.</name>
+ <url>http://www.sonatype.com</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>Eclipse Public License - v 1.0</name>
+ <url>http://www.eclipse.org/legal/epl-v10.html</url>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=m2e</url>
+ <system>Bugzilla</system>
+ </issueManagement>
+
+ <scm>
+ <connection>scm:svn:http://svn.sonatype.org/m2eclipse/trunk/org.eclipse.m2e.parent</connection>
+ <developerConnection>scm:svn:https://svn.sonatype.org/m2eclipse/trunk/org.eclipse.m2e.parent</developerConnection>
+ </scm>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url>https://ci.sonatype.org/job/m2eclipse-with-e33/</url>
+ </ciManagement>
+
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>RSO-public-group</id>
+ <url>http://repository.sonatype.org/content/groups/sonatype-public-grid</url>
+ </repository>
+ </repositories>
+
+ <modules>
+ <module>org.eclipse.m2e.model.edit</module>
+
+ <!--
+ <module>org.eclipse.m2e.cliresolver</module>
+ <module>org.eclipse.m2e.cliresolver30</module>
+ -->
+
+ <module>org.eclipse.m2e.core</module>
+ <module>org.eclipse.m2e.core.ui</module>
+ <module>org.eclipse.m2e.launching</module>
+ <module>org.eclipse.m2e.jdt</module>
+ <module>org.eclipse.m2e.refactoring</module>
+ <module>org.eclipse.m2e.editor.xml</module>
+ <module>org.eclipse.m2e.editor</module>
+ <module>org.eclipse.m2e.lifecyclemapping.defaults</module>
+ <module>org.eclipse.m2e.discovery</module>
+ <module>org.eclipse.m2e.scm</module>
+ <module>org.eclipse.m2e.usagedata</module>
+
+ <!-- common test helpers -->
+ <module>org.eclipse.m2e.tests.common</module>
+ <module>org.eclipse.m2e.integration.tests.common</module>
+
+ <!-- Logging -->
+ <module>org.eclipse.m2e.logback.appender</module>
+ <module>org.eclipse.m2e.logback.configuration</module>
+
+ <!-- features -->
+ <module>org.eclipse.m2e.feature</module>
+ <module>org.eclipse.m2e.sdk.feature</module>
+ <module>org.eclipse.m2e.logback.feature</module>
+
+ <module>org.eclipse.m2e.site</module>
+
+ <module>target-platform</module>
+ </modules>
+
+
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>com.ning.async-http-client</artifactId>
+ <version>${m2e-maven-runtime.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>org.eclipse.m2e.archetype.common</artifactId>
+ <version>${m2e-maven-runtime.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>org.eclipse.m2e.maven.indexer</artifactId>
+ <version>${m2e-maven-runtime.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>org.eclipse.m2e.maven.runtime</artifactId>
+ <version>${m2e-maven-runtime.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>org.eclipse.m2e.maven.runtime</artifactId>
+ <version>${m2e-maven-runtime.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>org.jboss.netty</artifactId>
+ <version>${m2e-maven-runtime.version}</version>
+ </dependency>
+ </dependencies>
+
+ <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>
+ <version>${tycho-version}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <pomDependencies>consider</pomDependencies>
+ <target>
+ <artifact>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>target-platform</artifactId>
+ <version>${project.version}</version>
+ <classifier>${target.platform}</classifier>
+ </artifact>
+ </target>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>maven-osgi-lifecycle-plugin</artifactId>
+ <version>${tycho-version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <!-- workaround for TYCHO-349 or TYCHO-313 -->
+ <strictVersions>false</strictVersions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <useUIHarness>true</useUIHarness>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ <argLine>${tycho.test.jvmArgs}</argLine>
+ <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-compiler-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho-version}</version>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>sonatype-public</id>
+ <url>http://repository.sonatype.org/content/groups/sonatype-public-grid</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <profiles>
+
+ <!--
+ <profile>
+ <id>sign</id>
+ <activation>
+ <property>
+ <name>jarsigner.alias</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jarsigner-plugin</artifactId>
+ <version>1.2</version>
+ <executions>
+ <execution>
+ <id>sign</id>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ -->
+
+ <!--
+ workaround for https://issues.sonatype.org/browse/TYCHO-562
+ tycho-source-plugin chokes on bundles without source folders, so we disable it with marker file
+ -->
+ <profile>
+ <id>source-bundle</id>
+ <activation>
+ <file>
+ <missing>no-source-bundle.txt</missing>
+ </file>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <executions>
+ <execution>
+ <id>plugin-source</id>
+ <goals>
+ <goal>plugin-source</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <developers>
+ <developer>
+ <id>eu</id>
+ <name>Eugene Kuleshov</name>
+ <organization>Sonatype Inc.</organization>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>jvanzyl</id>
+ <name>Jason van Zyl</name>
+ <organization>Sonatype Inc.</organization>
+ <timezone>-8</timezone>
+ </developer>
+ <developer>
+ <id>vsiveton</id>
+ <name>Vincent Siveton</name>
+ <email>vsiveton@apache.org</email>
+ <organization>ASF</organization>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>ifedorenko</id>
+ <name>Igor Fedorenko</name>
+ <organization>Sonatype Inc.</organization>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>akraev</id>
+ <name>Anton Kraev</name>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>hboutemy</id>
+ <name>Hervé Boutemy</name>
+ </developer>
+ <developer>
+ <id>krel</id>
+ <name>Lukáš Křečan</name>
+ </developer>
+ <developer>
+ <id>bentmann</id>
+ <name>Benjamin Bentmann</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ <developer>
+ <id>dip</id>
+ <name>Dmitry Platonoff</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ <developer>
+ <id>rseddon</id>
+ <name>Rich Seddon</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ <developer>
+ <id>mkleint</id>
+ <name>Milos Kleint</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ <developer>
+ <id>prapicau</id>
+ <name>Pascal Rapicault</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ <developer>
+ <id>ptatavu</id>
+ <name>Vlad Tatavu</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ <developer>
+ <id>rgould</id>
+ <name>Richard Gould</name>
+ <organization>Sonatype Inc.</organization>
+ </developer>
+ </developers>
+
+ <mailingLists>
+ <mailingList>
+ <name>Users List</name>
+ <subscribe>m2e-users@eclipse.org</subscribe>
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/m2e-users</unsubscribe>
+ <post>m2e-users@eclipse.org</post>
+ <archive>http://dev.eclipse.org/mhonarc/lists/m2e-users</archive>
+ </mailingList>
+ <mailingList>
+ <name>Developer List</name>
+ <subscribe>m2e-dev@eclipse.org</subscribe>
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/m2e-dev</unsubscribe>
+ <post>m2e-dev@eclipse.org</post>
+ <archive>http://dev.eclipse.org/mhonarc/lists/m2e-dev</archive>
+ </mailingList>
+ </mailingLists>
+</project>

Back to the top