1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
11 <project xmlns="http://maven.apache.org/POM/4.0.0"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14 <modelVersion>4.0.0</modelVersion>
20 <groupId>org.eclipse.egit</groupId>
21 <artifactId>egit-parent</artifactId>
22 <version>0.8.0-SNAPSHOT</version>
23 <packaging>pom</packaging>
25 <name>EGit Parent (Incubation)</name>
29 <name>egit-dev Mailing List</name>
30 <post>egit-dev@eclipse.org</post>
31 <subscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</subscribe>
32 <unsubscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</unsubscribe>
33 <archive>http://dev.eclipse.org/mhonarc/lists/egit-dev</archive>
37 <name>GIT Mailing List</name>
38 <post>git@vger.kernel.org</post>
39 <archive>http://marc.info/?l=git</archive>
44 <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;product=EGit;classification=Technology</url>
45 <system>Bugzilla</system>
50 <name>Eclipse Public License v1.0</name>
54 This program and the accompanying materials are made
55 available under the terms of the Eclipse Public License v1.0
56 which accompanies this distribution, and is available at
57 http://www.eclipse.org/legal/epl-v10.htm
63 <tycho-version>0.8.0</tycho-version>
64 <jgit-version>0.8.0-SNAPSHOT</jgit-version>
65 <eclipse-site>http://download.eclipse.org/releases/ganymede</eclipse-site>
69 <module>org.eclipse.egit</module>
70 <module>org.eclipse.egit.core</module>
71 <module>org.eclipse.egit.ui</module>
73 <module>org.eclipse.egit.doc</module>
74 <module>org.eclipse.egit-feature</module>
75 <module>org.eclipse.egit-updatesite</module>
77 <module>org.eclipse.egit.core.test</module>
84 <url>${eclipse-site}</url>
91 <groupId>org.sonatype.tycho</groupId>
92 <artifactId>tycho-maven-plugin</artifactId>
93 <version>${tycho-version}</version>
94 <extensions>true</extensions>
97 <groupId>org.sonatype.tycho</groupId>
98 <artifactId>target-platform-configuration</artifactId>
99 <version>${tycho-version}</version>
101 <resolver>p2</resolver>
108 <groupId>org.sonatype.tycho</groupId>
109 <artifactId>maven-osgi-compiler-plugin</artifactId>
110 <version>${tycho-version}</version>
112 <encoding>UTF-8</encoding>
116 <groupId>org.apache.maven.plugins</groupId>
117 <artifactId>maven-resources-plugin</artifactId>
118 <version>2.4.1</version>
120 <encoding>ISO-8859-1</encoding>
124 <groupId>org.apache.maven.plugins</groupId>
125 <artifactId>maven-antrun-plugin</artifactId>
126 <version>1.3</version>
129 <groupId>org.sonatype.tycho</groupId>
130 <artifactId>target-platform-configuration</artifactId>
131 <version>${tycho-version}</version>
133 <resolver>p2</resolver>
134 <pomDependencies>consider</pomDependencies>