aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjrt
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-17 11:55:26 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-17 11:55:26 +0700
commitf55ca2d0cfa186930628b3b822766961500dda70 (patch)
tree46f5ea1795a74a84f63777ebbd5f92f481d07f16 /aspectjrt
parentc267c7552f75bd4c6e371bb71eb66de58f9493a4 (diff)
downloadaspectj-f55ca2d0cfa186930628b3b822766961500dda70.tar.gz
aspectj-f55ca2d0cfa186930628b3b822766961500dda70.zip
Run Antrun post-javadoc task depending on Javadoc execution
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
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>