Zakir Meer | 957b205 | 2018-11-14 14:38:19 +0100 | [diff] [blame] | 1 | <!-- /******************************************************************************* |
| 2 | * Copyright (c) 2018 Robert Bosch GmbH. * * This program and the accompanying |
| 3 | materials are made * available under the terms of the Eclipse Public License |
| 4 | 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: |
| 5 | EPL-2.0 * * Contributors: * Robert Bosch GmbH - initial API and implementation |
| 6 | *******************************************************************************/ --> |
| 7 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 8 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 9 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 10 | <modelVersion>4.0.0</modelVersion> |
| 11 | |
| 12 | |
| 13 | <parent> |
| 14 | <relativePath>../../../build/org.eclipse.app4mc.transformation.build/pom.xml</relativePath> |
| 15 | <groupId>org.eclipse.app4mc.transformation</groupId> |
| 16 | <artifactId>org.eclipse.app4mc.transformation.build</artifactId> |
| 17 | <version>0.3.0-SNAPSHOT</version> |
| 18 | </parent> |
| 19 | |
| 20 | <artifactId>org.eclipse.app4mc.transform.to.inchron.product</artifactId> |
| 21 | <packaging>eclipse-repository</packaging> |
| 22 | |
| 23 | |
| 24 | <build> |
| 25 | |
| 26 | <plugins> |
| 27 | |
| 28 | |
| 29 | <plugin> |
| 30 | <groupId>org.eclipse.tycho</groupId> |
| 31 | <artifactId>tycho-p2-director-plugin</artifactId> |
| 32 | <version>${tycho.version}</version> |
| 33 | |
| 34 | <executions> |
| 35 | <execution> |
| 36 | <id>materialize-products</id> |
| 37 | <goals> |
| 38 | <goal>materialize-products</goal> |
| 39 | </goals> |
| 40 | </execution> |
| 41 | |
| 42 | <execution> |
| 43 | <id>archive-products</id> |
| 44 | <goals> |
| 45 | <goal>archive-products</goal> |
| 46 | </goals> |
| 47 | </execution> |
| 48 | </executions> |
| 49 | <configuration> |
| 50 | <products> |
| 51 | <product> |
| 52 | <id>Amlt2Inchron_Transformation.product</id> |
| 53 | <archiveFileName>product</archiveFileName> |
| 54 | </product> |
| 55 | </products> |
| 56 | </configuration> |
| 57 | </plugin> |
| 58 | |
| 59 | |
| 60 | </plugins> |
| 61 | |
| 62 | </build> |
| 63 | <groupId>m2m</groupId> |
| 64 | </project> |