added enunciate for doc generation

This commit is contained in:
Athou
2013-04-15 14:47:37 +02:00
parent f8faa69f02
commit 12e775d64d
14 changed files with 121 additions and 4 deletions

24
pom.xml
View File

@@ -138,6 +138,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>maven-enunciate-plugin</artifactId>
<version>1.26.2</version>
<executions>
<execution>
<id>package</id>
<goals>
<goal>assemble</goal>
</goals>
<configuration>
<configFile>${project.basedir}/src/main/enunciate/enunciate.xml</configFile>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.searls</groupId>
<artifactId>jasmine-maven-plugin</artifactId>
@@ -287,7 +303,13 @@
<artifactId>wicket-cdi</artifactId>
<version>6.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-core-annotations</artifactId>
<version>1.26.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>