blob: 5db1bb2822f57e24834da804e190f7409725e053 [file] [log] [blame]
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.dep.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE Runtime - Parent (Incubation)</name>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>../../features/org.eclipse.osee.dep.feature</module>
<module>../../plugins/org.eclipse.osee.dep.p2</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<tycho-version>1.7.0</tycho-version>
<tycho-extras-version>1.7.0</tycho-extras-version>
<build-alias>-DEV</build-alias>
<maven-antrun-version>1.6</maven-antrun-version>
<ant-contrib-version>1.0b3</ant-contrib-version>
<jsch-version>0.1.42</jsch-version>
<ant-jsch-version>1.8.2</ant-jsch-version>
<ant-commons-net-version>1.7.0</ant-commons-net-version>
<commons-net-version>1.4.1</commons-net-version>
<build-helper-maven-plugin-version>1.7</build-helper-maven-plugin-version>
<maven-resources-version>2.5</maven-resources-version>
<jaxdoclet-version>0.9.0</jaxdoclet-version>
<maven-clean-version>2.5</maven-clean-version>
<!-- <orbit-version>R20150124073747</orbit-version> -->
<orbit-version>R20181128170323</orbit-version>
<subversive-version>4.0</subversive-version>
<polarion-version>3.0</polarion-version>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit-version}/repository</orbit-site>
<eclipse-site>http://download.eclipse.org/releases/2020-06/202006171000/</eclipse-site>
<!-- <eclipse-site>http://download.eclipse.org/releases/2020-06/202006171000</eclipse-site> -->
<eclipse-ip-site>https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip</eclipse-ip-site>
<papyrus-site>http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2020-06/202006171000/</papyrus-site>
<nebula-site>http://download.eclipse.org/nebula/releases/2.4.3/</nebula-site>
<subversive-site>http://download.eclipse.org/technology/subversive/${subversive-version}/update-site</subversive-site>
<polarion-site>http://community.polarion.com/projects/subversive/download/eclipse/6.0/neon-site</polarion-site>
<emma-site>http://update.eclemma.org</emma-site>
</properties>
<licenses>
<license>
<name>Eclipse Public License v1.0</name>
<comments>
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.htm
</comments>
</license>
</licenses>
<organization>
<name>Eclipse Open System Engineering Environment</name>
<url>http://www.eclipse.org/osee</url>
</organization>
<repositories>
<repository>
<id>jetty</id>
<layout>p2</layout>
<url>http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/</url>
</repository>
<repository>
<id>mylyn</id>
<layout>p2</layout>
<url>http://download.eclipse.org/mylyn/drops/3.20.0/v20160608-1917/</url>
</repository>
<repository>
<id>orbit_new</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository</url>
</repository>
<repository>
<id>orbit_old</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20181128170323/repository</url>
</repository>
<repository>
<id>eclipse</id>
<layout>p2</layout>
<url>${eclipse-site}</url>
</repository>
<repository>
<id>polarion</id>
<layout>p2</layout>
<url>${polarion-site}</url>
</repository>
<repository>
<id>eclipse-ip</id>
<layout>p2</layout>
<url>${eclipse-ip-site}</url>
</repository>
<!--
<repository>
<id>papyrus</id>
<layout>p2</layout>
<url>${papyrus-site}</url>
</repository>
-->
<repository>
<id>nebula</id>
<layout>p2</layout>
<url>${nebula-site}</url>
</repository>
<repository>
<id>subversive</id>
<layout>p2</layout>
<url>${subversive-site}</url>
</repository>
<repository>
<id>emma</id>
<layout>p2</layout>
<url>${emma-site}</url>
</repository>
<repository>
<id>ecf</id>
<layout>p2</layout>
<url>http://download.eclipse.org/rt/ecf/3.14.18/site.p2/3.14.9.v20200713-0653</url>
</repository>
</repositories>
<build>
<extensions>
</extensions>
<sourceDirectory>src</sourceDirectory>
<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>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<format>'v'yyyyMMddHHmm'${build-alias}'</format>
<archiveSite>true</archiveSite>
<environments>
<!-- <environment> <os>macosx</os> <ws>carbon</ws> <arch>x86</arch>
</environment> <environment> <os>macosx</os> <ws>cocoa</ws> <arch>x86</arch>
</environment> -->
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<environments>
<!-- <environment> <os>macosx</os> <ws>carbon</ws> <arch>x86</arch>
</environment> <environment> <os>macosx</os> <ws>cocoa</ws> <arch>x86</arch>
</environment> -->
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
<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>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-extras-version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<plugin id="sourcefeature.bundle.nosource" />
<feature id="sourcefeature.feature.nosource" />
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-extras-version}</version>
<executions>
<execution>
<id>default-p2-metadata-default</id>
<configuration>
<attachP2Metadata>false</attachP2Metadata>
</configuration>
</execution>
<execution>
<id>attach-p2-metadata</id>
<goals>
<goal>p2-metadata</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<strictSrcIncludes>false</strictSrcIncludes>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-extras-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-version}</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-version}</version>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
<version>${ant-contrib-version}</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>${jsch-version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jsch</artifactId>
<version>${ant-jsch-version}</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>${commons-net-version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
<version>${ant-commons-net-version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin-version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>