summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahoo-inc.com>2017-08-02 12:55:12 +0200
committerMorten Tokle <mortent@yahoo-inc.com>2017-08-17 15:00:15 +0200
commit8f0e6812f798c49e3baaaa2ca9ecd4c289aab1b9 (patch)
treeb9a47e0d40f8f976d30e8620a45b2d8c3a3a4189 /pom.xml
parent3985c66b1b52117fb56bb0b3dbd4fe3d85bf91e5 (diff)
Attach javadocs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 76a9fb1fc99..aeadd2636a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,10 +286,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
- <id>generate-javadoc</id>
+ <id>attach-javadoc</id>
<phase>package</phase>
<goals>
- <goal>javadoc</goal>
+ <goal>jar</goal>
</goals>
</execution>
</executions>