summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>