--- pom.xml	2014-04-09 23:58:14.000000000 +0100
+++ pom.xml.enunciate	2014-04-09 23:58:11.603502044 +0100
@@ -180,6 +180,21 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.enunciate</groupId>
+        <artifactId>maven-enunciate-plugin</artifactId>
+        <version>1.28</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>docs</goal>
+            </goals>
+            <configuration>
+              <docsDir>${project.build.directory}/docs</docsDir>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
   <profiles>
