aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjrt
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjrt')
-rw-r--r--aspectjrt/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index be1bc7059..835f762cd 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -204,8 +204,9 @@
<!-- Remove javadoc version number from HTML comment to keep website diffs small -->
<execution>
<id>filter-javadocs</id>
- <!-- Override default phase 'none' from parent -->
- <phase>package</phase>
+ <configuration>
+ <skip>${maven.javadoc.skip}</skip>
+ </configuration>
</execution>
</executions>
</plugin>