1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2010, Matthias Sohn <matthias.sohn@sap.com>
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License 2.0
7 which accompanies this distribution, and is available at
8 https://www.eclipse.org/legal/epl-2.0/
10 SPDX-License-Identifier: EPL-2.0
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>6.8.0-SNAPSHOT</version>
24 <artifactId>org.eclipse.egit.doc</artifactId>
25 <packaging>eclipse-plugin</packaging>
27 <name>Git Team Provider (Documentation)</name>
32 <artifactId>maven-antrun-plugin</artifactId>
35 <groupId>ant</groupId>
36 <artifactId>optional</artifactId>
37 <version>1.5.4</version>
40 <groupId>org.eclipse.mylyn.docs</groupId>
41 <artifactId>org.eclipse.mylyn.wikitext.ant</artifactId>
42 <version>3.0.9</version>
45 <groupId>org.eclipse.mylyn.docs</groupId>
46 <artifactId>org.eclipse.mylyn.wikitext.mediawiki.ant</artifactId>
47 <version>3.0.9</version>
52 <phase>generate-sources</phase>
54 <target if="update.egit.doc">
55 <ant target="all" inheritRefs="true" antfile="build-help.xml"/>