| <?xml version="1.0" encoding="UTF-8"?> |
| <!--#======================================================================= --> |
| <!--# Copyright (c) 2011, 2016 - 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: --> |
| <!--# Christophe Loetz (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.ecview.core</groupId> |
| <artifactId>org.eclipse.osbp.ecview.core</artifactId> |
| <packaging>pom</packaging> |
| |
| |
| <modules> |
| <module>org.eclipse.osbp.ecview.core.common</module> |
| <module>org.eclipse.osbp.ecview.core.common.editparts.emf</module> |
| <module>org.eclipse.osbp.ecview.core.common.model</module> |
| <module>org.eclipse.osbp.ecview.core.common.model.edit</module> |
| <module>org.eclipse.osbp.ecview.core.common.model.tests</module> |
| <module>org.eclipse.osbp.ecview.core.databinding.beans</module> |
| <module>org.eclipse.osbp.ecview.core.databinding.emf</module> |
| <module>org.eclipse.osbp.ecview.core.extension.editparts</module> |
| <module>org.eclipse.osbp.ecview.core.extension.editparts.emf</module> |
| <module>org.eclipse.osbp.ecview.core.extension.model</module> |
| <module>org.eclipse.osbp.ecview.core.extension.model.edit</module> |
| <module>org.eclipse.osbp.ecview.core.extension.tests</module> |
| <module>org.eclipse.osbp.ecview.core.feature.core</module> |
| <module>org.eclipse.osbp.ecview.core.target.luna</module> |
| <module>org.eclipse.osbp.ecview.core.ui.presentation.common</module> |
| <module>org.eclipse.osbp.ecview.core.util.emf</module> |
| <module>org.eclipse.osbp.ecview.core.emf.api</module> |
| |
| <!-- <module>org.eclipse.osbp.ecview.core.common.tests</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.databinding.tests</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.example.swt</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.extension.tests</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.ui.presentation.swt</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.ui.presentation.swt.tests</module> --> |
| </modules> |
| |
| <properties> |
| <next-release>0.7.6</next-release> |
| <tycho-version>0.26.0</tycho-version> |
| <tychoExtrasVersion>0.26.0</tychoExtrasVersion> |
| |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| <osbp.gitrepo.name>${project.groupId}</osbp.gitrepo.name> |
| </properties> |
| |
| <developers> |
| <developer> |
| <id>florianpirchner</id> |
| <name>Florian Pirchner</name> |
| <email>florian.pirchner@gmail.com</email> |
| <timezone>+2</timezone> |
| </developer> |
| </developers> |
| |
| <profiles> |
| <profile> |
| <id>prepare-for-next-release</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <defaultGoal>org.eclipse.tycho:tycho-versions-plugin:set-version</defaultGoal> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-versions-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <executions> |
| <execution> |
| <id>change-next-release</id> |
| <goals> |
| <goal>set-version</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <newVersion>${next-release}</newVersion> |
| <artifacts>org.eclipse.osbp.ecview.core |
| </artifacts> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>testAll</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <defaultGoal>verify</defaultGoal> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <dependency-resolution> |
| <optionalDependencies>ignore</optionalDependencies> |
| </dependency-resolution> |
| <!-- <resolver>p2</resolver> --> |
| <!-- <pomDependencies>consider</pomDependencies> --> |
| <ignoreTychoRepositories>true</ignoreTychoRepositories> |
| <target> |
| <artifact> |
| <groupId>org.eclipse.osbp.ecview.core</groupId> |
| <artifactId>org.eclipse.osbp.ecview.core.target.luna</artifactId> |
| <version>0.9.0-SNAPSHOT</version> |
| </artifact> |
| </target> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <modules> |
| <module>org.eclipse.osbp.ecview.core.common.model.tests</module> |
| <module>org.eclipse.osbp.ecview.core.extension.tests</module> |
| <module>org.eclipse.osbp.ecview.core.databinding.tests</module> |
| <!-- <module>org.eclipse.osbp.ecview.core.common.tests</module> --> |
| <module>org.eclipse.osbp.ecview.core.common</module> |
| <module>org.eclipse.osbp.ecview.core.common.model</module> |
| <module>org.eclipse.osbp.ecview.core.extension.model</module> |
| <module>org.eclipse.osbp.ecview.core.extension.editparts</module> |
| <!-- <module>org.eclipse.osbp.ecview.core.ui.e4.css.core</module> --> |
| <module>org.eclipse.osbp.ecview.core.ui.presentation.common</module> |
| <!-- <module>org.eclipse.osbp.ecview.core.ui.presentation.swt</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.ui.presentation.swt.tests</module> --> |
| |
| <!-- P2 features --> |
| <module>org.eclipse.osbp.ecview.core.feature.core</module> |
| <!-- <module>org.eclipse.osbp.ecview.core.feature.ui.presentation.swt</module> --> |
| <!-- end P2 features --> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>p2-luna-core</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <defaultGoal>verify</defaultGoal> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <dependency-resolution> |
| <optionalDependencies>ignore</optionalDependencies> |
| </dependency-resolution> |
| <!-- <resolver>p2</resolver> --> |
| <!-- <pomDependencies>consider</pomDependencies> --> |
| <ignoreTychoRepositories>true</ignoreTychoRepositories> |
| <target> |
| <artifact> |
| <groupId>org.eclipse.osbp.ecview.core</groupId> |
| <artifactId>org.eclipse.osbp.ecview.core.target.luna</artifactId> |
| <version>0.9.0-SNAPSHOT</version> |
| </artifact> |
| </target> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-clean-plugin</artifactId> |
| <configuration> |
| <filesets> |
| <fileset> |
| <directory>xtend-gen</directory> |
| <includes> |
| <include>**</include> |
| </includes> |
| </fileset> |
| </filesets> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.xtend</groupId> |
| <artifactId>xtend-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>compile</goal> |
| <goal>testCompile</goal> |
| </goals> |
| <configuration> |
| <outputDirectory>xtend-gen</outputDirectory> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| <modules> |
| <!-- exclusive for P2 --> |
| <!-- <module>org.eclipse.osbp.ecview.core.target.kepler</module> --> |
| <module>org.eclipse.osbp.ecview.core.p2</module> |
| <!-- P2 features --> |
| <module>org.eclipse.osbp.ecview.core.feature.core</module> |
| <!-- end P2 features --> |
| |
| <!-- P2 bundles --> |
| <module>org.eclipse.osbp.ecview.core.common</module> |
| <module>org.eclipse.osbp.ecview.core.common.editparts.emf</module> |
| <module>org.eclipse.osbp.ecview.core.common.model</module> |
| <module>org.eclipse.osbp.ecview.core.extension.editparts</module> |
| <module>org.eclipse.osbp.ecview.core.extension.editparts.emf</module> |
| <module>org.eclipse.osbp.ecview.core.extension.model</module> |
| <module>org.eclipse.osbp.ecview.core.util.emf</module> |
| <module>org.eclipse.osbp.ecview.core.emf.api</module> |
| |
| <module>org.eclipse.osbp.ecview.core.databinding.beans</module> |
| <module>org.eclipse.osbp.ecview.core.databinding.emf</module> |
| |
| <module>org.eclipse.osbp.ecview.core.ui.presentation.common</module> |
| |
| <!-- <module>org.eclipse.osbp.ecview.core.common.model.tests</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.extension.tests</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.databinding.tests</module> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.common.tests</module> --> |
| <!-- P2 bundles --> |
| </modules> |
| </profile> |
| |
| <!-- <profile> --> |
| <!-- <id>build.p2</id> --> |
| <!-- <activation> --> |
| <!-- <property> --> |
| <!-- <name>osbp.build.p2</name> --> |
| <!-- </property> --> |
| <!-- </activation> --> |
| <!-- <build> --> |
| <!-- <defaultGoal>clean verify</defaultGoal> --> |
| <!-- </build> --> |
| <!-- <modules> --> |
| <!-- <module>org.eclipse.osbp.ecview.core.p2</module> --> |
| <!-- </modules> --> |
| <!-- </profile> --> |
| |
| <profile> |
| <id>binding</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <defaultGoal>verify</defaultGoal> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <dependency-resolution> |
| <optionalDependencies>ignore</optionalDependencies> |
| </dependency-resolution> |
| <!-- <resolver>p2</resolver> --> |
| <!-- <pomDependencies>consider</pomDependencies> --> |
| <ignoreTychoRepositories>true</ignoreTychoRepositories> |
| <target> |
| <artifact> |
| <groupId>org.eclipse.osbp.ecview.core</groupId> |
| <artifactId>org.eclipse.osbp.ecview.core.target.kepler</artifactId> |
| <version>0.9.0-SNAPSHOT</version> |
| </artifact> |
| </target> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <modules> |
| <!-- exclusive for P2 --> |
| <module>org.eclipse.osbp.ecview.core.target.kepler</module> |
| <module>org.eclipse.osbp.ecview.core.common</module> |
| <module>org.eclipse.osbp.ecview.core.databinding.beans</module> |
| <!-- P2 bundles --> |
| </modules> |
| </profile> |
| </profiles> |
| |
| <!-- |
| <pluginRepositories> |
| <pluginRepository> |
| <id>tycho-snapshots</id> |
| <url>https://oss.sonatype.org/content/groups/public/</url> |
| </pluginRepository> |
| <pluginRepository> |
| <! - - used to find XMLTask jar - - > |
| <id>atlassian</id> |
| <url>http://repository.atlassian.com/maven-public/</url> |
| </pluginRepository> |
| </pluginRepositories> |
| --> |
| <build> |
| <sourceDirectory>src</sourceDirectory> |
| |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-maven-plugin</artifactId> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-compiler-plugin</artifactId> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-source-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| </plugin> |
| </plugins> |
| |
| <pluginManagement> |
| <plugins> |
| <!-- enable tycho build --> |
| <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-compiler-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <compilerVersion>1.7</compilerVersion> |
| <encoding>UTF-8</encoding> |
| <source>1.7</source> |
| <target>1.7</target> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <version>2.5</version> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| <version>2.7</version> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </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</groupId> |
| <artifactId>tycho-surefire-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <includes> |
| <include>**/*Tests.java</include> |
| </includes> |
| <showEclipseLog>true</showEclipseLog> |
| <useUIHarness>false</useUIHarness> |
| <useUIThread>false</useUIThread> |
| <failIfNoTests>false</failIfNoTests> |
| <!-- <appArgLine>-Dfile.encoding=UTF-8</appArgLine> --> |
| <argLine>-Dfile.encoding=UTF-8</argLine> |
| <!-- Kill test JVM if tests take more than 10 minutes (600 seconds) |
| to finish --> |
| <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-clean-plugin</artifactId> |
| <version>2.5</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>build-helper-maven-plugin</artifactId> |
| <version>1.7</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| <description>ECView parent</description> |
| </project> |