Build documentation index
[deliverable/tracecompass.git] / doc / org.eclipse.tracecompass.tmf.pcap.doc.user / pom.xml
index 0a60a8dd4d347e49bac3f74c2736e2e0cfa5e836..cd4f193fb1e2dadcfafa5d1c10c8036d48077456 100644 (file)
 
         </dependencies>
       </plugin>
+      <!-- Build help index -->
+      <plugin>
+        <groupId>org.eclipse.tycho.extras</groupId>
+        <artifactId>tycho-eclipserun-plugin</artifactId>
+        <version>${tycho-extras-version}</version>
+        <configuration>
+          <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
+        </configuration>
+      </plugin>
+      <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.6.1</version>
+        <executions>
+          <execution>
+            <id>clean-index</id>
+            <phase>clean</phase>
+            <configuration>
+              <filesets>
+                <fileset><directory>index/</directory></fileset>
+              </filesets>
+            </configuration>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 
This page took 0.026116 seconds and 5 git commands to generate.