summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-08-18 09:46:53 +0200
committerGitHub <noreply@github.com>2017-08-18 09:46:53 +0200
commita85c511be6f9c16d4ed2940e1d3c8d2e5a425c97 (patch)
tree3d3dadc8869629d7ebc7d019a400fc641a072c4c /pom.xml
parent84d3bb9a1f0283c8bd7d89602ad6c3665c90f12d (diff)
Revert "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 e322de290d0..60d997b7801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,10 +286,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
- <id>attach-javadoc</id>
+ <id>generate-javadoc</id>
<phase>package</phase>
<goals>
- <goal>jar</goal>
+ <goal>javadoc</goal>
</goals>
</execution>
</executions>