blob: 2807855da002af545661bdfb24decd6fcad306cf [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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus.designer</groupId>
<artifactId>org.eclipse.papyrus.designer.doc</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.designer.doc.main</artifactId>
<packaging>eclipse-plugin</packaging>
<description>This module contains the main documentation of Papyrus SW designer</description>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>org.eclipse.mylyn.wikitext.maven</artifactId>
<version>${mylyn.wikitext.version}</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>eclipse-help</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>