xref: /JGit/org.eclipse.jgit.packaging/pom.xml (revision b97a35d7cfbcd70a7eae158f817bfbf7ea81a969)
1f2455798SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
2f2455798SMatthias Sohn<!--
3*b97a35d7SMatthias Sohn   Copyright (C) 2009, 2013, 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>
56fdd1ac93SMatthias Sohn  <version>3.0.2-SNAPSHOT</version>
57f2455798SMatthias Sohn  <packaging>pom</packaging>
58f2455798SMatthias Sohn
59f5f1536fSMatthias Sohn  <name>JGit Tycho Parent</name>
60f2455798SMatthias Sohn
61f2455798SMatthias Sohn  <properties>
624b41b68bSMatthias Sohn    <tycho-version>0.18.0</tycho-version>
63*b97a35d7SMatthias Sohn    <tycho-extras-version>0.18.0</tycho-extras-version>
64f2455798SMatthias Sohn  </properties>
65f2455798SMatthias Sohn
66*b97a35d7SMatthias Sohn  <pluginRepositories>
67*b97a35d7SMatthias Sohn    <pluginRepository>
68*b97a35d7SMatthias Sohn      <id>repo.eclipse.org.cbi-releases</id>
69*b97a35d7SMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
70*b97a35d7SMatthias Sohn    </pluginRepository>
71*b97a35d7SMatthias Sohn  </pluginRepositories>
72*b97a35d7SMatthias Sohn
73f2455798SMatthias Sohn  <modules>
74f94b2587SMatthias Sohn    <module>org.eclipse.jgit.target</module>
75f2455798SMatthias Sohn    <module>org.eclipse.jgit.feature</module>
76e1c48953SMatthias Sohn    <module>org.eclipse.jgit.java7.feature</module>
774974090dSMatthias Sohn    <module>org.eclipse.jgit.pgm.feature</module>
7851f6fbdaSMatthias Sohn    <module>org.eclipse.jgit.source.feature</module>
794974090dSMatthias Sohn    <module>org.eclipse.jgit.pgm.source.feature</module>
80e36c2aa8SMatthias Sohn    <module>org.eclipse.jgit.junit.feature</module>
8143543e79SMatthias Sohn    <module>org.eclipse.jgit.repository</module>
82f2455798SMatthias Sohn  </modules>
83f2455798SMatthias Sohn
84af64b9a3SMatthias Sohn  <distributionManagement>
85af64b9a3SMatthias Sohn    <repository>
86af64b9a3SMatthias Sohn      <id>repo.eclipse.org</id>
87af64b9a3SMatthias Sohn      <name>JGit Maven Repository - Releases</name>
88af64b9a3SMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url>
89af64b9a3SMatthias Sohn    </repository>
90af64b9a3SMatthias Sohn    <snapshotRepository>
91af64b9a3SMatthias Sohn      <id>repo.eclipse.org</id>
92af64b9a3SMatthias Sohn      <name>JGit Maven Repository - Snapshots</name>
93af64b9a3SMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url>
94af64b9a3SMatthias Sohn      <uniqueVersion>true</uniqueVersion>
95af64b9a3SMatthias Sohn    </snapshotRepository>
96af64b9a3SMatthias Sohn  </distributionManagement>
97af64b9a3SMatthias Sohn
9851f6fbdaSMatthias Sohn  <dependencies>
9951f6fbdaSMatthias Sohn    <!-- sources artifacts so that we can place them in the features -->
10051f6fbdaSMatthias Sohn    <dependency>
10151f6fbdaSMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
10251f6fbdaSMatthias Sohn      <artifactId>org.eclipse.jgit</artifactId>
103a898836eSMatthias Sohn      <version>${project.version}</version>
10451f6fbdaSMatthias Sohn      <classifier>sources</classifier>
10551f6fbdaSMatthias Sohn    </dependency>
1064974090dSMatthias Sohn    <dependency>
1074974090dSMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
1084974090dSMatthias Sohn      <artifactId>org.eclipse.jgit.pgm</artifactId>
1094974090dSMatthias Sohn      <version>${project.version}</version>
1104974090dSMatthias Sohn      <classifier>sources</classifier>
1114974090dSMatthias Sohn    </dependency>
11251f6fbdaSMatthias Sohn  </dependencies>
11351f6fbdaSMatthias Sohn
114f2455798SMatthias Sohn  <build>
115f2455798SMatthias Sohn    <plugins>
116f2455798SMatthias Sohn      <plugin>
1174e7c2f80SChris Aniszczyk        <groupId>org.eclipse.tycho</groupId>
118f2455798SMatthias Sohn        <artifactId>tycho-maven-plugin</artifactId>
119f2455798SMatthias Sohn        <version>${tycho-version}</version>
120f2455798SMatthias Sohn        <extensions>true</extensions>
121f2455798SMatthias Sohn      </plugin>
122f2455798SMatthias Sohn      <plugin>
1234e7c2f80SChris Aniszczyk        <groupId>org.eclipse.tycho</groupId>
124f2455798SMatthias Sohn        <artifactId>target-platform-configuration</artifactId>
125f2455798SMatthias Sohn        <version>${tycho-version}</version>
126f2455798SMatthias Sohn        <configuration>
127f2455798SMatthias Sohn          <resolver>p2</resolver>
128f2455798SMatthias Sohn        </configuration>
129f2455798SMatthias Sohn      </plugin>
130f2455798SMatthias Sohn    </plugins>
131f2455798SMatthias Sohn    <pluginManagement>
132f2455798SMatthias Sohn      <plugins>
133f2455798SMatthias Sohn        <plugin>
1344e7c2f80SChris Aniszczyk          <groupId>org.eclipse.tycho</groupId>
1354e7c2f80SChris Aniszczyk          <artifactId>tycho-compiler-plugin</artifactId>
136f2455798SMatthias Sohn          <version>${tycho-version}</version>
137f2455798SMatthias Sohn          <configuration>
138f2455798SMatthias Sohn            <encoding>UTF-8</encoding>
139f2455798SMatthias Sohn          </configuration>
140f2455798SMatthias Sohn        </plugin>
141f2455798SMatthias Sohn        <plugin>
142f2455798SMatthias Sohn          <groupId>org.apache.maven.plugins</groupId>
143f2455798SMatthias Sohn          <artifactId>maven-resources-plugin</artifactId>
1448375d17cSMatthias Sohn          <version>2.5</version>
145f2455798SMatthias Sohn          <configuration>
146f2455798SMatthias Sohn            <encoding>ISO-8859-1</encoding>
147f2455798SMatthias Sohn          </configuration>
148f2455798SMatthias Sohn        </plugin>
149f2455798SMatthias Sohn        <plugin>
1504e7c2f80SChris Aniszczyk          <groupId>org.eclipse.tycho</groupId>
151f2455798SMatthias Sohn          <artifactId>target-platform-configuration</artifactId>
152f2455798SMatthias Sohn          <version>${tycho-version}</version>
153f2455798SMatthias Sohn          <configuration>
154f2455798SMatthias Sohn            <resolver>p2</resolver>
155f2455798SMatthias Sohn            <pomDependencies>consider</pomDependencies>
156f94b2587SMatthias Sohn            <target>
157f94b2587SMatthias Sohn              <artifact>
158f94b2587SMatthias Sohn                <groupId>org.eclipse.jgit</groupId>
159f94b2587SMatthias Sohn                <artifactId>org.eclipse.jgit.target</artifactId>
160f94b2587SMatthias Sohn                <version>${project.version}</version>
161f94b2587SMatthias Sohn              </artifact>
162f94b2587SMatthias Sohn            </target>
16344274434SMatthias Sohn            <environments>
16444274434SMatthias Sohn              <environment>
16544274434SMatthias Sohn                <os>linux</os>
16644274434SMatthias Sohn                <ws>gtk</ws>
16744274434SMatthias Sohn                <arch>x86</arch>
16844274434SMatthias Sohn              </environment>
16944274434SMatthias Sohn              <environment>
17044274434SMatthias Sohn                <os>linux</os>
17144274434SMatthias Sohn                <ws>gtk</ws>
17244274434SMatthias Sohn                <arch>x86_64</arch>
17344274434SMatthias Sohn              </environment>
17444274434SMatthias Sohn              <environment>
17544274434SMatthias Sohn                <os>win32</os>
17644274434SMatthias Sohn                <ws>win32</ws>
17744274434SMatthias Sohn                <arch>x86</arch>
17844274434SMatthias Sohn              </environment>
17944274434SMatthias Sohn              <environment>
18044274434SMatthias Sohn                <os>win32</os>
18144274434SMatthias Sohn                <ws>win32</ws>
18244274434SMatthias Sohn                <arch>x86_64</arch>
18344274434SMatthias Sohn              </environment>
18444274434SMatthias Sohn              <environment>
18544274434SMatthias Sohn                <os>macosx</os>
18644274434SMatthias Sohn                <ws>cocoa</ws>
18744274434SMatthias Sohn                <arch>x86_64</arch>
18844274434SMatthias Sohn              </environment>
18944274434SMatthias Sohn            </environments>
190f2455798SMatthias Sohn          </configuration>
191f2455798SMatthias Sohn        </plugin>
192*b97a35d7SMatthias Sohn        <plugin>
193*b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho</groupId>
194*b97a35d7SMatthias Sohn          <artifactId>tycho-p2-plugin</artifactId>
195*b97a35d7SMatthias Sohn          <version>${tycho-version}</version>
196*b97a35d7SMatthias Sohn        </plugin>
197*b97a35d7SMatthias Sohn        <plugin>
198*b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho.extras</groupId>
199*b97a35d7SMatthias Sohn          <artifactId>tycho-pack200a-plugin</artifactId>
200*b97a35d7SMatthias Sohn          <version>${tycho-extras-version}</version>
201*b97a35d7SMatthias Sohn        </plugin>
202*b97a35d7SMatthias Sohn        <plugin>
203*b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho.extras</groupId>
204*b97a35d7SMatthias Sohn          <artifactId>tycho-pack200b-plugin</artifactId>
205*b97a35d7SMatthias Sohn          <version>${tycho-extras-version}</version>
206*b97a35d7SMatthias Sohn        </plugin>
207*b97a35d7SMatthias Sohn        <plugin>
208*b97a35d7SMatthias Sohn          <groupId>org.eclipse.cbi.maven.plugins</groupId>
209*b97a35d7SMatthias Sohn          <artifactId>eclipse-jarsigner-plugin</artifactId>
210*b97a35d7SMatthias Sohn          <version>1.0.4</version>
211*b97a35d7SMatthias Sohn        </plugin>
212f2455798SMatthias Sohn      </plugins>
213f2455798SMatthias Sohn    </pluginManagement>
214f2455798SMatthias Sohn  </build>
215dcddaa94SMatthias Sohn
216*b97a35d7SMatthias Sohn  <profiles>
217*b97a35d7SMatthias Sohn    <profile>
218*b97a35d7SMatthias Sohn      <id>eclipse-sign</id>
219*b97a35d7SMatthias Sohn      <build>
220*b97a35d7SMatthias Sohn        <plugins>
221*b97a35d7SMatthias Sohn          <plugin>
222*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
223*b97a35d7SMatthias Sohn            <artifactId>target-platform-configuration</artifactId>
224*b97a35d7SMatthias Sohn            <configuration>
225*b97a35d7SMatthias Sohn              <includePackedArtifacts>true</includePackedArtifacts>
226*b97a35d7SMatthias Sohn            </configuration>
227*b97a35d7SMatthias Sohn          </plugin>
228*b97a35d7SMatthias Sohn          <plugin>
229*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
230*b97a35d7SMatthias Sohn            <artifactId>tycho-pack200a-plugin</artifactId>
231*b97a35d7SMatthias Sohn            <executions>
232*b97a35d7SMatthias Sohn              <execution>
233*b97a35d7SMatthias Sohn                <id>pack200-normalize</id>
234*b97a35d7SMatthias Sohn                <goals>
235*b97a35d7SMatthias Sohn                  <goal>normalize</goal>
236*b97a35d7SMatthias Sohn                </goals>
237*b97a35d7SMatthias Sohn                <phase>verify</phase>
238*b97a35d7SMatthias Sohn              </execution>
239*b97a35d7SMatthias Sohn            </executions>
240*b97a35d7SMatthias Sohn          </plugin>
241*b97a35d7SMatthias Sohn          <plugin>
242*b97a35d7SMatthias Sohn            <groupId>org.eclipse.cbi.maven.plugins</groupId>
243*b97a35d7SMatthias Sohn            <artifactId>eclipse-jarsigner-plugin</artifactId>
244*b97a35d7SMatthias Sohn            <executions>
245*b97a35d7SMatthias Sohn              <execution>
246*b97a35d7SMatthias Sohn                <id>sign</id>
247*b97a35d7SMatthias Sohn                <goals>
248*b97a35d7SMatthias Sohn                  <goal>sign</goal>
249*b97a35d7SMatthias Sohn                </goals>
250*b97a35d7SMatthias Sohn                <phase>verify</phase>
251*b97a35d7SMatthias Sohn              </execution>
252*b97a35d7SMatthias Sohn            </executions>
253*b97a35d7SMatthias Sohn          </plugin>
254*b97a35d7SMatthias Sohn          <plugin>
255*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
256*b97a35d7SMatthias Sohn            <artifactId>tycho-pack200b-plugin</artifactId>
257*b97a35d7SMatthias Sohn            <executions>
258*b97a35d7SMatthias Sohn              <execution>
259*b97a35d7SMatthias Sohn                <id>pack200-pack</id>
260*b97a35d7SMatthias Sohn                <goals>
261*b97a35d7SMatthias Sohn                  <goal>pack</goal>
262*b97a35d7SMatthias Sohn                </goals>
263*b97a35d7SMatthias Sohn                <phase>verify</phase>
264*b97a35d7SMatthias Sohn              </execution>
265*b97a35d7SMatthias Sohn            </executions>
266*b97a35d7SMatthias Sohn          </plugin>
267*b97a35d7SMatthias Sohn          <plugin>
268*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
269*b97a35d7SMatthias Sohn            <artifactId>tycho-p2-plugin</artifactId>
270*b97a35d7SMatthias Sohn            <executions>
271*b97a35d7SMatthias Sohn              <execution>
272*b97a35d7SMatthias Sohn                <id>p2-metadata</id>
273*b97a35d7SMatthias Sohn                <goals>
274*b97a35d7SMatthias Sohn                  <goal>p2-metadata</goal>
275*b97a35d7SMatthias Sohn                </goals>
276*b97a35d7SMatthias Sohn                <phase>verify</phase>
277*b97a35d7SMatthias Sohn              </execution>
278*b97a35d7SMatthias Sohn            </executions>
279*b97a35d7SMatthias Sohn            <configuration>
280*b97a35d7SMatthias Sohn              <defaultP2Metadata>false</defaultP2Metadata>
281*b97a35d7SMatthias Sohn            </configuration>
282*b97a35d7SMatthias Sohn          </plugin>
283*b97a35d7SMatthias Sohn        </plugins>
284*b97a35d7SMatthias Sohn      </build>
285*b97a35d7SMatthias Sohn    </profile>
286*b97a35d7SMatthias Sohn    <profile>
287*b97a35d7SMatthias Sohn      <id>eclipse-pack</id>
288*b97a35d7SMatthias Sohn      <build>
289*b97a35d7SMatthias Sohn        <plugins>
290*b97a35d7SMatthias Sohn          <plugin>
291*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
292*b97a35d7SMatthias Sohn            <artifactId>target-platform-configuration</artifactId>
293*b97a35d7SMatthias Sohn            <configuration>
294*b97a35d7SMatthias Sohn              <includePackedArtifacts>true</includePackedArtifacts>
295*b97a35d7SMatthias Sohn            </configuration>
296*b97a35d7SMatthias Sohn          </plugin>
297*b97a35d7SMatthias Sohn          <plugin>
298*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
299*b97a35d7SMatthias Sohn            <artifactId>tycho-pack200a-plugin</artifactId>
300*b97a35d7SMatthias Sohn            <executions>
301*b97a35d7SMatthias Sohn              <execution>
302*b97a35d7SMatthias Sohn                <id>pack200-normalize</id>
303*b97a35d7SMatthias Sohn                <goals>
304*b97a35d7SMatthias Sohn                  <goal>normalize</goal>
305*b97a35d7SMatthias Sohn                </goals>
306*b97a35d7SMatthias Sohn              </execution>
307*b97a35d7SMatthias Sohn            </executions>
308*b97a35d7SMatthias Sohn          </plugin>
309*b97a35d7SMatthias Sohn          <plugin>
310*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
311*b97a35d7SMatthias Sohn            <artifactId>tycho-pack200b-plugin</artifactId>
312*b97a35d7SMatthias Sohn            <executions>
313*b97a35d7SMatthias Sohn              <execution>
314*b97a35d7SMatthias Sohn                <id>pack200-pack</id>
315*b97a35d7SMatthias Sohn                <goals>
316*b97a35d7SMatthias Sohn                  <goal>pack</goal>
317*b97a35d7SMatthias Sohn                </goals>
318*b97a35d7SMatthias Sohn              </execution>
319*b97a35d7SMatthias Sohn            </executions>
320*b97a35d7SMatthias Sohn          </plugin>
321*b97a35d7SMatthias Sohn          <plugin>
322*b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
323*b97a35d7SMatthias Sohn            <artifactId>tycho-p2-plugin</artifactId>
324*b97a35d7SMatthias Sohn            <executions>
325*b97a35d7SMatthias Sohn              <execution>
326*b97a35d7SMatthias Sohn                <id>p2-metadata</id>
327*b97a35d7SMatthias Sohn                <goals>
328*b97a35d7SMatthias Sohn                  <goal>p2-metadata</goal>
329*b97a35d7SMatthias Sohn                </goals>
330*b97a35d7SMatthias Sohn                <phase>package</phase>
331*b97a35d7SMatthias Sohn              </execution>
332*b97a35d7SMatthias Sohn            </executions>
333*b97a35d7SMatthias Sohn            <configuration>
334*b97a35d7SMatthias Sohn              <defaultP2Metadata>false</defaultP2Metadata>
335*b97a35d7SMatthias Sohn            </configuration>
336*b97a35d7SMatthias Sohn          </plugin>
337*b97a35d7SMatthias Sohn        </plugins>
338*b97a35d7SMatthias Sohn      </build>
339*b97a35d7SMatthias Sohn    </profile>
340*b97a35d7SMatthias Sohn  </profiles>
341f2455798SMatthias Sohn</project>
342f2455798SMatthias Sohn
343