1f2455798SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?> 2f2455798SMatthias Sohn<!-- 3*536db18cSMatthias 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> 56b30917ceSMatthias Sohn <version>4.3.0-SNAPSHOT</version> 57f2455798SMatthias Sohn <packaging>pom</packaging> 58f2455798SMatthias Sohn 59f5f1536fSMatthias Sohn <name>JGit Tycho Parent</name> 60f2455798SMatthias Sohn 61f2455798SMatthias Sohn <properties> 62d8040f34SMatthias Sohn <tycho-version>0.23.0</tycho-version> 637948903aSMatthias Sohn <tycho-extras-version>${tycho-version}</tycho-extras-version> 64f2455798SMatthias Sohn </properties> 65f2455798SMatthias Sohn 66b97a35d7SMatthias Sohn <pluginRepositories> 67b97a35d7SMatthias Sohn <pluginRepository> 68b97a35d7SMatthias Sohn <id>repo.eclipse.org.cbi-releases</id> 69b97a35d7SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> 70b97a35d7SMatthias Sohn </pluginRepository> 714f9bdc8bSMatthias Sohn <pluginRepository> 724f9bdc8bSMatthias Sohn <id>repo.eclipse.org.cbi-snapshots</id> 734f9bdc8bSMatthias Sohn <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> 744f9bdc8bSMatthias Sohn </pluginRepository> 75b97a35d7SMatthias Sohn </pluginRepositories> 76b97a35d7SMatthias Sohn 77f2455798SMatthias Sohn <modules> 7877d2f3caSMatthias Sohn <module>org.eclipse.jgit.target</module> 79f2455798SMatthias Sohn <module>org.eclipse.jgit.feature</module> 803d3df394SMatthias Sohn <module>org.eclipse.jgit.http.apache.feature</module> 81*536db18cSMatthias Sohn <module>org.eclipse.jgit.lfs.feature</module> 824974090dSMatthias Sohn <module>org.eclipse.jgit.pgm.feature</module> 8351f6fbdaSMatthias Sohn <module>org.eclipse.jgit.source.feature</module> 844974090dSMatthias Sohn <module>org.eclipse.jgit.pgm.source.feature</module> 85e36c2aa8SMatthias Sohn <module>org.eclipse.jgit.junit.feature</module> 8643543e79SMatthias Sohn <module>org.eclipse.jgit.repository</module> 87f2455798SMatthias Sohn </modules> 88f2455798SMatthias Sohn 89af64b9a3SMatthias Sohn <distributionManagement> 90af64b9a3SMatthias Sohn <repository> 91af64b9a3SMatthias Sohn <id>repo.eclipse.org</id> 92af64b9a3SMatthias Sohn <name>JGit Maven Repository - Releases</name> 93af64b9a3SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> 94af64b9a3SMatthias Sohn </repository> 95af64b9a3SMatthias Sohn <snapshotRepository> 96af64b9a3SMatthias Sohn <id>repo.eclipse.org</id> 97af64b9a3SMatthias Sohn <name>JGit Maven Repository - Snapshots</name> 98af64b9a3SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url> 99af64b9a3SMatthias Sohn <uniqueVersion>true</uniqueVersion> 100af64b9a3SMatthias Sohn </snapshotRepository> 101af64b9a3SMatthias Sohn </distributionManagement> 102af64b9a3SMatthias Sohn 10351f6fbdaSMatthias Sohn <dependencies> 10451f6fbdaSMatthias Sohn <!-- sources artifacts so that we can place them in the features --> 10551f6fbdaSMatthias Sohn <dependency> 10651f6fbdaSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 10751f6fbdaSMatthias Sohn <artifactId>org.eclipse.jgit</artifactId> 10877d2f3caSMatthias Sohn <version>${project.version}</version> 10951f6fbdaSMatthias Sohn <classifier>sources</classifier> 11051f6fbdaSMatthias Sohn </dependency> 1114974090dSMatthias Sohn <dependency> 1124974090dSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 1134974090dSMatthias Sohn <artifactId>org.eclipse.jgit.pgm</artifactId> 1144974090dSMatthias Sohn <version>${project.version}</version> 1154974090dSMatthias Sohn <classifier>sources</classifier> 1164974090dSMatthias Sohn </dependency> 11751f6fbdaSMatthias Sohn </dependencies> 11851f6fbdaSMatthias Sohn 119f2455798SMatthias Sohn <build> 120f2455798SMatthias Sohn <plugins> 121f2455798SMatthias Sohn <plugin> 1224e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 123f2455798SMatthias Sohn <artifactId>tycho-maven-plugin</artifactId> 124f2455798SMatthias Sohn <version>${tycho-version}</version> 125f2455798SMatthias Sohn <extensions>true</extensions> 126f2455798SMatthias Sohn </plugin> 127f2455798SMatthias Sohn <plugin> 1284e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 129f2455798SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 130f2455798SMatthias Sohn <version>${tycho-version}</version> 131f2455798SMatthias Sohn <configuration> 132f2455798SMatthias Sohn <resolver>p2</resolver> 133f2455798SMatthias Sohn </configuration> 134f2455798SMatthias Sohn </plugin> 135f2455798SMatthias Sohn </plugins> 136f2455798SMatthias Sohn <pluginManagement> 137f2455798SMatthias Sohn <plugins> 138f2455798SMatthias Sohn <plugin> 1394e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 1404e7c2f80SChris Aniszczyk <artifactId>tycho-compiler-plugin</artifactId> 141f2455798SMatthias Sohn <version>${tycho-version}</version> 142f2455798SMatthias Sohn <configuration> 143f2455798SMatthias Sohn <encoding>UTF-8</encoding> 144c26bc63eSMatthias Sohn <source>1.7</source> 145c26bc63eSMatthias Sohn <target>1.7</target> 146f2455798SMatthias Sohn </configuration> 147f2455798SMatthias Sohn </plugin> 148f2455798SMatthias Sohn <plugin> 149f2455798SMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 150f2455798SMatthias Sohn <artifactId>maven-resources-plugin</artifactId> 1518375d17cSMatthias Sohn <version>2.5</version> 152f2455798SMatthias Sohn <configuration> 153f2455798SMatthias Sohn <encoding>ISO-8859-1</encoding> 154f2455798SMatthias Sohn </configuration> 155f2455798SMatthias Sohn </plugin> 156f2455798SMatthias Sohn <plugin> 1574e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 158f2455798SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 159f2455798SMatthias Sohn <version>${tycho-version}</version> 160f2455798SMatthias Sohn <configuration> 161f2455798SMatthias Sohn <resolver>p2</resolver> 162f2455798SMatthias Sohn <pomDependencies>consider</pomDependencies> 16377d2f3caSMatthias Sohn <target> 16477d2f3caSMatthias Sohn <artifact> 16577d2f3caSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 16677d2f3caSMatthias Sohn <artifactId>org.eclipse.jgit.target</artifactId> 16777d2f3caSMatthias Sohn <version>${project.version}</version> 1688399a9bcSMatthias Sohn <classifier>${target-platform}</classifier> 16977d2f3caSMatthias Sohn </artifact> 17077d2f3caSMatthias Sohn </target> 17144274434SMatthias Sohn <environments> 17244274434SMatthias Sohn <environment> 17344274434SMatthias Sohn <os>linux</os> 17444274434SMatthias Sohn <ws>gtk</ws> 17544274434SMatthias Sohn <arch>x86</arch> 17644274434SMatthias Sohn </environment> 17744274434SMatthias Sohn <environment> 17844274434SMatthias Sohn <os>linux</os> 17944274434SMatthias Sohn <ws>gtk</ws> 18044274434SMatthias Sohn <arch>x86_64</arch> 18144274434SMatthias Sohn </environment> 18244274434SMatthias Sohn <environment> 18344274434SMatthias Sohn <os>win32</os> 18444274434SMatthias Sohn <ws>win32</ws> 18544274434SMatthias Sohn <arch>x86</arch> 18644274434SMatthias Sohn </environment> 18744274434SMatthias Sohn <environment> 18844274434SMatthias Sohn <os>win32</os> 18944274434SMatthias Sohn <ws>win32</ws> 19044274434SMatthias Sohn <arch>x86_64</arch> 19144274434SMatthias Sohn </environment> 19244274434SMatthias Sohn <environment> 19344274434SMatthias Sohn <os>macosx</os> 19444274434SMatthias Sohn <ws>cocoa</ws> 19544274434SMatthias Sohn <arch>x86_64</arch> 19644274434SMatthias Sohn </environment> 19744274434SMatthias Sohn </environments> 198f2455798SMatthias Sohn </configuration> 199f2455798SMatthias Sohn </plugin> 200b97a35d7SMatthias Sohn <plugin> 201b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 202b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 203b97a35d7SMatthias Sohn <version>${tycho-version}</version> 204b97a35d7SMatthias Sohn </plugin> 205b97a35d7SMatthias Sohn <plugin> 206b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 207b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 208b97a35d7SMatthias Sohn <version>${tycho-extras-version}</version> 209b97a35d7SMatthias Sohn </plugin> 210b97a35d7SMatthias Sohn <plugin> 211b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 212b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 213b97a35d7SMatthias Sohn <version>${tycho-extras-version}</version> 214b97a35d7SMatthias Sohn </plugin> 215b97a35d7SMatthias Sohn <plugin> 216b97a35d7SMatthias Sohn <groupId>org.eclipse.cbi.maven.plugins</groupId> 217b97a35d7SMatthias Sohn <artifactId>eclipse-jarsigner-plugin</artifactId> 2189ae83b83SMatthias Sohn <version>1.1.2</version> 219b97a35d7SMatthias Sohn </plugin> 2208399a9bcSMatthias Sohn <plugin> 2218399a9bcSMatthias Sohn <groupId>org.codehaus.mojo</groupId> 2228399a9bcSMatthias Sohn <artifactId>build-helper-maven-plugin</artifactId> 223d0e80b2fSMatthias Sohn <version>1.9</version> 2248399a9bcSMatthias Sohn </plugin> 225f2455798SMatthias Sohn </plugins> 226f2455798SMatthias Sohn </pluginManagement> 227f2455798SMatthias Sohn </build> 228dcddaa94SMatthias Sohn 229b97a35d7SMatthias Sohn <profiles> 230b97a35d7SMatthias Sohn <profile> 2318399a9bcSMatthias Sohn <id>platform-kepler</id> 2328399a9bcSMatthias Sohn <activation> 2338399a9bcSMatthias Sohn <property> 2348399a9bcSMatthias Sohn <name>platform-version-name</name> 2358399a9bcSMatthias Sohn <value>kepler</value> 2368399a9bcSMatthias Sohn </property> 2378399a9bcSMatthias Sohn </activation> 2388399a9bcSMatthias Sohn <properties> 2398399a9bcSMatthias Sohn <target-platform>jgit-4.3</target-platform> 2408399a9bcSMatthias Sohn </properties> 2418399a9bcSMatthias Sohn </profile> 2428399a9bcSMatthias Sohn <profile> 2438399a9bcSMatthias Sohn <id>platform-luna</id> 2448399a9bcSMatthias Sohn <activation> 2458399a9bcSMatthias Sohn <property> 2468399a9bcSMatthias Sohn <name>platform-version-name</name> 2478399a9bcSMatthias Sohn <value>luna</value> 2488399a9bcSMatthias Sohn </property> 2498399a9bcSMatthias Sohn </activation> 2508399a9bcSMatthias Sohn <properties> 2518399a9bcSMatthias Sohn <target-platform>jgit-4.4</target-platform> 2528399a9bcSMatthias Sohn </properties> 2538399a9bcSMatthias Sohn </profile> 2548399a9bcSMatthias Sohn <profile> 2555c2882ecSMatthias Sohn <id>platform-mars</id> 2565c2882ecSMatthias Sohn <activation> 2578bad6ef5SMatthias Sohn <activeByDefault>true</activeByDefault> 2585c2882ecSMatthias Sohn <property> 2595c2882ecSMatthias Sohn <name>platform-version-name</name> 2605c2882ecSMatthias Sohn <value>mars</value> 2615c2882ecSMatthias Sohn </property> 2625c2882ecSMatthias Sohn </activation> 2635c2882ecSMatthias Sohn <properties> 2645c2882ecSMatthias Sohn <target-platform>jgit-4.5</target-platform> 2655c2882ecSMatthias Sohn </properties> 2665c2882ecSMatthias Sohn </profile> 2675c2882ecSMatthias Sohn <profile> 268b97a35d7SMatthias Sohn <id>eclipse-sign</id> 269b97a35d7SMatthias Sohn <build> 270b97a35d7SMatthias Sohn <plugins> 271b97a35d7SMatthias Sohn <plugin> 272b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 273b97a35d7SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 274b97a35d7SMatthias Sohn <configuration> 275b97a35d7SMatthias Sohn <includePackedArtifacts>true</includePackedArtifacts> 276b97a35d7SMatthias Sohn </configuration> 277b97a35d7SMatthias Sohn </plugin> 278b97a35d7SMatthias Sohn <plugin> 279b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 280b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 281b97a35d7SMatthias Sohn <executions> 282b97a35d7SMatthias Sohn <execution> 283b97a35d7SMatthias Sohn <id>pack200-normalize</id> 284b97a35d7SMatthias Sohn <goals> 285b97a35d7SMatthias Sohn <goal>normalize</goal> 286b97a35d7SMatthias Sohn </goals> 287b97a35d7SMatthias Sohn <phase>verify</phase> 288b97a35d7SMatthias Sohn </execution> 289b97a35d7SMatthias Sohn </executions> 290b97a35d7SMatthias Sohn </plugin> 291b97a35d7SMatthias Sohn <plugin> 292b97a35d7SMatthias Sohn <groupId>org.eclipse.cbi.maven.plugins</groupId> 293b97a35d7SMatthias Sohn <artifactId>eclipse-jarsigner-plugin</artifactId> 294b97a35d7SMatthias Sohn <executions> 295b97a35d7SMatthias Sohn <execution> 296b97a35d7SMatthias Sohn <id>sign</id> 297b97a35d7SMatthias Sohn <goals> 298b97a35d7SMatthias Sohn <goal>sign</goal> 299b97a35d7SMatthias Sohn </goals> 300b97a35d7SMatthias Sohn <phase>verify</phase> 301b97a35d7SMatthias Sohn </execution> 302b97a35d7SMatthias Sohn </executions> 303b97a35d7SMatthias Sohn </plugin> 304b97a35d7SMatthias Sohn <plugin> 305b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 306b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 307b97a35d7SMatthias Sohn <executions> 308b97a35d7SMatthias Sohn <execution> 309b97a35d7SMatthias Sohn <id>pack200-pack</id> 310b97a35d7SMatthias Sohn <goals> 311b97a35d7SMatthias Sohn <goal>pack</goal> 312b97a35d7SMatthias Sohn </goals> 313b97a35d7SMatthias Sohn <phase>verify</phase> 314b97a35d7SMatthias Sohn </execution> 315b97a35d7SMatthias Sohn </executions> 316b97a35d7SMatthias Sohn </plugin> 317b97a35d7SMatthias Sohn <plugin> 318b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 319b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 320b97a35d7SMatthias Sohn <executions> 321b97a35d7SMatthias Sohn <execution> 322b97a35d7SMatthias Sohn <id>p2-metadata</id> 323b97a35d7SMatthias Sohn <goals> 324b97a35d7SMatthias Sohn <goal>p2-metadata</goal> 325b97a35d7SMatthias Sohn </goals> 326b97a35d7SMatthias Sohn <phase>verify</phase> 327b97a35d7SMatthias Sohn </execution> 328b97a35d7SMatthias Sohn </executions> 329b97a35d7SMatthias Sohn <configuration> 330b97a35d7SMatthias Sohn <defaultP2Metadata>false</defaultP2Metadata> 331b97a35d7SMatthias Sohn </configuration> 332b97a35d7SMatthias Sohn </plugin> 333b97a35d7SMatthias Sohn </plugins> 334b97a35d7SMatthias Sohn </build> 335b97a35d7SMatthias Sohn </profile> 336b97a35d7SMatthias Sohn <profile> 337b97a35d7SMatthias Sohn <id>eclipse-pack</id> 338b97a35d7SMatthias Sohn <build> 339b97a35d7SMatthias Sohn <plugins> 340b97a35d7SMatthias Sohn <plugin> 341b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 342b97a35d7SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 343b97a35d7SMatthias Sohn <configuration> 344b97a35d7SMatthias Sohn <includePackedArtifacts>true</includePackedArtifacts> 345b97a35d7SMatthias Sohn </configuration> 346b97a35d7SMatthias Sohn </plugin> 347b97a35d7SMatthias Sohn <plugin> 348b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 349b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 350b97a35d7SMatthias Sohn <executions> 351b97a35d7SMatthias Sohn <execution> 352b97a35d7SMatthias Sohn <id>pack200-normalize</id> 353b97a35d7SMatthias Sohn <goals> 354b97a35d7SMatthias Sohn <goal>normalize</goal> 355b97a35d7SMatthias Sohn </goals> 356b97a35d7SMatthias Sohn </execution> 357b97a35d7SMatthias Sohn </executions> 358b97a35d7SMatthias Sohn </plugin> 359b97a35d7SMatthias Sohn <plugin> 360b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 361b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 362b97a35d7SMatthias Sohn <executions> 363b97a35d7SMatthias Sohn <execution> 364b97a35d7SMatthias Sohn <id>pack200-pack</id> 365b97a35d7SMatthias Sohn <goals> 366b97a35d7SMatthias Sohn <goal>pack</goal> 367b97a35d7SMatthias Sohn </goals> 368b97a35d7SMatthias Sohn </execution> 369b97a35d7SMatthias Sohn </executions> 370b97a35d7SMatthias Sohn </plugin> 371b97a35d7SMatthias Sohn <plugin> 372b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 373b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 374b97a35d7SMatthias Sohn <executions> 375b97a35d7SMatthias Sohn <execution> 376b97a35d7SMatthias Sohn <id>p2-metadata</id> 377b97a35d7SMatthias Sohn <goals> 378b97a35d7SMatthias Sohn <goal>p2-metadata</goal> 379b97a35d7SMatthias Sohn </goals> 380b97a35d7SMatthias Sohn <phase>package</phase> 381b97a35d7SMatthias Sohn </execution> 382b97a35d7SMatthias Sohn </executions> 383b97a35d7SMatthias Sohn <configuration> 384b97a35d7SMatthias Sohn <defaultP2Metadata>false</defaultP2Metadata> 385b97a35d7SMatthias Sohn </configuration> 386b97a35d7SMatthias Sohn </plugin> 387b97a35d7SMatthias Sohn </plugins> 388b97a35d7SMatthias Sohn </build> 389b97a35d7SMatthias Sohn </profile> 390b97a35d7SMatthias Sohn </profiles> 391f2455798SMatthias Sohn</project> 392