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 v1.0
9 which accompanies this distribution, and is available at
10 http://www.eclipse.org/legal/epl-v10.html
13 <project xmlns="http://maven.apache.org/POM/4.0.0"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16 <modelVersion>4.0.0</modelVersion>
19 <groupId>org.eclipse.egit</groupId>
20 <artifactId>egit-parent</artifactId>
21 <version>4.0.0.201505260635-rc2</version>
24 <artifactId>org.eclipse.egit.repository</artifactId>
25 <packaging>eclipse-repository</packaging>
27 <name>EGit P2 Repository</name>
35 <artifactId>maven-antrun-plugin</artifactId>
39 <phase>install</phase>
45 <delete includeemptydirs="false">
47 dir="${download-publish-path}">
51 <copy includeemptydirs="false"
52 todir="${download-publish-path}">
53 <fileset dir="target/repository/">
69 <id>jboss-public-repository-group</id>
70 <name>JBoss Public Repository Group</name>
71 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
77 <groupId>org.jboss.tools.tycho-plugins</groupId>
78 <artifactId>repository-utils</artifactId>
81 <id>generate-facade</id>
82 <phase>package</phase>
84 <goal>generate-repository-facade</goal>
88 <site>http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui</site>