blob: 88fc3f369be8a9c63339706a200f2e85afdcc8ff [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <artifactId>org.eclipse.vex.documentation</artifactId>
6 <packaging>eclipse-plugin</packaging>
Florian Thienelfa641e52011-11-10 00:49:26 +01007 <name>Vex Documentation</name>
8
9 <parent>
Florian Thienel8703b3a2014-11-22 19:52:16 +010010 <artifactId>bundles</artifactId>
Florian Thienelfa641e52011-11-10 00:49:26 +010011 <groupId>org.eclipse.vex</groupId>
Florian Thienel08725cf2014-12-27 15:15:45 +010012 <version>1.2.0-SNAPSHOT</version>
Florian Thienel8703b3a2014-11-22 19:52:16 +010013 <relativePath>../org.eclipse.vex.releng/bundles-pom.xml</relativePath>
Florian Thienelfa641e52011-11-10 00:49:26 +010014 </parent>
15
16 <build>
Florian Thienelfa641e52011-11-10 00:49:26 +010017 <plugins>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-antrun-plugin</artifactId>
Florian Thienel091b8422013-01-11 13:53:42 +010021 <version>1.7</version>
Florian Thienelfa641e52011-11-10 00:49:26 +010022 <executions>
23 <execution>
24 <id>mylyn-wiki-text</id>
25 <phase>generate-sources</phase>
Florian Thienelfa641e52011-11-10 00:49:26 +010026 <configuration>
27 <tasks>
28 <ant antfile="buildHelp.xml" inheritRefs="true" />
29 </tasks>
30 </configuration>
Florian Thienel091b8422013-01-11 13:53:42 +010031 <goals>
32 <goal>run</goal>
33 </goals>
Florian Thienelfa641e52011-11-10 00:49:26 +010034 </execution>
35 </executions>
36 </plugin>
37 </plugins>
38 </build>
39</project>