blob: b8ab9902786e09026ceceede6f4d3abe219d2d59 [file] [log] [blame]
<!-- Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
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.html
Contributors: Regent L'Archeveque - initial API and implementation SPDX-License-Identifier:
EPL-1.0 -->
<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>
<groupId>org.eclipse.apogy</groupId>
<artifactId>releng</artifactId>
<version>0.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.apogy</groupId>
<artifactId>org.eclipse.apogy</artifactId>
<version>0.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<build>
<plugins>
<!-- Embeds dependencies into the P2 repo. Required otherwise, user need
to specify all dependent repositories prior Apogy installation.
This should be false and P2 must be resolved because they are defined as
additional repositories in category.xml. Maybe we should use target platform.
Further investigation is required. -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<includeAllDependencies>true</includeAllDependencies>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>org.eclipse.apogy.site</module>
</modules>
</project>