1f2455798SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?> 2f2455798SMatthias Sohn<!-- 3536db18cSMatthias Sohn Copyright (C) 2009, 2015, Matthias Sohn <matthias.sohn@sap.com> 4f2455798SMatthias Sohn and other copyright owners as documented in the project's IP log. 5f2455798SMatthias Sohn 6f2455798SMatthias Sohn This program and the accompanying materials are made available 7f2455798SMatthias Sohn under the terms of the Eclipse Distribution License v1.0 which 8f2455798SMatthias Sohn accompanies this distribution, is reproduced below, and is 9f2455798SMatthias Sohn available at http://www.eclipse.org/org/documents/edl-v10.php 10f2455798SMatthias Sohn 11f2455798SMatthias Sohn All rights reserved. 12f2455798SMatthias Sohn 13f2455798SMatthias Sohn Redistribution and use in source and binary forms, with or 14f2455798SMatthias Sohn without modification, are permitted provided that the following 15f2455798SMatthias Sohn conditions are met: 16f2455798SMatthias Sohn 17f2455798SMatthias Sohn - Redistributions of source code must retain the above copyright 18f2455798SMatthias Sohn notice, this list of conditions and the following disclaimer. 19f2455798SMatthias Sohn 20f2455798SMatthias Sohn - Redistributions in binary form must reproduce the above 21f2455798SMatthias Sohn copyright notice, this list of conditions and the following 22f2455798SMatthias Sohn disclaimer in the documentation and/or other materials provided 23f2455798SMatthias Sohn with the distribution. 24f2455798SMatthias Sohn 25f2455798SMatthias Sohn - Neither the name of the Eclipse Foundation, Inc. nor the 26f2455798SMatthias Sohn names of its contributors may be used to endorse or promote 27f2455798SMatthias Sohn products derived from this software without specific prior 28f2455798SMatthias Sohn written permission. 29f2455798SMatthias Sohn 30f2455798SMatthias Sohn THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 31f2455798SMatthias Sohn CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 32f2455798SMatthias Sohn INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 33f2455798SMatthias Sohn OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34f2455798SMatthias Sohn ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 35f2455798SMatthias Sohn CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 36f2455798SMatthias Sohn SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 37f2455798SMatthias Sohn NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 38f2455798SMatthias Sohn LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 39f2455798SMatthias Sohn CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 40f2455798SMatthias Sohn STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 41f2455798SMatthias Sohn ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 42f2455798SMatthias Sohn ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 43f2455798SMatthias Sohn--> 44f2455798SMatthias Sohn 45f2455798SMatthias Sohn<project xmlns="http://maven.apache.org/POM/4.0.0" 46f2455798SMatthias Sohn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 47f2455798SMatthias Sohn xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 48f2455798SMatthias Sohn <modelVersion>4.0.0</modelVersion> 49f2455798SMatthias Sohn 50f2455798SMatthias Sohn <prerequisites> 51f2455798SMatthias Sohn <maven>3.0</maven> 52f2455798SMatthias Sohn </prerequisites> 53f2455798SMatthias Sohn 54f2455798SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 55f2455798SMatthias Sohn <artifactId>jgit.tycho.parent</artifactId> 5690107d53SMatthias Sohn <version>5.4.0-SNAPSHOT</version> 57f2455798SMatthias Sohn <packaging>pom</packaging> 58f2455798SMatthias Sohn 59f5f1536fSMatthias Sohn <name>JGit Tycho Parent</name> 60f2455798SMatthias Sohn 61f2455798SMatthias Sohn <properties> 625ada6edeSMichael Keppler <tycho-version>1.3.0</tycho-version> 637948903aSMatthias Sohn <tycho-extras-version>${tycho-version}</tycho-extras-version> 64e8705a6eSMatthias Sohn <target-platform>jgit-4.6</target-platform> 65f2455798SMatthias Sohn </properties> 66f2455798SMatthias Sohn 67b97a35d7SMatthias Sohn <pluginRepositories> 68b97a35d7SMatthias Sohn <pluginRepository> 69b97a35d7SMatthias Sohn <id>repo.eclipse.org.cbi-releases</id> 70b97a35d7SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> 71b97a35d7SMatthias Sohn </pluginRepository> 724f9bdc8bSMatthias Sohn <pluginRepository> 734f9bdc8bSMatthias Sohn <id>repo.eclipse.org.cbi-snapshots</id> 744f9bdc8bSMatthias Sohn <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> 754f9bdc8bSMatthias Sohn </pluginRepository> 76b97a35d7SMatthias Sohn </pluginRepositories> 77b97a35d7SMatthias Sohn 78f2455798SMatthias Sohn <modules> 7977d2f3caSMatthias Sohn <module>org.eclipse.jgit.target</module> 80f2455798SMatthias Sohn <module>org.eclipse.jgit.feature</module> 813d3df394SMatthias Sohn <module>org.eclipse.jgit.http.apache.feature</module> 829b31969fSThomas Wolf <module>org.eclipse.jgit.ssh.apache.feature</module> 83536db18cSMatthias Sohn <module>org.eclipse.jgit.lfs.feature</module> 844974090dSMatthias Sohn <module>org.eclipse.jgit.pgm.feature</module> 8551f6fbdaSMatthias Sohn <module>org.eclipse.jgit.source.feature</module> 86e36c2aa8SMatthias Sohn <module>org.eclipse.jgit.junit.feature</module> 8743543e79SMatthias Sohn <module>org.eclipse.jgit.repository</module> 88f2455798SMatthias Sohn </modules> 89f2455798SMatthias Sohn 90af64b9a3SMatthias Sohn <distributionManagement> 91af64b9a3SMatthias Sohn <repository> 92af64b9a3SMatthias Sohn <id>repo.eclipse.org</id> 93af64b9a3SMatthias Sohn <name>JGit Maven Repository - Releases</name> 94af64b9a3SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> 95af64b9a3SMatthias Sohn </repository> 96af64b9a3SMatthias Sohn <snapshotRepository> 97af64b9a3SMatthias Sohn <id>repo.eclipse.org</id> 98af64b9a3SMatthias Sohn <name>JGit Maven Repository - Snapshots</name> 99af64b9a3SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url> 100af64b9a3SMatthias Sohn <uniqueVersion>true</uniqueVersion> 101af64b9a3SMatthias Sohn </snapshotRepository> 102af64b9a3SMatthias Sohn </distributionManagement> 103af64b9a3SMatthias Sohn 10451f6fbdaSMatthias Sohn <dependencies> 10551f6fbdaSMatthias Sohn <!-- sources artifacts so that we can place them in the features --> 10651f6fbdaSMatthias Sohn <dependency> 10751f6fbdaSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 10851f6fbdaSMatthias Sohn <artifactId>org.eclipse.jgit</artifactId> 10977d2f3caSMatthias Sohn <version>${project.version}</version> 11051f6fbdaSMatthias Sohn <classifier>sources</classifier> 11151f6fbdaSMatthias Sohn </dependency> 1124974090dSMatthias Sohn <dependency> 1134974090dSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 114*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.ant</artifactId> 115*27f1fb66SMatthias Sohn <version>${project.version}</version> 116*27f1fb66SMatthias Sohn <classifier>sources</classifier> 117*27f1fb66SMatthias Sohn </dependency> 118*27f1fb66SMatthias Sohn <dependency> 119*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 120*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.archive</artifactId> 121*27f1fb66SMatthias Sohn <version>${project.version}</version> 122*27f1fb66SMatthias Sohn <classifier>sources</classifier> 123*27f1fb66SMatthias Sohn </dependency> 124*27f1fb66SMatthias Sohn <dependency> 125*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 126*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.http.apache</artifactId> 127*27f1fb66SMatthias Sohn <version>${project.version}</version> 128*27f1fb66SMatthias Sohn <classifier>sources</classifier> 129*27f1fb66SMatthias Sohn </dependency> 130*27f1fb66SMatthias Sohn <dependency> 131*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 132*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.http.server</artifactId> 133*27f1fb66SMatthias Sohn <version>${project.version}</version> 134*27f1fb66SMatthias Sohn <classifier>sources</classifier> 135*27f1fb66SMatthias Sohn </dependency> 136*27f1fb66SMatthias Sohn <dependency> 137*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 138*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.junit</artifactId> 139*27f1fb66SMatthias Sohn <version>${project.version}</version> 140*27f1fb66SMatthias Sohn <classifier>sources</classifier> 141*27f1fb66SMatthias Sohn </dependency> 142*27f1fb66SMatthias Sohn <dependency> 143*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 144*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.junit.http</artifactId> 145*27f1fb66SMatthias Sohn <version>${project.version}</version> 146*27f1fb66SMatthias Sohn <classifier>sources</classifier> 147*27f1fb66SMatthias Sohn </dependency> 148*27f1fb66SMatthias Sohn <dependency> 149*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 150*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.junit.ssh</artifactId> 151*27f1fb66SMatthias Sohn <version>${project.version}</version> 152*27f1fb66SMatthias Sohn <classifier>sources</classifier> 153*27f1fb66SMatthias Sohn </dependency> 154*27f1fb66SMatthias Sohn <dependency> 155*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 156*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.lfs</artifactId> 157*27f1fb66SMatthias Sohn <version>${project.version}</version> 158*27f1fb66SMatthias Sohn <classifier>sources</classifier> 159*27f1fb66SMatthias Sohn </dependency> 160*27f1fb66SMatthias Sohn <dependency> 161*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 162*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.lfs.server</artifactId> 163*27f1fb66SMatthias Sohn <version>${project.version}</version> 164*27f1fb66SMatthias Sohn <classifier>sources</classifier> 165*27f1fb66SMatthias Sohn </dependency> 166*27f1fb66SMatthias Sohn <dependency> 167*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 1684974090dSMatthias Sohn <artifactId>org.eclipse.jgit.pgm</artifactId> 1694974090dSMatthias Sohn <version>${project.version}</version> 1704974090dSMatthias Sohn <classifier>sources</classifier> 1714974090dSMatthias Sohn </dependency> 1729b31969fSThomas Wolf <dependency> 1739b31969fSThomas Wolf <groupId>org.eclipse.jgit</groupId> 1749b31969fSThomas Wolf <artifactId>org.eclipse.jgit.ssh.apache</artifactId> 1759b31969fSThomas Wolf <version>${project.version}</version> 1769b31969fSThomas Wolf <classifier>sources</classifier> 1779b31969fSThomas Wolf </dependency> 178*27f1fb66SMatthias Sohn <dependency> 179*27f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 180*27f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.ui</artifactId> 181*27f1fb66SMatthias Sohn <version>${project.version}</version> 182*27f1fb66SMatthias Sohn <classifier>sources</classifier> 183*27f1fb66SMatthias Sohn </dependency> 18451f6fbdaSMatthias Sohn </dependencies> 18551f6fbdaSMatthias Sohn 186f2455798SMatthias Sohn <build> 187f2455798SMatthias Sohn <plugins> 188f2455798SMatthias Sohn <plugin> 18965848638SMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 19065848638SMatthias Sohn <artifactId>maven-enforcer-plugin</artifactId> 19165848638SMatthias Sohn <version>3.0.0-M1</version> 19265848638SMatthias Sohn <executions> 19365848638SMatthias Sohn <execution> 19465848638SMatthias Sohn <id>enforce-maven</id> 19565848638SMatthias Sohn <goals> 19665848638SMatthias Sohn <goal>enforce</goal> 19765848638SMatthias Sohn </goals> 19865848638SMatthias Sohn <configuration> 19965848638SMatthias Sohn <rules> 20065848638SMatthias Sohn <requireMavenVersion> 20165848638SMatthias Sohn <version>3.5.2</version> 20265848638SMatthias Sohn </requireMavenVersion> 20365848638SMatthias Sohn </rules> 20465848638SMatthias Sohn </configuration> 20565848638SMatthias Sohn </execution> 20665848638SMatthias Sohn </executions> 20765848638SMatthias Sohn </plugin> 20865848638SMatthias Sohn <plugin> 2094e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 210f2455798SMatthias Sohn <artifactId>tycho-maven-plugin</artifactId> 211f2455798SMatthias Sohn <version>${tycho-version}</version> 212f2455798SMatthias Sohn <extensions>true</extensions> 213f2455798SMatthias Sohn </plugin> 214f2455798SMatthias Sohn <plugin> 2154e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 216f2455798SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 217f2455798SMatthias Sohn <version>${tycho-version}</version> 218f2455798SMatthias Sohn <configuration> 219f2455798SMatthias Sohn <resolver>p2</resolver> 220f2455798SMatthias Sohn </configuration> 221f2455798SMatthias Sohn </plugin> 222f2455798SMatthias Sohn </plugins> 223f2455798SMatthias Sohn <pluginManagement> 224f2455798SMatthias Sohn <plugins> 225f2455798SMatthias Sohn <plugin> 2264e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 2274e7c2f80SChris Aniszczyk <artifactId>tycho-compiler-plugin</artifactId> 228f2455798SMatthias Sohn <version>${tycho-version}</version> 229f2455798SMatthias Sohn <configuration> 230f2455798SMatthias Sohn <encoding>UTF-8</encoding> 231ab79ce91SMatthias Sohn <source>1.8</source> 232ab79ce91SMatthias Sohn <target>1.8</target> 233f2455798SMatthias Sohn </configuration> 234f2455798SMatthias Sohn </plugin> 235f2455798SMatthias Sohn <plugin> 236f2455798SMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 237f2455798SMatthias Sohn <artifactId>maven-resources-plugin</artifactId> 238b92136f0SMatthias Sohn <version>3.1.0</version> 239f2455798SMatthias Sohn <configuration> 240f2455798SMatthias Sohn <encoding>ISO-8859-1</encoding> 241f2455798SMatthias Sohn </configuration> 242f2455798SMatthias Sohn </plugin> 243f2455798SMatthias Sohn <plugin> 2444e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 245f2455798SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 246f2455798SMatthias Sohn <version>${tycho-version}</version> 247f2455798SMatthias Sohn <configuration> 248f2455798SMatthias Sohn <resolver>p2</resolver> 249f2455798SMatthias Sohn <pomDependencies>consider</pomDependencies> 25077d2f3caSMatthias Sohn <target> 25177d2f3caSMatthias Sohn <artifact> 25277d2f3caSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 25377d2f3caSMatthias Sohn <artifactId>org.eclipse.jgit.target</artifactId> 25477d2f3caSMatthias Sohn <version>${project.version}</version> 2558399a9bcSMatthias Sohn <classifier>${target-platform}</classifier> 25677d2f3caSMatthias Sohn </artifact> 25777d2f3caSMatthias Sohn </target> 25844274434SMatthias Sohn <environments> 25944274434SMatthias Sohn <environment> 26044274434SMatthias Sohn <os>linux</os> 26144274434SMatthias Sohn <ws>gtk</ws> 26244274434SMatthias Sohn <arch>x86</arch> 26344274434SMatthias Sohn </environment> 26444274434SMatthias Sohn <environment> 26544274434SMatthias Sohn <os>linux</os> 26644274434SMatthias Sohn <ws>gtk</ws> 26744274434SMatthias Sohn <arch>x86_64</arch> 26844274434SMatthias Sohn </environment> 26944274434SMatthias Sohn <environment> 27044274434SMatthias Sohn <os>win32</os> 27144274434SMatthias Sohn <ws>win32</ws> 27244274434SMatthias Sohn <arch>x86</arch> 27344274434SMatthias Sohn </environment> 27444274434SMatthias Sohn <environment> 27544274434SMatthias Sohn <os>win32</os> 27644274434SMatthias Sohn <ws>win32</ws> 27744274434SMatthias Sohn <arch>x86_64</arch> 27844274434SMatthias Sohn </environment> 27944274434SMatthias Sohn <environment> 28044274434SMatthias Sohn <os>macosx</os> 28144274434SMatthias Sohn <ws>cocoa</ws> 28244274434SMatthias Sohn <arch>x86_64</arch> 28344274434SMatthias Sohn </environment> 28444274434SMatthias Sohn </environments> 285f2455798SMatthias Sohn </configuration> 286f2455798SMatthias Sohn </plugin> 287b97a35d7SMatthias Sohn <plugin> 288b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 289b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 290b97a35d7SMatthias Sohn <version>${tycho-version}</version> 291b97a35d7SMatthias Sohn </plugin> 292b97a35d7SMatthias Sohn <plugin> 293b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 294b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 295b97a35d7SMatthias Sohn <version>${tycho-extras-version}</version> 296b97a35d7SMatthias Sohn </plugin> 297b97a35d7SMatthias Sohn <plugin> 298b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 299b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 300b97a35d7SMatthias Sohn <version>${tycho-extras-version}</version> 301b97a35d7SMatthias Sohn </plugin> 302b97a35d7SMatthias Sohn <plugin> 303b97a35d7SMatthias Sohn <groupId>org.eclipse.cbi.maven.plugins</groupId> 304b97a35d7SMatthias Sohn <artifactId>eclipse-jarsigner-plugin</artifactId> 305b92136f0SMatthias Sohn <version>1.1.5</version> 306b97a35d7SMatthias Sohn </plugin> 3078399a9bcSMatthias Sohn <plugin> 3088399a9bcSMatthias Sohn <groupId>org.codehaus.mojo</groupId> 3098399a9bcSMatthias Sohn <artifactId>build-helper-maven-plugin</artifactId> 310b92136f0SMatthias Sohn <version>3.0.0</version> 3118399a9bcSMatthias Sohn </plugin> 312f2455798SMatthias Sohn </plugins> 313f2455798SMatthias Sohn </pluginManagement> 314f2455798SMatthias Sohn </build> 315dcddaa94SMatthias Sohn 316b97a35d7SMatthias Sohn <profiles> 317b97a35d7SMatthias Sohn <profile> 318b97a35d7SMatthias Sohn <id>eclipse-sign</id> 319b97a35d7SMatthias Sohn <build> 320b97a35d7SMatthias Sohn <plugins> 321b97a35d7SMatthias Sohn <plugin> 322b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 323b97a35d7SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 324b97a35d7SMatthias Sohn <configuration> 325b97a35d7SMatthias Sohn <includePackedArtifacts>true</includePackedArtifacts> 326b97a35d7SMatthias Sohn </configuration> 327b97a35d7SMatthias Sohn </plugin> 328b97a35d7SMatthias Sohn <plugin> 329b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 330b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 331b97a35d7SMatthias Sohn <executions> 332b97a35d7SMatthias Sohn <execution> 333b97a35d7SMatthias Sohn <id>pack200-normalize</id> 334b97a35d7SMatthias Sohn <goals> 335b97a35d7SMatthias Sohn <goal>normalize</goal> 336b97a35d7SMatthias Sohn </goals> 337b97a35d7SMatthias Sohn <phase>verify</phase> 338b97a35d7SMatthias Sohn </execution> 339b97a35d7SMatthias Sohn </executions> 340b97a35d7SMatthias Sohn </plugin> 341b97a35d7SMatthias Sohn <plugin> 342b97a35d7SMatthias Sohn <groupId>org.eclipse.cbi.maven.plugins</groupId> 343b97a35d7SMatthias Sohn <artifactId>eclipse-jarsigner-plugin</artifactId> 344b97a35d7SMatthias Sohn <executions> 345b97a35d7SMatthias Sohn <execution> 346b97a35d7SMatthias Sohn <id>sign</id> 347b97a35d7SMatthias Sohn <goals> 348b97a35d7SMatthias Sohn <goal>sign</goal> 349b97a35d7SMatthias Sohn </goals> 350b97a35d7SMatthias Sohn <phase>verify</phase> 351b97a35d7SMatthias Sohn </execution> 352b97a35d7SMatthias Sohn </executions> 353b97a35d7SMatthias Sohn </plugin> 354b97a35d7SMatthias Sohn <plugin> 355b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 356b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 357b97a35d7SMatthias Sohn <executions> 358b97a35d7SMatthias Sohn <execution> 359b97a35d7SMatthias Sohn <id>pack200-pack</id> 360b97a35d7SMatthias Sohn <goals> 361b97a35d7SMatthias Sohn <goal>pack</goal> 362b97a35d7SMatthias Sohn </goals> 363b97a35d7SMatthias Sohn <phase>verify</phase> 364b97a35d7SMatthias Sohn </execution> 365b97a35d7SMatthias Sohn </executions> 366b97a35d7SMatthias Sohn </plugin> 367b97a35d7SMatthias Sohn <plugin> 368b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 369b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 370b97a35d7SMatthias Sohn <executions> 371b97a35d7SMatthias Sohn <execution> 372b97a35d7SMatthias Sohn <id>p2-metadata</id> 373b97a35d7SMatthias Sohn <goals> 374b97a35d7SMatthias Sohn <goal>p2-metadata</goal> 375b97a35d7SMatthias Sohn </goals> 376b97a35d7SMatthias Sohn <phase>verify</phase> 377b97a35d7SMatthias Sohn </execution> 378b97a35d7SMatthias Sohn </executions> 379b97a35d7SMatthias Sohn <configuration> 380b97a35d7SMatthias Sohn <defaultP2Metadata>false</defaultP2Metadata> 381b97a35d7SMatthias Sohn </configuration> 382b97a35d7SMatthias Sohn </plugin> 383b97a35d7SMatthias Sohn </plugins> 384b97a35d7SMatthias Sohn </build> 385b97a35d7SMatthias Sohn </profile> 386b97a35d7SMatthias Sohn <profile> 387b97a35d7SMatthias Sohn <id>eclipse-pack</id> 388b97a35d7SMatthias Sohn <build> 389b97a35d7SMatthias Sohn <plugins> 390b97a35d7SMatthias Sohn <plugin> 391b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 392b97a35d7SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 393b97a35d7SMatthias Sohn <configuration> 394b97a35d7SMatthias Sohn <includePackedArtifacts>true</includePackedArtifacts> 395b97a35d7SMatthias Sohn </configuration> 396b97a35d7SMatthias Sohn </plugin> 397b97a35d7SMatthias Sohn <plugin> 398b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 399b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 400b97a35d7SMatthias Sohn <executions> 401b97a35d7SMatthias Sohn <execution> 402b97a35d7SMatthias Sohn <id>pack200-normalize</id> 403b97a35d7SMatthias Sohn <goals> 404b97a35d7SMatthias Sohn <goal>normalize</goal> 405b97a35d7SMatthias Sohn </goals> 406b97a35d7SMatthias Sohn </execution> 407b97a35d7SMatthias Sohn </executions> 408b97a35d7SMatthias Sohn </plugin> 409b97a35d7SMatthias Sohn <plugin> 410b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 411b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 412b97a35d7SMatthias Sohn <executions> 413b97a35d7SMatthias Sohn <execution> 414b97a35d7SMatthias Sohn <id>pack200-pack</id> 415b97a35d7SMatthias Sohn <goals> 416b97a35d7SMatthias Sohn <goal>pack</goal> 417b97a35d7SMatthias Sohn </goals> 418b97a35d7SMatthias Sohn </execution> 419b97a35d7SMatthias Sohn </executions> 420b97a35d7SMatthias Sohn </plugin> 421b97a35d7SMatthias Sohn <plugin> 422b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 423b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 424b97a35d7SMatthias Sohn <executions> 425b97a35d7SMatthias Sohn <execution> 426b97a35d7SMatthias Sohn <id>p2-metadata</id> 427b97a35d7SMatthias Sohn <goals> 428b97a35d7SMatthias Sohn <goal>p2-metadata</goal> 429b97a35d7SMatthias Sohn </goals> 430b97a35d7SMatthias Sohn <phase>package</phase> 431b97a35d7SMatthias Sohn </execution> 432b97a35d7SMatthias Sohn </executions> 433b97a35d7SMatthias Sohn <configuration> 434b97a35d7SMatthias Sohn <defaultP2Metadata>false</defaultP2Metadata> 435b97a35d7SMatthias Sohn </configuration> 436b97a35d7SMatthias Sohn </plugin> 437b97a35d7SMatthias Sohn </plugins> 438b97a35d7SMatthias Sohn </build> 439b97a35d7SMatthias Sohn </profile> 440b97a35d7SMatthias Sohn </profiles> 441f2455798SMatthias Sohn</project> 442