blob: d841fccc48c4efafc08c5b8a614291ec37e60948 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.vex.documentation</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Vex Documentation</name>
<parent>
<artifactId>org.eclipse.vex-releng</artifactId>
<groupId>org.eclipse.vex</groupId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>mylyn-wiki-text</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<ant antfile="buildHelp.xml" inheritRefs="true" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>