EGit v5.0.1.201806211838-r
[egit/eclipse.git] / org.eclipse.egit.doc / pom.xml
blob36843be85bc40920b33a0eff6b71e6001f466f65
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
11 -->
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>
18   <parent>
19     <groupId>org.eclipse.egit</groupId>
20     <artifactId>egit-parent</artifactId>
21     <version>5.0.1.201806211838-r</version>
22   </parent>
24   <artifactId>org.eclipse.egit.doc</artifactId>
25   <packaging>eclipse-plugin</packaging>
27   <name>Git Team Provider (Documentation)</name>
29   <build>
30     <plugins>
31       <plugin>
32         <artifactId>maven-antrun-plugin</artifactId>
33           <dependencies>
34             <dependency>
35               <groupId>ant</groupId>
36               <artifactId>optional</artifactId>
37               <version>1.5.4</version>
38             </dependency>
39             <dependency>
40               <groupId>org.eclipse.mylyn.docs</groupId>
41               <artifactId>org.eclipse.mylyn.wikitext.ant</artifactId>
42               <version>3.0.9</version>
43             </dependency>
44             <dependency>
45               <groupId>org.eclipse.mylyn.docs</groupId>
46               <artifactId>org.eclipse.mylyn.wikitext.mediawiki.ant</artifactId>
47               <version>3.0.9</version>
48             </dependency>
49           </dependencies>
50         <executions>
51           <execution>
52             <phase>generate-sources</phase>
53             <configuration>
54                 <target if="update.egit.doc">
55                 <ant target="all" inheritRefs="true" antfile="build-help.xml"/>
56               </target>
57             </configuration>
58             <goals>
59               <goal>run</goal>
60             </goals>
61           </execution>
62         </executions>
63       </plugin>
64     </plugins>
65   </build>
66 </project>