1f2455798SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?> 2f2455798SMatthias Sohn<!-- 35c5f7c6bSMatthias Sohn Copyright (C) 2009, 2015, Matthias Sohn <matthias.sohn@sap.com> and others 4f2455798SMatthias Sohn 55c5f7c6bSMatthias Sohn This program and the accompanying materials are made available under the 65c5f7c6bSMatthias Sohn terms of the Eclipse Distribution License v. 1.0 which is available at 75c5f7c6bSMatthias Sohn http://www.eclipse.org/org/documents/edl-v10.php. 8f2455798SMatthias Sohn 95c5f7c6bSMatthias Sohn SPDX-License-Identifier: BSD-3-Clause 10f2455798SMatthias Sohn--> 11f2455798SMatthias Sohn 12f2455798SMatthias Sohn<project xmlns="http://maven.apache.org/POM/4.0.0" 13f2455798SMatthias Sohn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 14f2455798SMatthias Sohn xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 15f2455798SMatthias Sohn <modelVersion>4.0.0</modelVersion> 16f2455798SMatthias Sohn 17f2455798SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 18f2455798SMatthias Sohn <artifactId>jgit.tycho.parent</artifactId> 19*1cbfea9eSMatthias Sohn <version>5.13.0-SNAPSHOT</version> 20f2455798SMatthias Sohn <packaging>pom</packaging> 21f2455798SMatthias Sohn 22f5f1536fSMatthias Sohn <name>JGit Tycho Parent</name> 23f2455798SMatthias Sohn 24f2455798SMatthias Sohn <properties> 256fcd95cfSMichael Keppler <tycho-version>1.7.0</tycho-version> 267948903aSMatthias Sohn <tycho-extras-version>${tycho-version}</tycho-extras-version> 27e8705a6eSMatthias Sohn <target-platform>jgit-4.6</target-platform> 28f2455798SMatthias Sohn </properties> 29f2455798SMatthias Sohn 30b97a35d7SMatthias Sohn <pluginRepositories> 31b97a35d7SMatthias Sohn <pluginRepository> 32b97a35d7SMatthias Sohn <id>repo.eclipse.org.cbi-releases</id> 33b97a35d7SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> 34b97a35d7SMatthias Sohn </pluginRepository> 354f9bdc8bSMatthias Sohn <pluginRepository> 364f9bdc8bSMatthias Sohn <id>repo.eclipse.org.cbi-snapshots</id> 374f9bdc8bSMatthias Sohn <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> 384f9bdc8bSMatthias Sohn </pluginRepository> 39b97a35d7SMatthias Sohn </pluginRepositories> 40b97a35d7SMatthias Sohn 41f2455798SMatthias Sohn <modules> 4277d2f3caSMatthias Sohn <module>org.eclipse.jgit.target</module> 43f2455798SMatthias Sohn <module>org.eclipse.jgit.feature</module> 4477848d63SMatthias Sohn <module>org.eclipse.jgit.gpg.bc.feature</module> 453d3df394SMatthias Sohn <module>org.eclipse.jgit.http.apache.feature</module> 469b31969fSThomas Wolf <module>org.eclipse.jgit.ssh.apache.feature</module> 478d2d6836SMatthias Sohn <module>org.eclipse.jgit.ssh.jsch.feature</module> 48536db18cSMatthias Sohn <module>org.eclipse.jgit.lfs.feature</module> 494974090dSMatthias Sohn <module>org.eclipse.jgit.pgm.feature</module> 5051f6fbdaSMatthias Sohn <module>org.eclipse.jgit.source.feature</module> 51e36c2aa8SMatthias Sohn <module>org.eclipse.jgit.junit.feature</module> 5243543e79SMatthias Sohn <module>org.eclipse.jgit.repository</module> 53f2455798SMatthias Sohn </modules> 54f2455798SMatthias Sohn 55af64b9a3SMatthias Sohn <distributionManagement> 56af64b9a3SMatthias Sohn <repository> 57af64b9a3SMatthias Sohn <id>repo.eclipse.org</id> 58af64b9a3SMatthias Sohn <name>JGit Maven Repository - Releases</name> 59af64b9a3SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> 60af64b9a3SMatthias Sohn </repository> 61af64b9a3SMatthias Sohn <snapshotRepository> 62af64b9a3SMatthias Sohn <id>repo.eclipse.org</id> 63af64b9a3SMatthias Sohn <name>JGit Maven Repository - Snapshots</name> 64af64b9a3SMatthias Sohn <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url> 65af64b9a3SMatthias Sohn <uniqueVersion>true</uniqueVersion> 66af64b9a3SMatthias Sohn </snapshotRepository> 67af64b9a3SMatthias Sohn </distributionManagement> 68af64b9a3SMatthias Sohn 6951f6fbdaSMatthias Sohn <dependencies> 7051f6fbdaSMatthias Sohn <!-- sources artifacts so that we can place them in the features --> 7151f6fbdaSMatthias Sohn <dependency> 7251f6fbdaSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 7351f6fbdaSMatthias Sohn <artifactId>org.eclipse.jgit</artifactId> 7477d2f3caSMatthias Sohn <version>${project.version}</version> 7551f6fbdaSMatthias Sohn <classifier>sources</classifier> 7651f6fbdaSMatthias Sohn </dependency> 774974090dSMatthias Sohn <dependency> 784974090dSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 7927f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.ant</artifactId> 8027f1fb66SMatthias Sohn <version>${project.version}</version> 8127f1fb66SMatthias Sohn <classifier>sources</classifier> 8227f1fb66SMatthias Sohn </dependency> 8327f1fb66SMatthias Sohn <dependency> 8427f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 8527f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.archive</artifactId> 8627f1fb66SMatthias Sohn <version>${project.version}</version> 8727f1fb66SMatthias Sohn <classifier>sources</classifier> 8827f1fb66SMatthias Sohn </dependency> 8927f1fb66SMatthias Sohn <dependency> 9027f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 9177848d63SMatthias Sohn <artifactId>org.eclipse.jgit.gpg.bc</artifactId> 9277848d63SMatthias Sohn <version>${project.version}</version> 9377848d63SMatthias Sohn <classifier>sources</classifier> 9477848d63SMatthias Sohn </dependency> 9577848d63SMatthias Sohn <dependency> 9677848d63SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 9727f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.http.apache</artifactId> 9827f1fb66SMatthias Sohn <version>${project.version}</version> 9927f1fb66SMatthias Sohn <classifier>sources</classifier> 10027f1fb66SMatthias Sohn </dependency> 10127f1fb66SMatthias Sohn <dependency> 10227f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 10327f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.http.server</artifactId> 10427f1fb66SMatthias Sohn <version>${project.version}</version> 10527f1fb66SMatthias Sohn <classifier>sources</classifier> 10627f1fb66SMatthias Sohn </dependency> 10727f1fb66SMatthias Sohn <dependency> 10827f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 10927f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.junit</artifactId> 11027f1fb66SMatthias Sohn <version>${project.version}</version> 11127f1fb66SMatthias Sohn <classifier>sources</classifier> 11227f1fb66SMatthias Sohn </dependency> 11327f1fb66SMatthias Sohn <dependency> 11427f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 11527f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.junit.http</artifactId> 11627f1fb66SMatthias Sohn <version>${project.version}</version> 11727f1fb66SMatthias Sohn <classifier>sources</classifier> 11827f1fb66SMatthias Sohn </dependency> 11927f1fb66SMatthias Sohn <dependency> 12027f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 12127f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.junit.ssh</artifactId> 12227f1fb66SMatthias Sohn <version>${project.version}</version> 12327f1fb66SMatthias Sohn <classifier>sources</classifier> 12427f1fb66SMatthias Sohn </dependency> 12527f1fb66SMatthias Sohn <dependency> 12627f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 12727f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.lfs</artifactId> 12827f1fb66SMatthias Sohn <version>${project.version}</version> 12927f1fb66SMatthias Sohn <classifier>sources</classifier> 13027f1fb66SMatthias Sohn </dependency> 13127f1fb66SMatthias Sohn <dependency> 13227f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 13327f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.lfs.server</artifactId> 13427f1fb66SMatthias Sohn <version>${project.version}</version> 13527f1fb66SMatthias Sohn <classifier>sources</classifier> 13627f1fb66SMatthias Sohn </dependency> 13727f1fb66SMatthias Sohn <dependency> 13827f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 1394974090dSMatthias Sohn <artifactId>org.eclipse.jgit.pgm</artifactId> 1404974090dSMatthias Sohn <version>${project.version}</version> 1414974090dSMatthias Sohn <classifier>sources</classifier> 1424974090dSMatthias Sohn </dependency> 1439b31969fSThomas Wolf <dependency> 1449b31969fSThomas Wolf <groupId>org.eclipse.jgit</groupId> 1459b31969fSThomas Wolf <artifactId>org.eclipse.jgit.ssh.apache</artifactId> 1469b31969fSThomas Wolf <version>${project.version}</version> 1479b31969fSThomas Wolf <classifier>sources</classifier> 1489b31969fSThomas Wolf </dependency> 14927f1fb66SMatthias Sohn <dependency> 15027f1fb66SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 1518d2d6836SMatthias Sohn <artifactId>org.eclipse.jgit.ssh.jsch</artifactId> 1528d2d6836SMatthias Sohn <version>${project.version}</version> 1538d2d6836SMatthias Sohn <classifier>sources</classifier> 1548d2d6836SMatthias Sohn </dependency> 1558d2d6836SMatthias Sohn <dependency> 1568d2d6836SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 15727f1fb66SMatthias Sohn <artifactId>org.eclipse.jgit.ui</artifactId> 15827f1fb66SMatthias Sohn <version>${project.version}</version> 15927f1fb66SMatthias Sohn <classifier>sources</classifier> 16027f1fb66SMatthias Sohn </dependency> 16151f6fbdaSMatthias Sohn </dependencies> 16251f6fbdaSMatthias Sohn 163f2455798SMatthias Sohn <build> 164f2455798SMatthias Sohn <plugins> 165f2455798SMatthias Sohn <plugin> 16665848638SMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 16765848638SMatthias Sohn <artifactId>maven-enforcer-plugin</artifactId> 1688df3639bSMatthias Sohn <version>3.0.0-M3</version> 16965848638SMatthias Sohn <executions> 17065848638SMatthias Sohn <execution> 17165848638SMatthias Sohn <id>enforce-maven</id> 17265848638SMatthias Sohn <goals> 17365848638SMatthias Sohn <goal>enforce</goal> 17465848638SMatthias Sohn </goals> 17565848638SMatthias Sohn <configuration> 17665848638SMatthias Sohn <rules> 17765848638SMatthias Sohn <requireMavenVersion> 178f61b7e54SMatthias Sohn <version>3.6.3</version> 17965848638SMatthias Sohn </requireMavenVersion> 18065848638SMatthias Sohn </rules> 18165848638SMatthias Sohn </configuration> 18265848638SMatthias Sohn </execution> 18365848638SMatthias Sohn </executions> 18465848638SMatthias Sohn </plugin> 18565848638SMatthias Sohn <plugin> 1864e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 187f2455798SMatthias Sohn <artifactId>tycho-maven-plugin</artifactId> 188f2455798SMatthias Sohn <version>${tycho-version}</version> 189f2455798SMatthias Sohn <extensions>true</extensions> 190f2455798SMatthias Sohn </plugin> 191f2455798SMatthias Sohn <plugin> 1924e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 193f2455798SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 194f2455798SMatthias Sohn <version>${tycho-version}</version> 195f2455798SMatthias Sohn <configuration> 196f2455798SMatthias Sohn <resolver>p2</resolver> 197f2455798SMatthias Sohn </configuration> 198f2455798SMatthias Sohn </plugin> 199f2455798SMatthias Sohn </plugins> 200f2455798SMatthias Sohn <pluginManagement> 201f2455798SMatthias Sohn <plugins> 202f2455798SMatthias Sohn <plugin> 2034e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 2044e7c2f80SChris Aniszczyk <artifactId>tycho-compiler-plugin</artifactId> 205f2455798SMatthias Sohn <version>${tycho-version}</version> 206f2455798SMatthias Sohn <configuration> 207f2455798SMatthias Sohn <encoding>UTF-8</encoding> 208ab79ce91SMatthias Sohn <source>1.8</source> 209ab79ce91SMatthias Sohn <target>1.8</target> 210f2455798SMatthias Sohn </configuration> 211f2455798SMatthias Sohn </plugin> 212f2455798SMatthias Sohn <plugin> 213f2455798SMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 214f2455798SMatthias Sohn <artifactId>maven-resources-plugin</artifactId> 21568fbd781SMarco Miller <version>3.2.0</version> 216f2455798SMatthias Sohn <configuration> 217f2455798SMatthias Sohn <encoding>ISO-8859-1</encoding> 218f2455798SMatthias Sohn </configuration> 219f2455798SMatthias Sohn </plugin> 220f2455798SMatthias Sohn <plugin> 2214e7c2f80SChris Aniszczyk <groupId>org.eclipse.tycho</groupId> 222f2455798SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 223f2455798SMatthias Sohn <version>${tycho-version}</version> 224f2455798SMatthias Sohn <configuration> 225f2455798SMatthias Sohn <resolver>p2</resolver> 226f2455798SMatthias Sohn <pomDependencies>consider</pomDependencies> 22777d2f3caSMatthias Sohn <target> 22877d2f3caSMatthias Sohn <artifact> 22977d2f3caSMatthias Sohn <groupId>org.eclipse.jgit</groupId> 23077d2f3caSMatthias Sohn <artifactId>org.eclipse.jgit.target</artifactId> 23177d2f3caSMatthias Sohn <version>${project.version}</version> 2328399a9bcSMatthias Sohn <classifier>${target-platform}</classifier> 23377d2f3caSMatthias Sohn </artifact> 23477d2f3caSMatthias Sohn </target> 23544274434SMatthias Sohn <environments> 23644274434SMatthias Sohn <environment> 23744274434SMatthias Sohn <os>linux</os> 23844274434SMatthias Sohn <ws>gtk</ws> 23944274434SMatthias Sohn <arch>x86</arch> 24044274434SMatthias Sohn </environment> 24144274434SMatthias Sohn <environment> 24244274434SMatthias Sohn <os>linux</os> 24344274434SMatthias Sohn <ws>gtk</ws> 24444274434SMatthias Sohn <arch>x86_64</arch> 24544274434SMatthias Sohn </environment> 24644274434SMatthias Sohn <environment> 24744274434SMatthias Sohn <os>win32</os> 24844274434SMatthias Sohn <ws>win32</ws> 24944274434SMatthias Sohn <arch>x86</arch> 25044274434SMatthias Sohn </environment> 25144274434SMatthias Sohn <environment> 25244274434SMatthias Sohn <os>win32</os> 25344274434SMatthias Sohn <ws>win32</ws> 25444274434SMatthias Sohn <arch>x86_64</arch> 25544274434SMatthias Sohn </environment> 25644274434SMatthias Sohn <environment> 25744274434SMatthias Sohn <os>macosx</os> 25844274434SMatthias Sohn <ws>cocoa</ws> 25944274434SMatthias Sohn <arch>x86_64</arch> 26044274434SMatthias Sohn </environment> 26144274434SMatthias Sohn </environments> 262f2455798SMatthias Sohn </configuration> 263f2455798SMatthias Sohn </plugin> 264b97a35d7SMatthias Sohn <plugin> 265b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 266b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 267b97a35d7SMatthias Sohn <version>${tycho-version}</version> 268b97a35d7SMatthias Sohn </plugin> 269b97a35d7SMatthias Sohn <plugin> 2702d0a1adfSMatthias Sohn <groupId>org.eclipse.tycho</groupId> 2712d0a1adfSMatthias Sohn <artifactId>tycho-p2-publisher-plugin</artifactId> 2722d0a1adfSMatthias Sohn <version>${tycho-version}</version> 2732d0a1adfSMatthias Sohn </plugin> 2742d0a1adfSMatthias Sohn <plugin> 2752d0a1adfSMatthias Sohn <groupId>org.eclipse.tycho</groupId> 2762d0a1adfSMatthias Sohn <artifactId>tycho-p2-repository-plugin</artifactId> 2772d0a1adfSMatthias Sohn <version>${tycho-version}</version> 2782d0a1adfSMatthias Sohn </plugin> 2792d0a1adfSMatthias Sohn <plugin> 2802d0a1adfSMatthias Sohn <groupId>org.eclipse.tycho</groupId> 2812d0a1adfSMatthias Sohn <artifactId>tycho-packaging-plugin</artifactId> 2822d0a1adfSMatthias Sohn <version>${tycho-version}</version> 2832d0a1adfSMatthias Sohn </plugin> 2842d0a1adfSMatthias Sohn <plugin> 285b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 286b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 287b97a35d7SMatthias Sohn <version>${tycho-extras-version}</version> 288b97a35d7SMatthias Sohn </plugin> 289b97a35d7SMatthias Sohn <plugin> 290b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 291b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 292b97a35d7SMatthias Sohn <version>${tycho-extras-version}</version> 293b97a35d7SMatthias Sohn </plugin> 294b97a35d7SMatthias Sohn <plugin> 295b97a35d7SMatthias Sohn <groupId>org.eclipse.cbi.maven.plugins</groupId> 296b97a35d7SMatthias Sohn <artifactId>eclipse-jarsigner-plugin</artifactId> 29746b0f8a0SThomas Wolf <version>1.3.1</version> 298b97a35d7SMatthias Sohn </plugin> 2998399a9bcSMatthias Sohn <plugin> 3008399a9bcSMatthias Sohn <groupId>org.codehaus.mojo</groupId> 3018399a9bcSMatthias Sohn <artifactId>build-helper-maven-plugin</artifactId> 302c90fba54SMatthias Sohn <version>3.2.0</version> 3038399a9bcSMatthias Sohn </plugin> 3042d0a1adfSMatthias Sohn <plugin> 3052d0a1adfSMatthias Sohn <artifactId>maven-clean-plugin</artifactId> 3062d0a1adfSMatthias Sohn <version>3.1.0</version> 3072d0a1adfSMatthias Sohn </plugin> 3082d0a1adfSMatthias Sohn <plugin> 3092d0a1adfSMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 3102d0a1adfSMatthias Sohn <artifactId>maven-deploy-plugin</artifactId> 3112d0a1adfSMatthias Sohn <version>3.0.0-M1</version> 3122d0a1adfSMatthias Sohn </plugin> 3132d0a1adfSMatthias Sohn <plugin> 3142d0a1adfSMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 3152d0a1adfSMatthias Sohn <artifactId>maven-install-plugin</artifactId> 3162d0a1adfSMatthias Sohn <version>3.0.0-M1</version> 3172d0a1adfSMatthias Sohn </plugin> 3182d0a1adfSMatthias Sohn <plugin> 3192d0a1adfSMatthias Sohn <groupId>org.apache.maven.plugins</groupId> 3202d0a1adfSMatthias Sohn <artifactId>maven-site-plugin</artifactId> 3211d7829ebSMarco Miller <version>3.9.1</version> 3222d0a1adfSMatthias Sohn </plugin> 323f2455798SMatthias Sohn </plugins> 324f2455798SMatthias Sohn </pluginManagement> 325f2455798SMatthias Sohn </build> 326dcddaa94SMatthias Sohn 327b97a35d7SMatthias Sohn <profiles> 328b97a35d7SMatthias Sohn <profile> 329b97a35d7SMatthias Sohn <id>eclipse-sign</id> 330b97a35d7SMatthias Sohn <build> 331b97a35d7SMatthias Sohn <plugins> 332b97a35d7SMatthias Sohn <plugin> 333b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 334b97a35d7SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 335b97a35d7SMatthias Sohn <configuration> 336b97a35d7SMatthias Sohn <includePackedArtifacts>true</includePackedArtifacts> 337b97a35d7SMatthias Sohn </configuration> 338b97a35d7SMatthias Sohn </plugin> 339b97a35d7SMatthias Sohn <plugin> 340b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 341b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 342b97a35d7SMatthias Sohn <executions> 343b97a35d7SMatthias Sohn <execution> 344b97a35d7SMatthias Sohn <id>pack200-normalize</id> 345b97a35d7SMatthias Sohn <goals> 346b97a35d7SMatthias Sohn <goal>normalize</goal> 347b97a35d7SMatthias Sohn </goals> 348b97a35d7SMatthias Sohn <phase>verify</phase> 349b97a35d7SMatthias Sohn </execution> 350b97a35d7SMatthias Sohn </executions> 351b97a35d7SMatthias Sohn </plugin> 352b97a35d7SMatthias Sohn <plugin> 353b97a35d7SMatthias Sohn <groupId>org.eclipse.cbi.maven.plugins</groupId> 354b97a35d7SMatthias Sohn <artifactId>eclipse-jarsigner-plugin</artifactId> 355b97a35d7SMatthias Sohn <executions> 356b97a35d7SMatthias Sohn <execution> 357b97a35d7SMatthias Sohn <id>sign</id> 358b97a35d7SMatthias Sohn <goals> 359b97a35d7SMatthias Sohn <goal>sign</goal> 360b97a35d7SMatthias Sohn </goals> 361b97a35d7SMatthias Sohn <phase>verify</phase> 362b97a35d7SMatthias Sohn </execution> 363b97a35d7SMatthias Sohn </executions> 364b97a35d7SMatthias Sohn </plugin> 365b97a35d7SMatthias Sohn <plugin> 366b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 367b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 368b97a35d7SMatthias Sohn <executions> 369b97a35d7SMatthias Sohn <execution> 370b97a35d7SMatthias Sohn <id>pack200-pack</id> 371b97a35d7SMatthias Sohn <goals> 372b97a35d7SMatthias Sohn <goal>pack</goal> 373b97a35d7SMatthias Sohn </goals> 374b97a35d7SMatthias Sohn <phase>verify</phase> 375b97a35d7SMatthias Sohn </execution> 376b97a35d7SMatthias Sohn </executions> 377b97a35d7SMatthias Sohn </plugin> 378b97a35d7SMatthias Sohn <plugin> 379b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 380b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 381b97a35d7SMatthias Sohn <executions> 382b97a35d7SMatthias Sohn <execution> 383b97a35d7SMatthias Sohn <id>p2-metadata</id> 384b97a35d7SMatthias Sohn <goals> 385b97a35d7SMatthias Sohn <goal>p2-metadata</goal> 386b97a35d7SMatthias Sohn </goals> 387b97a35d7SMatthias Sohn <phase>verify</phase> 388b97a35d7SMatthias Sohn </execution> 389b97a35d7SMatthias Sohn </executions> 390b97a35d7SMatthias Sohn <configuration> 391b97a35d7SMatthias Sohn <defaultP2Metadata>false</defaultP2Metadata> 392b97a35d7SMatthias Sohn </configuration> 393b97a35d7SMatthias Sohn </plugin> 394b97a35d7SMatthias Sohn </plugins> 395b97a35d7SMatthias Sohn </build> 396b97a35d7SMatthias Sohn </profile> 397b97a35d7SMatthias Sohn <profile> 398b97a35d7SMatthias Sohn <id>eclipse-pack</id> 399b97a35d7SMatthias Sohn <build> 400b97a35d7SMatthias Sohn <plugins> 401b97a35d7SMatthias Sohn <plugin> 402b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 403b97a35d7SMatthias Sohn <artifactId>target-platform-configuration</artifactId> 404b97a35d7SMatthias Sohn <configuration> 405b97a35d7SMatthias Sohn <includePackedArtifacts>true</includePackedArtifacts> 406b97a35d7SMatthias Sohn </configuration> 407b97a35d7SMatthias Sohn </plugin> 408b97a35d7SMatthias Sohn <plugin> 409b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 410b97a35d7SMatthias Sohn <artifactId>tycho-pack200a-plugin</artifactId> 411b97a35d7SMatthias Sohn <executions> 412b97a35d7SMatthias Sohn <execution> 413b97a35d7SMatthias Sohn <id>pack200-normalize</id> 414b97a35d7SMatthias Sohn <goals> 415b97a35d7SMatthias Sohn <goal>normalize</goal> 416b97a35d7SMatthias Sohn </goals> 417b97a35d7SMatthias Sohn </execution> 418b97a35d7SMatthias Sohn </executions> 419b97a35d7SMatthias Sohn </plugin> 420b97a35d7SMatthias Sohn <plugin> 421b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho.extras</groupId> 422b97a35d7SMatthias Sohn <artifactId>tycho-pack200b-plugin</artifactId> 423b97a35d7SMatthias Sohn <executions> 424b97a35d7SMatthias Sohn <execution> 425b97a35d7SMatthias Sohn <id>pack200-pack</id> 426b97a35d7SMatthias Sohn <goals> 427b97a35d7SMatthias Sohn <goal>pack</goal> 428b97a35d7SMatthias Sohn </goals> 429b97a35d7SMatthias Sohn </execution> 430b97a35d7SMatthias Sohn </executions> 431b97a35d7SMatthias Sohn </plugin> 432b97a35d7SMatthias Sohn <plugin> 433b97a35d7SMatthias Sohn <groupId>org.eclipse.tycho</groupId> 434b97a35d7SMatthias Sohn <artifactId>tycho-p2-plugin</artifactId> 435b97a35d7SMatthias Sohn <executions> 436b97a35d7SMatthias Sohn <execution> 437b97a35d7SMatthias Sohn <id>p2-metadata</id> 438b97a35d7SMatthias Sohn <goals> 439b97a35d7SMatthias Sohn <goal>p2-metadata</goal> 440b97a35d7SMatthias Sohn </goals> 441b97a35d7SMatthias Sohn <phase>package</phase> 442b97a35d7SMatthias Sohn </execution> 443b97a35d7SMatthias Sohn </executions> 444b97a35d7SMatthias Sohn <configuration> 445b97a35d7SMatthias Sohn <defaultP2Metadata>false</defaultP2Metadata> 446b97a35d7SMatthias Sohn </configuration> 447b97a35d7SMatthias Sohn </plugin> 448b97a35d7SMatthias Sohn </plugins> 449b97a35d7SMatthias Sohn </build> 450b97a35d7SMatthias Sohn </profile> 451b97a35d7SMatthias Sohn </profiles> 452f2455798SMatthias Sohn</project> 453