blob: 9f201aaa92516559864db660e04e1677a2947df4 [file] [log] [blame]
<!-- /*******************************************************************************
* Copyright (c) 2018 Robert Bosch GmbH. * * This program and the accompanying
materials are made * available under the terms of the Eclipse Public License
2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier:
EPL-2.0 * * Contributors: * Robert Bosch GmbH - 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>
<relativePath>../../../build/org.eclipse.app4mc.transformation.build/pom.xml</relativePath>
<groupId>org.eclipse.app4mc.transformation</groupId>
<artifactId>org.eclipse.app4mc.transformation.build</artifactId>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.app4mc.transform.to.inchron.product</artifactId>
<packaging>eclipse-repository</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
<goals>
<goal>materialize-products</goal>
</goals>
</execution>
<execution>
<id>archive-products</id>
<goals>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
<configuration>
<products>
<product>
<id>Amlt2Inchron_Transformation.product</id>
<archiveFileName>product</archiveFileName>
</product>
</products>
</configuration>
</plugin>
</plugins>
</build>
<groupId>m2m</groupId>
</project>