Author: nickboldt
Date: 2010-09-17 16:24:40 -0400 (Fri, 17 Sep 2010)
New Revision: 25003
Removed:
trunk/parent-pom.xml
Log:
parent-pom.xml is deprecated; use build/parent/pom.xml instead
Deleted: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-09-17 17:51:11 UTC (rev 25002)
+++ trunk/parent-pom.xml 2010-09-17 20:24:40 UTC (rev 25003)
@@ -1,724 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>JBoss Tools Parent</name>
- <packaging>pom</packaging>
- <modules>
- <module>build/target-platform</module>
- </modules>
-
- <properties>
- <!--tychoVersion>0.10.0-SNAPSHOT</tychoVersion-->
- <tychoVersion>0.9.0</tychoVersion>
- <scmBranch>trunk</scmBranch>
- <BUILD_ALIAS>M2</BUILD_ALIAS>
- <memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
- <memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
- <systemProperties></systemProperties>
- <target.platform>e36-wtp32</target.platform>
- </properties>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.4</version>
- </plugin>
-
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <format>'v'yyyyMMdd-HHmm'-${BUILD_ALIAS}'</format>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tychoVersion}</version>
- <extensions>true</extensions>
- </plugin>
-
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <resolver>p2</resolver>
- <ignoreTychoRepositories>true</ignoreTychoRepositories>
- <environments>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>carbon</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
-
- <!-- to skip running tests (compile only) use commandline flag: -Dmaven.test.skip
- To allow all tests in a pom to pass/fail, use commandline flag: -fae (fail
- at end) -->
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <!-- timeout in seconds -->
- <surefire.timeout>1800</surefire.timeout>
- <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
- <useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
- <argLine>${memoryOptions1} ${memoryOptions2} ${systemProperties}
- </argLine>
- <!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
- <!-- set useUIThread=true for regular ui tests -->
- <!-- set useUIThread=false for swtbot tests (?) -->
- <product>org.eclipse.sdk.ide</product>
- <application>org.eclipse.ui.ide.workbench</application>
- <dependencies>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.eclipse.sdk.ide</artifactId>
- <version>0.0.0</version>
- </dependency>
- <!--
http://www.jmock.org/maven.html -->
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-legacy</artifactId>
- <version>2.5.1</version>
- </dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit4</artifactId>
- <version>2.5.1</version>
- </dependency>
- </dependencies>
- <includes>
- <include>**/AllTests.class</include>
- <include>**/*AllTests*.class</include>
- <include>**/*AllBotTests*.class</include>
- <include>**/*TestSuite*.class</include>
- </includes>
- <parallel>true</parallel>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/${scmBranch}
- </connection>
- <
developerConnection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/...
- </developerConnection>
- <
url>http://anonsvn.jboss.org/repos/jbosstools/${scmBranch}
- </url>
- </scm>
-
- <issueManagement>
- <system>jira</system>
- <
url>https://jira.jboss.org/jira/secure/</url>
- </issueManagement>
- <profiles>
- <profile>
- <id>helios</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <target>
- <artifact>
- <groupId>org.jboss.tools</groupId>
- <artifactId>target-platform</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <classifier>${target.platform}</classifier>
- </artifact>
- </target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!-- Time saver: to build everything from scratch (without target platform);
- To enable it use -P helios-no-target in command line. Do not remove repos
- that contains the same artefacts, it is done for purpose to make build more
- stable in case one of the repos is offline. -->
- <profile>
- <id>helios-no-target</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <repositories>
- <!--repository>
- <id>helios</id>
- <
url>http://download.eclipse.org/releases/helios/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository-->
- <repository>
- <id>eclipse36</id>
-
<
url>http://download.eclipse.org/eclipse/updates/3.6.x/
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>jboss-helios</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/helios/&...
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!--repository>
- <id>webtools32</id>
- <
url>http://download.eclipse.org/webtools/repository/helios</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository-->
- <repository>
- <id>jboss-webtools32</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/webtools...
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>birt26</id>
- <
url>http://download.eclipse.org/birt/update-site/2.6/
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>jboss-drools-nightly</id>
- <
url>http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/jbo...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!--repository>
- <id>swtbot-helios</id>
- <
url>http://download.eclipse.org/technology/swtbot/helios/dev-build/upd...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository-->
- <repository>
- <id>jboss-swtbot-helios</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/swtbot-h...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>m2eclipse</id>
- <
url>http://m2eclipse.sonatype.org/sites/m2e/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>m2eclipse-extras</id>
- <
url>http://m2eclipse.sonatype.org/sites/m2e-extras/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!--repository>
- <id>jboss-orbit</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/orbit/R2...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository-->
- <repository>
- <id>jboss-thirdparty</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/thirdparty/
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>jboss-xulrunner-1.9.1.2</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/xulrunne...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!--repository>
- <id>jboss-xulrunner-1.9.2</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/xulrunne...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository-->
- <repository>
- <id>google eclipse plugins</id>
- <
url>http://dl.google.com/eclipse/plugin/3.6</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- </profile>
-
- <profile>
- <id>helios-maintenance-no-target</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <repositories>
- <repository>
- <id>eclipse36x</id>
- <
url>http://download.eclipse.org/eclipse/updates/3.6.x/
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- </profile>
-
- <profile>
- <id>hudson</id>
- <activation>
- <property>
- <name>BUILD_NUMBER</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}-${BUILD_ALIAS}'
- </format>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>svn-repos</id>
- <repositories>
- <repository>
- <id>svnkit13</id>
- <
url>http://eclipse.svnkit.com/1.3.x/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>subclipse16</id>
- <
url>http://subclipse.tigris.org/update_1.6.x/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>subversive07</id>
- <
url>http://download.eclipse.org/technology/subversive/0.7/update-site/
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>subversive20</id>
- <
url>http://community.polarion.com/projects/subversive/download/eclipse...
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- </profile>
- <profile>
- <id>coverage</id>
- <activation>
- <property>
- <name>coverage</name>
- </property>
- </activation>
- <properties>
- <emma.session.out.file>${project.build.directory}/emma/coverage.es
- </emma.session.out.file>
- <emma.filter />
- <emma.instrument.bundles />
- </properties>
- <build>
- <plugins>
- <!-- plugin> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <executions> <execution> <id>attach-artifacts</id>
<phase>package</phase>
- <goals> <goal>attach-artifact</goal> </goals>
<configuration> <artifacts>
- <artifact> <file>${emma.session.out.file}</file>
<type>es</type> </artifact>
- </artifacts> </configuration> </execution> </executions>
</plugin -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <version>2.3.1</version>
- <configuration>
- <file></file>
- <groupId></groupId>
- <artifactId></artifactId>
- <version></version>
- <packaging></packaging>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <systemProperties combine.children="append">
- <emma.session.out.file>${emma.session.out.file}
- </emma.session.out.file>
- <emma.filter>${emma.filter}</emma.filter>
- <eclemma.instrument.bundles>${emma.instrument.bundles}
- </eclemma.instrument.bundles>
- </systemProperties>
- <frameworkExtensions>
- <frameworkExtension>
- <groupId>org.eclemma.runtime.equinox</groupId>
- <artifactId>org.eclemma.runtime.equinox</artifactId>
- <version>1.1.0.200908261008</version>
- </frameworkExtension>
- </frameworkExtensions>
- <application>org.eclipse.ui.ide.workbench</application>
- <dependencies>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.eclipse.sdk.ide</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
- <dependencies>
- <dependency>
- <groupId>emma</groupId>
- <artifactId>emma_ant</artifactId>
- <version>2.0.5312</version>
- </dependency>
- <dependency>
- <groupId>emma</groupId>
- <artifactId>emma</artifactId>
- <version>2.0.5312</version>
- </dependency>
- <dependency>
- <groupId>ant-contrib</groupId>
- <artifactId>ant-contrib</artifactId>
- <version>1.0b3</version>
- <exclusions>
- <exclusion>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>emma-report</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <taskdef resource="emma_ant.properties" />
- <taskdef resource="net/sf/antcontrib/antcontrib.properties" />
- <if>
- <available file="${project.build.directory}/emma"
- type="dir" />
- <then>
- <echo>Process emma report...</echo>
- <!-- emma enabled="true"> <instr
metadatafile="${project.build.directory}/coverage.em"
- mode="overwrite"
instrpath="${project.build.directory}/../../../plugins/${emma.instrument.bundles}/target/classes"
- /> </emma -->
- <emma enabled="true">
- <report>
- <infileset dir="${project.build.directory}/emma"
- includes="*.es,*.em" />
- <txt outfile="${project.build.directory}/emma/coverage.txt"
/>
- <xml outfile="${project.build.directory}/emma/coverage.xml"
/>
- <html outfile="${project.build.directory}/emma/coverage.html"
/>
- </report>
- </emma>
- <loadfile property="emma.txt"
- srcFile="${project.build.directory}/emma/coverage.txt"
- failonerror="false" />
- <echo>${emma.txt}</echo>
- </then>
- </if>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>requirements</id>
- <activation>
- <file>
- <exists>${basedir}/requirements.properties</exists>
- </file>
- </activation>
- <properties>
- <requirements.root>${basedir}/../../../requirements
- </requirements.root>
- <requirement.build.root>${requirements.root}/target
- </requirement.build.root>
- </properties>
- <build>
- <plugins>
- <plugin>
- <dependencies>
- <dependency>
- <groupId>ant-contrib</groupId>
- <artifactId>ant-contrib</artifactId>
- <version>1.0b3</version>
- <exclusions>
- <exclusion>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
- <executions>
- <execution>
- <id>download-plugin-requirements</id>
- <phase>generate-test-resources</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <taskdef resource="net/sf/antcontrib/antcontrib.properties" />
- <if>
- <available file="${requirements.root}" type="dir"
/>
- <then>
- <property file="requirements.properties" />
- <echo>Requirements build</echo>
- <ant dir="${requirements.root}" inheritAll="true">
- <property name="requirements" value="${requirements}"
/>
- <property name="settings.offline"
value="${settings.offline}" />
- <property name="skipDownload" value="${skipDownload}"
/>
- </ant>
- </then>
- </if>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <id>jbosstools-nightly-trunk</id>
- <repositories>
- <repository>
- <id>jbosstools-nightly-trunk</id>
- <
url>http://download.jboss.org/jbosstools/updates/nightly/trunk/</ur...
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- </profile>
-
- </profiles>
- <pluginRepositories>
- <pluginRepository>
- <id>sonatype-maven-central</id>
- <
url>http://repository.sonatype.org/content/repositories/central/
- </url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </pluginRepository>
- <pluginRepository>
- <id>maven-snapshots-sonatype</id>
- <
url>https://repository.apache.org/content/repositories/maven-snapshots...
- </url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- <pluginRepository>
- <id>tycho</id>
- <
url>https://repository.sonatype.org/content/repositories/snapshots/
- </url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- <pluginRepository>
- <id>apache-snapshots</id>
- <
url>http://repository.apache.org/snapshots/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-</project>