blob: a9e29ee85830d83c6620d7e4189e64b3e45c6f1a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
#=======================================================================
# Copyright (c) 2017 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany).
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Loetz GmbH&Co.KG - initial API and implementation
#=======================================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osbp.releng.maven</groupId>
<artifactId>org.eclipse.osbp.releng.maven.parent.tycho</artifactId>
<version>0.9.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.eclipse.osbp.dependencies.p2</groupId>
<artifactId>org.eclipse.osbp.dependencies.p2.aggregator</artifactId>
<packaging>pom</packaging>
<url>${osbp.site.repository.url}</url>
<scm>
<url>${osbp.scm.url}</url>
<connection>${osbp.scm.connection}</connection>
<developerConnection>${osbp.scm.connection.dev}</developerConnection>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<site>
<id>gh-pages</id>
<name>OSBP GitHub Pages</name>
<url>${distribution.site.url}</url>
</site>
</distributionManagement>
<properties>
<osbp.gitrepo.name>${project.groupId}</osbp.gitrepo.name>
</properties>
<modules>
<module>org.eclipse.osbp.dependencies.p2</module>
</modules>
<repositories>
<repository>
<id>Neon2 Orbit</id>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</url>
<layout>p2</layout>
</repository>
<repository>
<id>Neon3 Orbit</id>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20170307180635/repository</url>
<layout>p2</layout>
</repository>
<repository>
<id>BIRT</id>
<url>http://download.eclipse.org/birt/update-site/4.6/</url>
<layout>p2</layout>
</repository>
<repository>
<id>xtext</id>
<url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/</url>
<layout>p2</layout>
</repository>
<repository>
<id>Gemini DBaccess</id>
<url>http://download.eclipse.org/gemini/updates/dbaccess/1.1.0</url>
<layout>p2</layout>
</repository>
<repository>
<id>gemini-maven</id>
<url>http://download.eclipse.org/gemini/mvn/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>EEF</id>
<url>http://download.osbee.org/downloads/p2/eef/</url>
<layout>p2</layout>
</repository>
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource
Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle
Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</repository>
<repository>
<id>sonatype-forge</id>
<url>https://repository.sonatype.org/content/groups/forge/</url>
</repository>
<repository>
<id>BPMN2-modeler</id>
<url>http://download.eclipse.org/bpmn2-modeler/updates/neon/1.3.0/</url>
<layout>p2</layout>
</repository>
<repository>
<id>swtbot</id>
<url>http://download.eclipse.org/technology/swtbot/releases/2.2.1/</url>
<layout>p2</layout>
</repository>
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
</repository>
<!-- <repository> -->
<!-- <id>JBoss Tools luna</id> -->
<!-- <url>http://download.jboss.org/jbosstools/updates/stable/luna/</url> -->
<!-- <layout>p2</layout> -->
<!-- </repository> -->
<repository>
<id>JBoss Tools Neon</id>
<url>http://download.jboss.org/jbosstools/neon/stable/updates/</url>
<layout>p2</layout>
</repository>
<repository>
<id>ecliptical DS</id>
<url>http://download.eclipticalsoftware.com/updates/</url>
<layout>p2</layout>
</repository>
<repository> <!-- used für jdom2 patched and released version -->
<id>APP4MC Repo 0.7.2</id>
<url>http://download.eclipse.org/app4mc/updatesites/releases/0.7.2/</url>
<layout>p2</layout>
</repository>
<repository>
<id>JBoss Third Party</id>
<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>
</repository>
</repositories>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<pomDependencies>consider</pomDependencies>
<environments>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>