Skip to content

Commit

Permalink
added asdoc goal
Browse files Browse the repository at this point in the history
  • Loading branch information
nehrajsa committed May 11, 2011
1 parent ba53a6c commit 001b06e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -36,6 +36,14 @@
<keepAs3Metadata>Commit</keepAs3Metadata>
</keepAs3Metadatas>
</configuration>
<executions>
<execution>
<phase>site</phase>
<goals>
<goal>asdoc</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
Expand Down

0 comments on commit 001b06e

Please sign in to comment.