aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjrt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjrt/pom.xml')
-rw-r--r--aspectjrt/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index 4377c3e76..be1bc7059 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -199,6 +199,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!-- 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>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>