xref: /JGit/org.eclipse.jgit.packaging/pom.xml (revision 658486386648f186ed8ce934e0abf4d999252a67)
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>
566b544da2SMatthias Sohn  <version>4.10.0-SNAPSHOT</version>
57f2455798SMatthias Sohn  <packaging>pom</packaging>
58f2455798SMatthias Sohn
59f5f1536fSMatthias Sohn  <name>JGit Tycho Parent</name>
60f2455798SMatthias Sohn
61f2455798SMatthias Sohn  <properties>
6292d8c9beSMatthias Sohn    <tycho-version>1.0.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>
82536db18cSMatthias Sohn    <module>org.eclipse.jgit.lfs.feature</module>
834974090dSMatthias Sohn    <module>org.eclipse.jgit.pgm.feature</module>
8451f6fbdaSMatthias Sohn    <module>org.eclipse.jgit.source.feature</module>
854974090dSMatthias Sohn    <module>org.eclipse.jgit.pgm.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>
1144974090dSMatthias Sohn      <artifactId>org.eclipse.jgit.pgm</artifactId>
1154974090dSMatthias Sohn      <version>${project.version}</version>
1164974090dSMatthias Sohn      <classifier>sources</classifier>
1174974090dSMatthias Sohn    </dependency>
11851f6fbdaSMatthias Sohn  </dependencies>
11951f6fbdaSMatthias Sohn
120f2455798SMatthias Sohn  <build>
121f2455798SMatthias Sohn    <plugins>
122f2455798SMatthias Sohn      <plugin>
123*65848638SMatthias Sohn        <groupId>org.apache.maven.plugins</groupId>
124*65848638SMatthias Sohn        <artifactId>maven-enforcer-plugin</artifactId>
125*65848638SMatthias Sohn        <version>3.0.0-M1</version>
126*65848638SMatthias Sohn        <executions>
127*65848638SMatthias Sohn          <execution>
128*65848638SMatthias Sohn            <id>enforce-maven</id>
129*65848638SMatthias Sohn            <goals>
130*65848638SMatthias Sohn              <goal>enforce</goal>
131*65848638SMatthias Sohn            </goals>
132*65848638SMatthias Sohn            <configuration>
133*65848638SMatthias Sohn              <rules>
134*65848638SMatthias Sohn                <requireMavenVersion>
135*65848638SMatthias Sohn                  <version>3.5.2</version>
136*65848638SMatthias Sohn                </requireMavenVersion>
137*65848638SMatthias Sohn              </rules>
138*65848638SMatthias Sohn            </configuration>
139*65848638SMatthias Sohn          </execution>
140*65848638SMatthias Sohn        </executions>
141*65848638SMatthias Sohn      </plugin>
142*65848638SMatthias Sohn      <plugin>
1434e7c2f80SChris Aniszczyk        <groupId>org.eclipse.tycho</groupId>
144f2455798SMatthias Sohn        <artifactId>tycho-maven-plugin</artifactId>
145f2455798SMatthias Sohn        <version>${tycho-version}</version>
146f2455798SMatthias Sohn        <extensions>true</extensions>
147f2455798SMatthias Sohn      </plugin>
148f2455798SMatthias Sohn      <plugin>
1494e7c2f80SChris Aniszczyk        <groupId>org.eclipse.tycho</groupId>
150f2455798SMatthias Sohn        <artifactId>target-platform-configuration</artifactId>
151f2455798SMatthias Sohn        <version>${tycho-version}</version>
152f2455798SMatthias Sohn        <configuration>
153f2455798SMatthias Sohn          <resolver>p2</resolver>
154f2455798SMatthias Sohn        </configuration>
155f2455798SMatthias Sohn      </plugin>
156f2455798SMatthias Sohn    </plugins>
157f2455798SMatthias Sohn    <pluginManagement>
158f2455798SMatthias Sohn      <plugins>
159f2455798SMatthias Sohn        <plugin>
1604e7c2f80SChris Aniszczyk          <groupId>org.eclipse.tycho</groupId>
1614e7c2f80SChris Aniszczyk          <artifactId>tycho-compiler-plugin</artifactId>
162f2455798SMatthias Sohn          <version>${tycho-version}</version>
163f2455798SMatthias Sohn          <configuration>
164f2455798SMatthias Sohn            <encoding>UTF-8</encoding>
165ab79ce91SMatthias Sohn            <source>1.8</source>
166ab79ce91SMatthias Sohn            <target>1.8</target>
167f2455798SMatthias Sohn          </configuration>
168f2455798SMatthias Sohn        </plugin>
169f2455798SMatthias Sohn        <plugin>
170f2455798SMatthias Sohn          <groupId>org.apache.maven.plugins</groupId>
171f2455798SMatthias Sohn          <artifactId>maven-resources-plugin</artifactId>
172dbd859a4SMatthias Sohn          <version>3.0.2</version>
173f2455798SMatthias Sohn          <configuration>
174f2455798SMatthias Sohn            <encoding>ISO-8859-1</encoding>
175f2455798SMatthias Sohn          </configuration>
176f2455798SMatthias Sohn        </plugin>
177f2455798SMatthias Sohn        <plugin>
1784e7c2f80SChris Aniszczyk          <groupId>org.eclipse.tycho</groupId>
179f2455798SMatthias Sohn          <artifactId>target-platform-configuration</artifactId>
180f2455798SMatthias Sohn          <version>${tycho-version}</version>
181f2455798SMatthias Sohn          <configuration>
182f2455798SMatthias Sohn            <resolver>p2</resolver>
183f2455798SMatthias Sohn            <pomDependencies>consider</pomDependencies>
18477d2f3caSMatthias Sohn            <target>
18577d2f3caSMatthias Sohn              <artifact>
18677d2f3caSMatthias Sohn                <groupId>org.eclipse.jgit</groupId>
18777d2f3caSMatthias Sohn                <artifactId>org.eclipse.jgit.target</artifactId>
18877d2f3caSMatthias Sohn                <version>${project.version}</version>
1898399a9bcSMatthias Sohn                <classifier>${target-platform}</classifier>
19077d2f3caSMatthias Sohn              </artifact>
19177d2f3caSMatthias Sohn            </target>
19244274434SMatthias Sohn            <environments>
19344274434SMatthias Sohn              <environment>
19444274434SMatthias Sohn                <os>linux</os>
19544274434SMatthias Sohn                <ws>gtk</ws>
19644274434SMatthias Sohn                <arch>x86</arch>
19744274434SMatthias Sohn              </environment>
19844274434SMatthias Sohn              <environment>
19944274434SMatthias Sohn                <os>linux</os>
20044274434SMatthias Sohn                <ws>gtk</ws>
20144274434SMatthias Sohn                <arch>x86_64</arch>
20244274434SMatthias Sohn              </environment>
20344274434SMatthias Sohn              <environment>
20444274434SMatthias Sohn                <os>win32</os>
20544274434SMatthias Sohn                <ws>win32</ws>
20644274434SMatthias Sohn                <arch>x86</arch>
20744274434SMatthias Sohn              </environment>
20844274434SMatthias Sohn              <environment>
20944274434SMatthias Sohn                <os>win32</os>
21044274434SMatthias Sohn                <ws>win32</ws>
21144274434SMatthias Sohn                <arch>x86_64</arch>
21244274434SMatthias Sohn              </environment>
21344274434SMatthias Sohn              <environment>
21444274434SMatthias Sohn                <os>macosx</os>
21544274434SMatthias Sohn                <ws>cocoa</ws>
21644274434SMatthias Sohn                <arch>x86_64</arch>
21744274434SMatthias Sohn              </environment>
21844274434SMatthias Sohn            </environments>
219f2455798SMatthias Sohn          </configuration>
220f2455798SMatthias Sohn        </plugin>
221b97a35d7SMatthias Sohn        <plugin>
222b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho</groupId>
223b97a35d7SMatthias Sohn          <artifactId>tycho-p2-plugin</artifactId>
224b97a35d7SMatthias Sohn          <version>${tycho-version}</version>
225b97a35d7SMatthias Sohn        </plugin>
226b97a35d7SMatthias Sohn        <plugin>
227b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho.extras</groupId>
228b97a35d7SMatthias Sohn          <artifactId>tycho-pack200a-plugin</artifactId>
229b97a35d7SMatthias Sohn          <version>${tycho-extras-version}</version>
230b97a35d7SMatthias Sohn        </plugin>
231b97a35d7SMatthias Sohn        <plugin>
232b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho.extras</groupId>
233b97a35d7SMatthias Sohn          <artifactId>tycho-pack200b-plugin</artifactId>
234b97a35d7SMatthias Sohn          <version>${tycho-extras-version}</version>
235b97a35d7SMatthias Sohn        </plugin>
236b97a35d7SMatthias Sohn        <plugin>
237b97a35d7SMatthias Sohn          <groupId>org.eclipse.cbi.maven.plugins</groupId>
238b97a35d7SMatthias Sohn          <artifactId>eclipse-jarsigner-plugin</artifactId>
2396a4b8212SMatthias Sohn          <version>1.1.4</version>
240b97a35d7SMatthias Sohn        </plugin>
2418399a9bcSMatthias Sohn        <plugin>
2428399a9bcSMatthias Sohn          <groupId>org.codehaus.mojo</groupId>
2438399a9bcSMatthias Sohn          <artifactId>build-helper-maven-plugin</artifactId>
244dbd859a4SMatthias Sohn          <version>1.12</version>
2458399a9bcSMatthias Sohn        </plugin>
246f2455798SMatthias Sohn      </plugins>
247f2455798SMatthias Sohn    </pluginManagement>
248f2455798SMatthias Sohn  </build>
249dcddaa94SMatthias Sohn
250b97a35d7SMatthias Sohn  <profiles>
251b97a35d7SMatthias Sohn    <profile>
252b97a35d7SMatthias Sohn      <id>eclipse-sign</id>
253b97a35d7SMatthias Sohn      <build>
254b97a35d7SMatthias Sohn        <plugins>
255b97a35d7SMatthias Sohn          <plugin>
256b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
257b97a35d7SMatthias Sohn            <artifactId>target-platform-configuration</artifactId>
258b97a35d7SMatthias Sohn            <configuration>
259b97a35d7SMatthias Sohn              <includePackedArtifacts>true</includePackedArtifacts>
260b97a35d7SMatthias Sohn            </configuration>
261b97a35d7SMatthias Sohn          </plugin>
262b97a35d7SMatthias Sohn          <plugin>
263b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
264b97a35d7SMatthias Sohn            <artifactId>tycho-pack200a-plugin</artifactId>
265b97a35d7SMatthias Sohn            <executions>
266b97a35d7SMatthias Sohn              <execution>
267b97a35d7SMatthias Sohn                <id>pack200-normalize</id>
268b97a35d7SMatthias Sohn                <goals>
269b97a35d7SMatthias Sohn                  <goal>normalize</goal>
270b97a35d7SMatthias Sohn                </goals>
271b97a35d7SMatthias Sohn                <phase>verify</phase>
272b97a35d7SMatthias Sohn              </execution>
273b97a35d7SMatthias Sohn            </executions>
274b97a35d7SMatthias Sohn          </plugin>
275b97a35d7SMatthias Sohn          <plugin>
276b97a35d7SMatthias Sohn            <groupId>org.eclipse.cbi.maven.plugins</groupId>
277b97a35d7SMatthias Sohn            <artifactId>eclipse-jarsigner-plugin</artifactId>
278b97a35d7SMatthias Sohn            <executions>
279b97a35d7SMatthias Sohn              <execution>
280b97a35d7SMatthias Sohn                <id>sign</id>
281b97a35d7SMatthias Sohn                <goals>
282b97a35d7SMatthias Sohn                  <goal>sign</goal>
283b97a35d7SMatthias Sohn                </goals>
284b97a35d7SMatthias Sohn                <phase>verify</phase>
285b97a35d7SMatthias Sohn              </execution>
286b97a35d7SMatthias Sohn            </executions>
287b97a35d7SMatthias Sohn          </plugin>
288b97a35d7SMatthias Sohn          <plugin>
289b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
290b97a35d7SMatthias Sohn            <artifactId>tycho-pack200b-plugin</artifactId>
291b97a35d7SMatthias Sohn            <executions>
292b97a35d7SMatthias Sohn              <execution>
293b97a35d7SMatthias Sohn                <id>pack200-pack</id>
294b97a35d7SMatthias Sohn                <goals>
295b97a35d7SMatthias Sohn                  <goal>pack</goal>
296b97a35d7SMatthias Sohn                </goals>
297b97a35d7SMatthias Sohn                <phase>verify</phase>
298b97a35d7SMatthias Sohn              </execution>
299b97a35d7SMatthias Sohn            </executions>
300b97a35d7SMatthias Sohn          </plugin>
301b97a35d7SMatthias Sohn          <plugin>
302b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
303b97a35d7SMatthias Sohn            <artifactId>tycho-p2-plugin</artifactId>
304b97a35d7SMatthias Sohn            <executions>
305b97a35d7SMatthias Sohn              <execution>
306b97a35d7SMatthias Sohn                <id>p2-metadata</id>
307b97a35d7SMatthias Sohn                <goals>
308b97a35d7SMatthias Sohn                  <goal>p2-metadata</goal>
309b97a35d7SMatthias Sohn                </goals>
310b97a35d7SMatthias Sohn                <phase>verify</phase>
311b97a35d7SMatthias Sohn              </execution>
312b97a35d7SMatthias Sohn            </executions>
313b97a35d7SMatthias Sohn            <configuration>
314b97a35d7SMatthias Sohn              <defaultP2Metadata>false</defaultP2Metadata>
315b97a35d7SMatthias Sohn            </configuration>
316b97a35d7SMatthias Sohn          </plugin>
317b97a35d7SMatthias Sohn        </plugins>
318b97a35d7SMatthias Sohn      </build>
319b97a35d7SMatthias Sohn    </profile>
320b97a35d7SMatthias Sohn    <profile>
321b97a35d7SMatthias Sohn      <id>eclipse-pack</id>
322b97a35d7SMatthias Sohn      <build>
323b97a35d7SMatthias Sohn        <plugins>
324b97a35d7SMatthias Sohn          <plugin>
325b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
326b97a35d7SMatthias Sohn            <artifactId>target-platform-configuration</artifactId>
327b97a35d7SMatthias Sohn            <configuration>
328b97a35d7SMatthias Sohn              <includePackedArtifacts>true</includePackedArtifacts>
329b97a35d7SMatthias Sohn            </configuration>
330b97a35d7SMatthias Sohn          </plugin>
331b97a35d7SMatthias Sohn          <plugin>
332b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
333b97a35d7SMatthias Sohn            <artifactId>tycho-pack200a-plugin</artifactId>
334b97a35d7SMatthias Sohn            <executions>
335b97a35d7SMatthias Sohn              <execution>
336b97a35d7SMatthias Sohn                <id>pack200-normalize</id>
337b97a35d7SMatthias Sohn                <goals>
338b97a35d7SMatthias Sohn                  <goal>normalize</goal>
339b97a35d7SMatthias Sohn                </goals>
340b97a35d7SMatthias Sohn              </execution>
341b97a35d7SMatthias Sohn            </executions>
342b97a35d7SMatthias Sohn          </plugin>
343b97a35d7SMatthias Sohn          <plugin>
344b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
345b97a35d7SMatthias Sohn            <artifactId>tycho-pack200b-plugin</artifactId>
346b97a35d7SMatthias Sohn            <executions>
347b97a35d7SMatthias Sohn              <execution>
348b97a35d7SMatthias Sohn                <id>pack200-pack</id>
349b97a35d7SMatthias Sohn                <goals>
350b97a35d7SMatthias Sohn                  <goal>pack</goal>
351b97a35d7SMatthias Sohn                </goals>
352b97a35d7SMatthias Sohn              </execution>
353b97a35d7SMatthias Sohn            </executions>
354b97a35d7SMatthias Sohn          </plugin>
355b97a35d7SMatthias Sohn          <plugin>
356b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
357b97a35d7SMatthias Sohn            <artifactId>tycho-p2-plugin</artifactId>
358b97a35d7SMatthias Sohn            <executions>
359b97a35d7SMatthias Sohn              <execution>
360b97a35d7SMatthias Sohn                <id>p2-metadata</id>
361b97a35d7SMatthias Sohn                <goals>
362b97a35d7SMatthias Sohn                  <goal>p2-metadata</goal>
363b97a35d7SMatthias Sohn                </goals>
364b97a35d7SMatthias Sohn                <phase>package</phase>
365b97a35d7SMatthias Sohn              </execution>
366b97a35d7SMatthias Sohn            </executions>
367b97a35d7SMatthias Sohn            <configuration>
368b97a35d7SMatthias Sohn              <defaultP2Metadata>false</defaultP2Metadata>
369b97a35d7SMatthias Sohn            </configuration>
370b97a35d7SMatthias Sohn          </plugin>
371b97a35d7SMatthias Sohn        </plugins>
372b97a35d7SMatthias Sohn      </build>
373b97a35d7SMatthias Sohn    </profile>
374b97a35d7SMatthias Sohn  </profiles>
375f2455798SMatthias Sohn</project>
376