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>
17 <groupId>org.eclipse.egit</groupId>
18 <artifactId>egit-parent</artifactId>
19 <version>0.9.0-SNAPSHOT</version>
22 <artifactId>org.eclipse.egit-updatesite</artifactId>
23 <packaging>eclipse-update-site</packaging>
25 <name>Eclipse Git Plugin Update Site (Incubation)</name>
26 <!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
27 <version>0.9.0-SNAPSHOT</version>
32 <groupId>org.apache.maven.plugins</groupId>
33 <artifactId>maven-assembly-plugin</artifactId>
34 <version>2.2-beta-4</version>
37 <descriptor>assembly.xml</descriptor>
42 <id>make-assembly</id>
43 <phase>package</phase>
52 <artifactId>maven-resources-plugin</artifactId>
55 <id>copy-resources</id>
56 <phase>validate</phase>
58 <goal>copy-resources</goal>
61 <outputDirectory>${basedir}/target/site</outputDirectory>
64 <directory>.</directory>
66 <include>index.html</include>
67 <include>web/*</include>