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>3.5.0-SNAPSHOT</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/">