summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-07-03 17:41:53 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-07-03 17:41:53 +0000
commit9fcfc6ee6e2c7bb4e305e2b064892ec7438ae4a9 (patch)
treef7dec28ef7baf9e94cdb1b32c16e1511a9146c09 /pom.xml
parente34fc722578fd631b7c1eb0c6fe5065f5e0919c4 (diff)
downloadmocca-9fcfc6ee6e2c7bb4e305e2b064892ec7438ae4a9.tar.gz
mocca-9fcfc6ee6e2c7bb4e305e2b064892ec7438ae4a9.tar.bz2
mocca-9fcfc6ee6e2c7bb4e305e2b064892ec7438ae4a9.zip
Include javadoc in site generation
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1091 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6781496c..7d728e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,6 +260,13 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
<dependencyManagement>