1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 03:35:37 +02:00

Releng: Update parent POM to 4.4 and enable mvn Photon profile

Change-Id: Ib5fc22afc25f13690c67e316194da77c224a13af
Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
This commit is contained in:
Martin Oberhuber 2018-01-21 23:25:04 +01:00
parent 7ca2575d98
commit 74eb8752fe
36 changed files with 749 additions and 751 deletions

View file

@ -1,135 +1,135 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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"> xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-config</artifactId> <artifactId>org.eclipse.tm.terminal.maven-config</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>pom-config.xml</relativePath> <relativePath>pom-config.xml</relativePath>
</parent> </parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>TM Terminal, Maven Build Master</name> <name>TM Terminal, Maven Build Master</name>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId> <artifactId>tycho-maven-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId> <artifactId>target-platform-configuration</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId> <artifactId>tycho-source-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>sign</id> <id>sign</id>
<!-- Uses the new jarsigner from the CBI platform --> <!-- Uses the new jarsigner from the CBI platform -->
<!-- Works only if the build runs at a Eclipse build server --> <!-- Works only if the build runs at a Eclipse build server -->
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId> <artifactId>tycho-pack200a-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId> <groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId> <artifactId>eclipse-jarsigner-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId> <artifactId>tycho-pack200b-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId> <artifactId>tycho-p2-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile> <profile>
<id>findbugs</id> <id>findbugs</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile> <profile>
<id>static-checks</id> <id>static-checks</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile> <profile>
<id>tests</id> <id>tests</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId> <artifactId>target-platform-configuration</artifactId>
<configuration> <configuration>
<dependency-resolution> <dependency-resolution>
<extraRequirements> <extraRequirements>
<!-- product IU under test --> <!-- product IU under test -->
<requirement> <requirement>
<type>p2-installable-unit</type> <type>p2-installable-unit</type>
<id>org.eclipse.platform.ide</id> <id>org.eclipse.platform.ide</id>
<versionRange>0.0.0</versionRange> <versionRange>0.0.0</versionRange>
</requirement> </requirement>
<requirement> <requirement>
<type>eclipse-feature</type> <type>eclipse-feature</type>
<id>org.eclipse.sdk</id> <id>org.eclipse.sdk</id>
<versionRange>0.0.0</versionRange> <versionRange>0.0.0</versionRange>
</requirement> </requirement>
<requirement> <requirement>
<type>eclipse-feature</type> <type>eclipse-feature</type>
<id>org.eclipse.cdt.platform</id> <id>org.eclipse.cdt.platform</id>
<versionRange>0.0.0</versionRange> <versionRange>0.0.0</versionRange>
</requirement> </requirement>
<requirement> <requirement>
<type>eclipse-feature</type> <type>eclipse-feature</type>
<id>org.eclipse.remote</id> <id>org.eclipse.remote</id>
<versionRange>0.0.0</versionRange> <versionRange>0.0.0</versionRange>
</requirement> </requirement>
<requirement> <requirement>
<type>eclipse-feature</type> <type>eclipse-feature</type>
<id>org.eclipse.swtbot.eclipse</id> <id>org.eclipse.swtbot.eclipse</id>
<versionRange>0.0.0</versionRange> <versionRange>0.0.0</versionRange>
</requirement> </requirement>
</extraRequirements> </extraRequirements>
</dependency-resolution> </dependency-resolution>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
@ -142,39 +142,22 @@
<includes> <includes>
<include>org.eclipse.tm.terminal*</include> <include>org.eclipse.tm.terminal*</include>
</includes> </includes>
<!-- <!-- <excludes> <exclude>org.eclipse.tm.terminal.test.*</exclude>
<excludes> </excludes> -->
<exclude>org.eclipse.tm.terminal.test.*</exclude>
</excludes>
-->
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- <!-- <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire-plugin</artifactId>
<plugin> <version>${tycho-version}</version> <configuration> <useUIHarness>true</useUIHarness>
<groupId>org.eclipse.tycho</groupId> <useUIThread>true</useUIThread> <failIfNoTests>false</failIfNoTests> <dependencies>
<artifactId>tycho-surefire-plugin</artifactId> <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.platform.feature.group</artifactId>
<version>${tycho-version}</version> <version>${sdk-version}</version> </dependency> </dependencies> <product>org.eclipse.platform.ide</product>
<configuration> <argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Drse.enableSecureStoreAccess=false
<useUIHarness>true</useUIHarness> -Dorg.eclipse.swt.browser.UseWebKitGTK=true</argLine> </configuration> </plugin> -->
<useUIThread>true</useUIThread> </plugins>
<failIfNoTests>false</failIfNoTests> </build>
<dependencies> </profile>
<dependency>
<type>p2-installable-unit</type> </profiles>
<artifactId>org.eclipse.platform.feature.group</artifactId>
<version>${sdk-version}</version>
</dependency>
</dependencies>
<product>org.eclipse.platform.ide</product>
<argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Drse.enableSecureStoreAccess=false -Dorg.eclipse.swt.browser.UseWebKitGTK=true</argLine>
</configuration>
</plugin>
-->
</plugins>
</build>
</profile>
</profiles>
</project> </project>

View file

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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"> xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<prerequisites> <prerequisites>
<maven>3.0</maven> <maven>3.0</maven>
</prerequisites> </prerequisites>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-config</artifactId> <artifactId>org.eclipse.tm.terminal.maven-config</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>TM Terminal, Maven Configuration Master</name> <name>TM Terminal, Maven Configuration Master</name>
<licenses> <licenses>
<license> <license>
<name>Eclipse Public License</name> <name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url> <url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution> <distribution>repo</distribution>
<comments> <comments>
All rights reserved. All rights reserved.
This program and the accompanying materials are made This program and the accompanying materials are made
@ -27,480 +27,489 @@
which accompanies this distribution, and is available at which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.htm http://www.eclipse.org/legal/epl-v10.htm
</comments> </comments>
</license> </license>
</licenses> </licenses>
<organization> <organization>
<name>Eclipse Foundation</name> <name>Eclipse Foundation</name>
<url>http://www.eclipse.org/</url> <url>http://www.eclipse.org/</url>
</organization> </organization>
<properties>
<!-- Define version id's to be used in the plugins section -->
<!-- We use tycho-0.23 for https://bugs.eclipse.org/bugs/show_bug.cgi?id=459873 -->
<!-- We cannot use tycho-0.25 or later since it doesn't support Java 7 for building -->
<!-- Using Java 8 for Tycho with a Java 7 target should be possible but takes some config -->
<!-- See https://bugs.eclipse.org/bugs/show_bug.cgi?id=518104 for reference -->
<tycho-version>0.23.1</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<maven-resources-version>2.7</maven-resources-version>
<maven-antrun-version>1.8</maven-antrun-version>
<gmaven-version>1.5</gmaven-version>
<findbugs-version>3.0.4</findbugs-version>
<!-- Check available versions at https://repository.sonatype.org/content/repositories/public/org/jacoco/jacoco-maven-plugin -->
<jacoco-version>0.7.9</jacoco-version>
<!-- Note: jarsigner-1.1.4 fails with Java 7 so stick to 1.1.2 -->
<eclipse-jarsigner-version>1.1.2</eclipse-jarsigner-version>
<!-- Common global properties --> <properties>
<adminDir>${env.WORKSPACE}/admin</adminDir> <!-- Define version id's to be used in the plugins section -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- We use tycho-0.23 for https://bugs.eclipse.org/bugs/show_bug.cgi?id=459873 -->
<!-- We cannot use tycho-0.25 or later since it doesn't support Java 7
for building -->
<!-- Using Java 8 for Tycho with a Java 7 target should be possible but
takes some config -->
<!-- See https://bugs.eclipse.org/bugs/show_bug.cgi?id=518104 for reference -->
<tycho-version>0.23.1</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<maven-resources-version>2.7</maven-resources-version>
<maven-antrun-version>1.8</maven-antrun-version>
<gmaven-version>1.5</gmaven-version>
<findbugs-version>3.0.4</findbugs-version>
<!-- Check available versions at https://repository.sonatype.org/content/repositories/public/org/jacoco/jacoco-maven-plugin -->
<jacoco-version>0.7.9</jacoco-version>
<!-- Note: jarsigner-1.1.4 fails with Java 7 so stick to 1.1.2 -->
<eclipse-jarsigner-version>1.1.2</eclipse-jarsigner-version>
<!-- JaCoCo global properties --> <!-- Common global properties -->
<jacoco.skip>false</jacoco.skip> <adminDir>${env.WORKSPACE}/admin</adminDir>
<jacoco.output>file</jacoco.output> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.dumpOnExit>true</jacoco.dumpOnExit>
<terminal-stream>development</terminal-stream> <!-- JaCoCo global properties -->
<terminal-zipfile>${project.artifactId}.zip</terminal-zipfile> <jacoco.skip>false</jacoco.skip>
<terminal-install>/home/data/httpd/download.eclipse.org/tm/terminal/builds/${terminal-stream}/nightly</terminal-install> <jacoco.output>file</jacoco.output>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.terminal.git</tycho.scmUrl> <jacoco.dumpOnExit>true</jacoco.dumpOnExit>
<sdk-version>4.7</sdk-version> <terminal-stream>development</terminal-stream>
<terminal-zipfile>${project.artifactId}.zip</terminal-zipfile>
<!-- Set up Mars as the default target platform to build against, --> <terminal-install>/home/data/httpd/download.eclipse.org/tm/terminal/builds/${terminal-stream}/nightly</terminal-install>
<!-- Because it supports Java 7, but also already has the cdt.native.serial plugin. --> <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.terminal.git</tycho.scmUrl>
<!-- Also, PTP o.e.remote-2.0 from Mars is the oldes remote version that we can support. -->
<platform-site>http://download.eclipse.org/eclipse/updates/4.5</platform-site>
<platform-release-site>http://download.eclipse.org/releases/mars</platform-release-site>
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.8.1</cdt-site>
<tm-site>http://download.eclipse.org/tm/updates/4.0</tm-site>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.0</remote-site>
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
<!-- TCF needs gson-2.2.4 which was added to Orbit in Luna SR2 -->
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site>
<!-- SWTBot-2.4 and later require an e4-based Eclipse eg Juno or later: -->
<!-- See http://wiki.eclipse.org/SWTBot/Releases -->
<!-- Also, newer SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer -->
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/2.2.1/</swtbot-site>
</properties>
<repositories> <sdk-version>4.7</sdk-version>
<repository>
<id>license-feature</id>
<url>${license-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>platform</id>
<url>${platform-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>platform-release</id>
<url>${platform-release-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>orbit</id>
<url>${orbit-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>cdt</id>
<url>${cdt-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>tm</id>
<url>${tm-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>swtbot</id>
<url>${swtbot-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>remote</id>
<url>${remote-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>rxtx</id>
<url>${rxtx-site}</url>
<layout>p2</layout>
</repository>
</repositories>
<pluginRepositories> <!-- Set up Mars as the default target platform to build against, -->
<pluginRepository> <!-- Because it supports Java 7, but also already has the cdt.native.serial
<id>sonatype</id> plugin. -->
<url>https://oss.sonatype.org/content/repositories/public</url> <!-- Also, PTP o.e.remote-2.0 from Mars is the oldest remote version that
<snapshots> we can support. -->
<enabled>true</enabled> <platform-site>http://download.eclipse.org/eclipse/updates/4.5</platform-site>
</snapshots> <platform-release-site>http://download.eclipse.org/releases/mars</platform-release-site>
<releases> <license-site>http://download.eclipse.org/cbi/updates/license</license-site>
<enabled>true</enabled> <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.8.1</cdt-site>
</releases> <tm-site>http://download.eclipse.org/tm/updates/4.0</tm-site>
</pluginRepository> <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.0</remote-site>
<pluginRepository> <rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
<id>cbi</id> <!-- TCF needs gson-2.2.4 which was added to Orbit in Luna SR2 -->
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site>
</pluginRepository> <!-- SWTBot-2.4 and later require an e4-based Eclipse eg Juno or later: -->
<pluginRepository> <!-- See http://wiki.eclipse.org/SWTBot/Releases -->
<id>cbi-snapshots</id> <!-- Also, newer SWTBot needs JUnit 4.12 which is only in Orbit Mars and
<url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> newer -->
</pluginRepository> <swtbot-site>http://download.eclipse.org/technology/swtbot/releases/2.2.1/</swtbot-site>
</pluginRepositories> </properties>
<profiles> <repositories>
<profile> <repository>
<!-- Eclipse 3.8.2 (Juno), CDT 8.4.0 (Luna SR0) --> <id>license-feature</id>
<id>juno</id> <url>${license-site}</url>
<layout>p2</layout>
<properties> </repository>
<terminal-stream>juno</terminal-stream> <repository>
<sdk-version>3.8</sdk-version> <id>platform</id>
<platform-site>http://download.eclipse.org/eclipse/updates/3.8</platform-site> <url>${platform-site}</url>
<platform-release-site>http://download.eclipse.org/releases/juno</platform-release-site> <layout>p2</layout>
<!-- SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer </repository>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository/</orbit-site> <repository>
--> <id>platform-release</id>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site> <url>${platform-release-site}</url>
</properties> <layout>p2</layout>
</profile> </repository>
<profile> <repository>
<!-- Eclipse 4.3.2 (Kepler SR2), CDT 8.4.0 (Luna SR0) --> <id>orbit</id>
<id>kepler</id> <url>${orbit-site}</url>
<layout>p2</layout>
<properties> </repository>
<terminal-stream>kepler</terminal-stream> <repository>
<sdk-version>4.3</sdk-version> <id>cdt</id>
<platform-site>http://download.eclipse.org/eclipse/updates/4.3</platform-site> <url>${cdt-site}</url>
<platform-release-site>http://download.eclipse.org/releases/kepler</platform-release-site> <layout>p2</layout>
<!-- SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer </repository>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/</orbit-site> <repository>
--> <id>tm</id>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site> <url>${tm-site}</url>
</properties> <layout>p2</layout>
</profile> </repository>
<profile> <repository>
<!-- Eclipse 4.4.2 (Luna SR2), CDT 8.6.0 (Luna SR2) --> <id>swtbot</id>
<id>luna</id> <url>${swtbot-site}</url>
<layout>p2</layout>
<properties> </repository>
<terminal-stream>luna</terminal-stream> <repository>
<sdk-version>4.4</sdk-version> <id>remote</id>
<platform-site>http://download.eclipse.org/eclipse/updates/4.4</platform-site> <url>${remote-site}</url>
<platform-release-site>http://download.eclipse.org/releases/luna</platform-release-site> <layout>p2</layout>
<!-- SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer </repository>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site> <repository>
--> <id>rxtx</id>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.6</cdt-site> <url>${rxtx-site}</url>
</properties> <layout>p2</layout>
</profile> </repository>
<profile> </repositories>
<!-- Eclipse 4.5.2 (Mars.2), CDT 8.8.1 (Mars.2) -->
<id>mars</id> <pluginRepositories>
<pluginRepository>
<properties> <id>sonatype</id>
<terminal-stream>mars</terminal-stream> <url>https://oss.sonatype.org/content/repositories/public</url>
<sdk-version>4.5</sdk-version> <snapshots>
<platform-site>http://download.eclipse.org/eclipse/updates/4.5</platform-site> <enabled>true</enabled>
<platform-release-site>http://download.eclipse.org/releases/mars</platform-release-site> </snapshots>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository</orbit-site> <releases>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.2</remote-site> <enabled>true</enabled>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.8.1</cdt-site> </releases>
</properties> </pluginRepository>
</profile> <pluginRepository>
<profile> <id>cbi</id>
<!-- Eclipse 4.6.3 (Neon.3), CDT 9.2.1 (Neon.3) --> <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
<id>neon</id> </pluginRepository>
<pluginRepository>
<properties> <id>cbi-snapshots</id>
<terminal-stream>neon</terminal-stream> <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
<sdk-version>4.6</sdk-version> </pluginRepository>
<platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site> </pluginRepositories>
<platform-release-site>http://download.eclipse.org/releases/neon</platform-release-site>
<orbit-site>http://download.eclipse.org/tools/orbit/R-builds/R20170307180635/repository</orbit-site> <profiles>
<tm-site>http://download.eclipse.org/tm/updates/4.2</tm-site> <profile>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.1</remote-site> <!-- Eclipse 3.8.2 (Juno), CDT 8.4.0 (Luna SR0) -->
<cdt-site>http://download.eclipse.org/tools/cdt/releases/9.2</cdt-site> <id>juno</id>
</properties>
</profile> <properties>
<profile> <terminal-stream>juno</terminal-stream>
<!-- Eclipse 4.7 (Oxygen), CDT 9.3 --> <sdk-version>3.8</sdk-version>
<id>oxygen</id> <platform-site>http://download.eclipse.org/eclipse/updates/3.8</platform-site>
<platform-release-site>http://download.eclipse.org/releases/juno</platform-release-site>
<properties> <!-- SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository/</orbit-site> -->
<terminal-stream>oxygen</terminal-stream> <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
<sdk-version>4.7</sdk-version> </properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.7</platform-site> </profile>
<platform-release-site>http://download.eclipse.org/releases/oxygen</platform-release-site> <profile>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository</orbit-site> <!-- Eclipse 4.3.2 (Kepler SR2), CDT 8.4.0 (Luna SR0) -->
<tm-site>http://download.eclipse.org/tm/updates/4.3milestones</tm-site> <id>kepler</id>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</remote-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/oxygen/milestones</cdt-site> <properties>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site> <terminal-stream>kepler</terminal-stream>
</properties> <sdk-version>4.3</sdk-version>
</profile> <platform-site>http://download.eclipse.org/eclipse/updates/4.3</platform-site>
<platform-release-site>http://download.eclipse.org/releases/kepler</platform-release-site>
<!-- SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/</orbit-site> -->
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
</properties>
</profile>
<profile>
<!-- Eclipse 4.4.2 (Luna SR2), CDT 8.6.0 (Luna SR2) -->
<id>luna</id>
<properties>
<terminal-stream>luna</terminal-stream>
<sdk-version>4.4</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/4.4</platform-site>
<platform-release-site>http://download.eclipse.org/releases/luna</platform-release-site>
<!-- SWTBot needs JUnit 4.12 which is only in Orbit Mars and newer <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site> -->
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.6</cdt-site>
</properties>
</profile>
<profile>
<!-- Eclipse 4.5.2 (Mars.2), CDT 8.8.1 (Mars.2) -->
<id>mars</id>
<properties>
<terminal-stream>mars</terminal-stream>
<sdk-version>4.5</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/4.5</platform-site>
<platform-release-site>http://download.eclipse.org/releases/mars</platform-release-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository</orbit-site>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.2</remote-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.8.1</cdt-site>
</properties>
</profile>
<profile>
<!-- Eclipse 4.6.3 (Neon.3), CDT 9.2.1 (Neon.3) -->
<id>neon</id>
<properties>
<terminal-stream>neon</terminal-stream>
<sdk-version>4.6</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site>
<platform-release-site>http://download.eclipse.org/releases/neon</platform-release-site>
<orbit-site>http://download.eclipse.org/tools/orbit/R-builds/R20170307180635/repository</orbit-site>
<tm-site>http://download.eclipse.org/tm/updates/4.2</tm-site>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.1</remote-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/9.2</cdt-site>
</properties>
</profile>
<profile>
<!-- Eclipse 4.7 (Oxygen), CDT 9.3 -->
<id>oxygen</id>
<properties>
<terminal-stream>oxygen</terminal-stream>
<sdk-version>4.7</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/4.7</platform-site>
<platform-release-site>http://download.eclipse.org/releases/oxygen</platform-release-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository</orbit-site>
<tm-site>http://download.eclipse.org/tm/updates/4.3milestones</tm-site>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</remote-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/oxygen/milestones</cdt-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>
</profile>
<profile>
<!-- Eclipse 4.8 (Photon), CDT 9.5 -->
<id>photon</id>
<properties>
<terminal-stream>photon</terminal-stream>
<sdk-version>4.8</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/4.8milestones</platform-site>
<platform-release-site>http://download.eclipse.org/releases/photon</platform-release-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20180119201206/repository</orbit-site>
<tm-site>http://download.eclipse.org/tm/updates/4.3milestones</tm-site>
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</remote-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/9.4</cdt-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>
</profile>
</profiles> </profiles>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId> <artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<extensions>true</extensions> <extensions>true</extensions>
</plugin> </plugin>
</plugins> </plugins>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId> <artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<extensions>true</extensions> <extensions>true</extensions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId> <artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<environments> <environments>
<environment> <environment>
<os>linux</os> <os>linux</os>
<ws>gtk</ws> <ws>gtk</ws>
<arch>x86</arch> <arch>x86</arch>
</environment> </environment>
<environment> <environment>
<os>linux</os> <os>linux</os>
<ws>gtk</ws> <ws>gtk</ws>
<arch>x86_64</arch> <arch>x86_64</arch>
</environment> </environment>
<environment> <environment>
<os>win32</os> <os>win32</os>
<ws>win32</ws> <ws>win32</ws>
<arch>x86</arch> <arch>x86</arch>
</environment> </environment>
<environment> <environment>
<os>win32</os> <os>win32</os>
<ws>win32</ws> <ws>win32</ws>
<arch>x86_64</arch> <arch>x86_64</arch>
</environment> </environment>
<environment> <environment>
<os>macosx</os> <os>macosx</os>
<ws>cocoa</ws> <ws>cocoa</ws>
<arch>x86_64</arch> <arch>x86_64</arch>
</environment> </environment>
</environments> </environments>
<resolver>p2</resolver> <resolver>p2</resolver>
<ignoreTychoRepositories>true</ignoreTychoRepositories> <ignoreTychoRepositories>true</ignoreTychoRepositories>
<includePackedArtifacts>true</includePackedArtifacts> <includePackedArtifacts>true</includePackedArtifacts>
<pomDependencies>consider</pomDependencies> <pomDependencies>consider</pomDependencies>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId> <artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId> <artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>plugin-source</id> <id>plugin-source</id>
<goals> <goals>
<goal>plugin-source</goal> <goal>plugin-source</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId> <artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-buildtimestamp-jgit</artifactId> <artifactId>tycho-buildtimestamp-jgit</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-sourceref-jgit</artifactId> <artifactId>tycho-sourceref-jgit</artifactId>
<version>${tycho-extras-version}</version> <version>${tycho-extras-version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<configuration> <configuration>
<strictBinIncludes>false</strictBinIncludes> <strictBinIncludes>false</strictBinIncludes>
<timestampProvider>jgit</timestampProvider> <timestampProvider>jgit</timestampProvider>
<jgit.ignore>pom.xml</jgit.ignore> <jgit.ignore>pom.xml</jgit.ignore>
<jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree> <jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
<sourceReferences> <sourceReferences>
<generate>true</generate> <generate>true</generate>
</sourceReferences> </sourceReferences>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId> <artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<finalName>${project.artifactId}</finalName> <finalName>${project.artifactId}</finalName>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-version}</version> <version>${maven-resources-version}</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-version}</version> <version>${maven-antrun-version}</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.gmaven</groupId> <groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId> <artifactId>gmaven-plugin</artifactId>
<version>${gmaven-version}</version> <version>${gmaven-version}</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
<version>${findbugs-version}</version> <version>${findbugs-version}</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<effort>Max</effort> <effort>Max</effort>
<threshold>Low</threshold> <threshold>Low</threshold>
<xmlOutput>true</xmlOutput> <xmlOutput>true</xmlOutput>
<failOnError>false</failOnError> <failOnError>false</failOnError>
<excludeFilterFile>${adminDir}/findbugs-exclude.xml</excludeFilterFile> <excludeFilterFile>${adminDir}/findbugs-exclude.xml</excludeFilterFile>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>check</goal> <goal>check</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-version}</version> <version>${jacoco-version}</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
<version>3.8</version> <version>3.8</version>
<configuration> <configuration>
<sourceEncoding>utf-8</sourceEncoding> <sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens> <minimumTokens>100</minimumTokens>
<targetJdk>1.7</targetJdk> <targetJdk>1.7</targetJdk>
<format>xml</format> <format>xml</format>
<failOnViolation>false</failOnViolation> <failOnViolation>false</failOnViolation>
<excludes> <excludes>
<exclude>**/UbcCheck.java</exclude> <exclude>**/UbcCheck.java</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>cpd-check</goal> <goal>cpd-check</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- Pack200 and Signing --> <!-- Pack200 and Signing -->
<plugin> <plugin>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId> <artifactId>tycho-pack200a-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<executions> <executions>
<execution> <execution>
<id>pack200-normalize</id> <id>pack200-normalize</id>
<phase>verify</phase> <phase>verify</phase>
<goals> <goals>
<goal>normalize</goal> <goal>normalize</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId> <groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId> <artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${eclipse-jarsigner-version}</version> <version>${eclipse-jarsigner-version}</version>
<executions> <executions>
<execution> <execution>
<id>sign</id> <id>sign</id>
<phase>verify</phase> <phase>verify</phase>
<goals> <goals>
<goal>sign</goal> <goal>sign</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId> <artifactId>tycho-pack200b-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<executions> <executions>
<execution> <execution>
<id>pack200-pack</id> <id>pack200-pack</id>
<phase>verify</phase> <phase>verify</phase>
<goals> <goals>
<goal>pack</goal> <goal>pack</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- Keep the tycho-p2-plugin after the tycho-pack200b-plugin --> <!-- Keep the tycho-p2-plugin after the tycho-pack200b-plugin -->
<!-- Tycho p2 metadata generation shall happen _after_ the JAR has been packed. --> <!-- Tycho p2 metadata generation shall happen _after_ the JAR has been
<plugin> packed. -->
<groupId>org.eclipse.tycho</groupId> <plugin>
<artifactId>tycho-p2-plugin</artifactId> <groupId>org.eclipse.tycho</groupId>
<version>${tycho-version}</version> <artifactId>tycho-p2-plugin</artifactId>
<!-- Signing appears to mess with the baseline repository logic. <version>${tycho-version}</version>
Disable the baseline repository until we've figured out what is going on. --> <!-- Signing appears to mess with the baseline repository logic. Disable
<!-- the baseline repository until we've figured out what is going on. -->
<configuration> <!-- <configuration> <baselineRepositories> <repository> <url>http://download.eclipse.org/tools/tm/terminal/builds/${terminal-stream}/nightly</url>
<baselineRepositories> </repository> </baselineRepositories> </configuration> -->
<repository> <executions>
<url>http://download.eclipse.org/tools/tm/terminal/builds/${terminal-stream}/nightly</url> <execution>
</repository> <id>p2-metadata</id>
</baselineRepositories> <phase>package</phase>
</configuration> <goals>
--> <goal>p2-metadata</goal>
<executions> </goals>
<execution> </execution>
<id>p2-metadata</id> </executions>
<phase>package</phase> <configuration>
<goals> <defaultP2Metadata>false</defaultP2Metadata>
<goal>p2-metadata</goal> </configuration>
</goals> </plugin>
</execution> </plugins>
</executions> </pluginManagement>
<configuration> </build>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>

160
pom.xml
View file

@ -1,101 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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"> xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>admin/pom-build.xml</relativePath> <relativePath>admin/pom-build.xml</relativePath>
</parent> </parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>terminal-parent</artifactId> <artifactId>terminal-parent</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>TM Terminal, Maven Master</name> <name>TM Terminal, Maven Master</name>
<modules> <modules>
<!-- Terminal Control features and plug-ins --> <!-- Terminal Control features and plug-ins -->
<module>plugins/org.eclipse.tm.terminal.control</module> <module>plugins/org.eclipse.tm.terminal.control</module>
<module>features/org.eclipse.tm.terminal.control.feature</module> <module>features/org.eclipse.tm.terminal.control.feature</module>
<module>features/org.eclipse.tm.terminal.control.sdk.feature</module> <module>features/org.eclipse.tm.terminal.control.sdk.feature</module>
<!-- Terminal Connector features and plug-ins --> <!-- Terminal Connector features and plug-ins -->
<module>plugins/org.eclipse.tm.terminal.connector.local</module> <module>plugins/org.eclipse.tm.terminal.connector.local</module>
<module>plugins/org.eclipse.tm.terminal.connector.process</module> <module>plugins/org.eclipse.tm.terminal.connector.process</module>
<module>plugins/org.eclipse.tm.terminal.connector.remote</module> <module>plugins/org.eclipse.tm.terminal.connector.remote</module>
<module>plugins/org.eclipse.tm.terminal.connector.ssh</module> <module>plugins/org.eclipse.tm.terminal.connector.ssh</module>
<module>plugins/org.eclipse.tm.terminal.connector.telnet</module> <module>plugins/org.eclipse.tm.terminal.connector.telnet</module>
<module>features/org.eclipse.tm.terminal.connector.local.feature</module>
<module>features/org.eclipse.tm.terminal.connector.local.sdk.feature</module>
<module>features/org.eclipse.tm.terminal.connector.remote.feature</module>
<module>features/org.eclipse.tm.terminal.connector.remote.sdk.feature</module>
<module>features/org.eclipse.tm.terminal.connector.ssh.feature</module>
<module>features/org.eclipse.tm.terminal.connector.ssh.sdk.feature</module>
<module>features/org.eclipse.tm.terminal.connector.telnet.feature</module>
<module>features/org.eclipse.tm.terminal.connector.telnet.sdk.feature</module>
<!-- Terminals View features and plug-ins --> <module>features/org.eclipse.tm.terminal.connector.local.feature</module>
<module>plugins/org.eclipse.tm.terminal.view.core</module> <module>features/org.eclipse.tm.terminal.connector.local.sdk.feature</module>
<module>plugins/org.eclipse.tm.terminal.view.ui</module> <module>features/org.eclipse.tm.terminal.connector.remote.feature</module>
<module>plugins/org.eclipse.tm.terminal.view.ui.rse</module> <module>features/org.eclipse.tm.terminal.connector.remote.sdk.feature</module>
<module>features/org.eclipse.tm.terminal.connector.ssh.feature</module>
<module>features/org.eclipse.tm.terminal.view.feature</module> <module>features/org.eclipse.tm.terminal.connector.ssh.sdk.feature</module>
<module>features/org.eclipse.tm.terminal.view.sdk.feature</module> <module>features/org.eclipse.tm.terminal.connector.telnet.feature</module>
<module>features/org.eclipse.tm.terminal.view.rse.feature</module> <module>features/org.eclipse.tm.terminal.connector.telnet.sdk.feature</module>
<module>features/org.eclipse.tm.terminal.view.rse.sdk.feature</module>
<!-- TM Terminal "all-in-one" features --> <!-- Terminals View features and plug-ins -->
<module>features/org.eclipse.tm.terminal.feature</module> <module>plugins/org.eclipse.tm.terminal.view.core</module>
<module>features/org.eclipse.tm.terminal.sdk.feature</module> <module>plugins/org.eclipse.tm.terminal.view.ui</module>
<module>plugins/org.eclipse.tm.terminal.view.ui.rse</module>
<!-- TM Terminal Repository --> <module>features/org.eclipse.tm.terminal.view.feature</module>
<!-- Can only be built with cdtserial since it references cdtserial! --> <module>features/org.eclipse.tm.terminal.view.sdk.feature</module>
<!-- This is OK since older profiles are only for validation anyways. --> <module>features/org.eclipse.tm.terminal.view.rse.feature</module>
<!-- <module>repos/org.eclipse.tm.terminal.repo</module> --> <module>features/org.eclipse.tm.terminal.view.rse.sdk.feature</module>
</modules>
<profiles> <!-- TM Terminal "all-in-one" features -->
<profile> <module>features/org.eclipse.tm.terminal.feature</module>
<!-- The cdtserial connector can only be built with CDT Oxygen or newer. --> <module>features/org.eclipse.tm.terminal.sdk.feature</module>
<id>cdtserial</id>
<!-- TM Terminal Repository -->
<!-- Can only be built with cdtserial since it references cdtserial! -->
<!-- This is OK since older profiles are only for validation anyways. -->
<!-- <module>repos/org.eclipse.tm.terminal.repo</module> -->
</modules>
<profiles>
<profile>
<!-- The cdtserial connector can only be built with CDT Oxygen or newer. -->
<id>cdtserial</id>
<activation> <activation>
<!-- cdtserial is the future for master moving forward, so have it on by default. --> <!-- cdtserial is the future for master moving forward, so have it on
<!-- This also affects the Gerrit validation job, which should work on cdtserial too. --> by default. -->
<!-- This also affects the Gerrit validation job, which should work on
cdtserial too. -->
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
<property><name>!nocdtserial</name></property> <property>
<name>!nocdtserial</name>
</property>
</activation> </activation>
<modules> <modules>
<module>plugins/org.eclipse.tm.terminal.connector.cdtserial</module> <module>plugins/org.eclipse.tm.terminal.connector.cdtserial</module>
<module>features/org.eclipse.tm.terminal.connector.cdtserial.feature</module> <module>features/org.eclipse.tm.terminal.connector.cdtserial.feature</module>
<module>features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature</module> <module>features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature</module>
<module>repos/org.eclipse.tm.terminal.repo</module> <module>repos/org.eclipse.tm.terminal.repo</module>
</modules> </modules>
</profile> </profile>
<profile> <profile>
<!-- The rxtxserial connector doesn't build on MacOSX. --> <!-- The rxtxserial connector doesn't build on MacOSX. -->
<id>rxtxserial</id> <id>rxtxserial</id>
<activation> <activation>
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
<property><name>!norxtx</name></property> <property>
<name>!norxtx</name>
</property>
</activation> </activation>
<modules> <modules>
<module>plugins/org.eclipse.tm.terminal.connector.serial</module> <module>plugins/org.eclipse.tm.terminal.connector.serial</module>
<module>features/org.eclipse.tm.terminal.connector.serial.feature</module> <module>features/org.eclipse.tm.terminal.connector.serial.feature</module>
<module>features/org.eclipse.tm.terminal.connector.serial.sdk.feature</module> <module>features/org.eclipse.tm.terminal.connector.serial.sdk.feature</module>
</modules> </modules>
</profile> </profile>
<profile> <profile>
<!-- The tests are only built with the tests profile. --> <!-- The tests are only built with the tests profile. -->
<id>tests</id> <id>tests</id>
<modules> <modules>
<module>plugins/org.eclipse.tm.terminal.test</module> <module>plugins/org.eclipse.tm.terminal.test</module>
</modules> </modules>
</profile> </profile>
</profiles> </profiles>
</project> </project>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.3.0-SNAPSHOT</version> <version>4.4.0-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>