1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
4 Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
5 Copyright (C) 2011-2012, Matthias Sohn <matthias.sohn@sap.com>
7 All rights reserved. This program and the accompanying materials
8 are made available under the terms of the Eclipse Public License 2.0
9 which accompanies this distribution, and is available at
10 https://www.eclipse.org/legal/epl-2.0/
12 SPDX-License-Identifier: EPL-2.0
15 <project xmlns="http://maven.apache.org/POM/4.0.0"
16 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18 <modelVersion>4.0.0</modelVersion>
21 <groupId>org.eclipse.egit</groupId>
22 <artifactId>egit-parent</artifactId>
23 <version>5.1.0-SNAPSHOT</version>
26 <artifactId>org.eclipse.egit.repository</artifactId>
27 <packaging>eclipse-repository</packaging>
29 <name>EGit P2 Repository</name>
31 <p2MirrorsURL>http://www.eclipse.org/downloads/download.php?file=${PUBLISH_FOLDER}&format=xml</p2MirrorsURL>
32 <p2StatsURL>http://download.eclipse.org/stats/egit/${project.artifactId}</p2StatsURL>
33 <!-- At the moment, this list of features needs to be maintained manually. -->
34 <statsTrackedArtifacts>org.eclipse.jgit.feature,org.eclipse.jgit.source.feature,org.eclipse.jgit.pgm.feature,org.eclipse.jgit.pgm.source.feature,org.eclipse.jgit.http.apache.feature,org.eclipse.egit.feature,org.eclipse.egit.gitflow.feature,org.eclipse.egit.mylyn.feature,org.eclipse.egit.source.feature</statsTrackedArtifacts>
43 <artifactId>maven-antrun-plugin</artifactId>
47 <phase>install</phase>
53 <delete includeemptydirs="false">
55 dir="${download-publish-path}">
59 <copy includeemptydirs="false"
60 todir="${download-publish-path}">
61 <fileset dir="target/repository/">
77 <id>jboss-public-repository-group</id>
78 <name>JBoss Public Repository Group</name>
79 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
85 <groupId>org.jboss.tools.tycho-plugins</groupId>
86 <artifactId>repository-utils</artifactId>
89 <id>generate-facade</id>
90 <phase>package</phase>
92 <goal>generate-repository-facade</goal>
95 <siteTemplateFolder>siteTemplate/</siteTemplateFolder>
96 <!-- Symbols are used while expanding index.html template -->
98 <update.site.name>EGit p2 Repository</update.site.name>
99 <update.site.description>Use this URL in Eclipse to install EGit and JGit</update.site.description>
100 <update.site.version>${project.version}</update.site.version>
101 <target.eclipse.version>4.4.0 (Luna) or newer</target.eclipse.version>
104 <site>http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui</site>
112 <groupId>org.eclipse.tycho.extras</groupId>
113 <artifactId>tycho-eclipserun-plugin</artifactId>
114 <version>${tycho-version}</version>
117 <id>add-repo-properties</id>
119 <goal>eclipse-run</goal>
121 <phase>package</phase>
123 <appArgLine>-application org.eclipse.wtp.releng.tools.addRepoProperties</appArgLine>
124 <!-- See <http://wiki.eclipse.org/Equinox/p2/p2.mirrorsURL>. -->
125 <!-- See <http://wiki.eclipse.org/Equinox_p2_download_stats>. -->
126 <argLine>-DartifactRepoDirectory=${project.build.directory}/repository -Dp2MirrorsURL=${p2MirrorsURL} -Dp2StatsURI=${p2StatsURL} -DstatsTrackedArtifacts=${statsTrackedArtifacts} -DstatsArtifactsSuffix=-${project.version}</argLine>
129 <artifactId>org.eclipse.wtp.releng.tools.feature</artifactId>
130 <type>eclipse-feature</type>
135 <url>http://download.eclipse.org/webtools/releng/repository</url>
139 <url>http://download.eclipse.org/staging/neon/</url>