aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjweaver
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjweaver')
-rw-r--r--aspectjweaver/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index 00d575fa3..bdd1e6848 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -265,22 +265,8 @@
<goals>
<goal>jar</goal>
</goals>
- <!--
- FIXME: This configuration works with JDK 16, but throws errors on other JDK versions, e.g. 14. It looks as
- if the Maven Javadoc plugin does not do a particularly good job applying the plugin settings in a way
- making it work with different JDK javadoc tool versions. I am saying that, because when using the tool
- directly on the console, it works with basic settings and the correct classpath.
- -->
<configuration>
<sourcepath>${project.build.directory}/unpacked-sources</sourcepath>
- <!-- TODO: Include 'aj' package for ASM-renamed contained in aspectjtools? -->
- <subpackages>org.aspectj</subpackages>
- <!-- Deactivate doclint checks in order to suppress errors -->
- <doclint>none</doclint>
- <!-- Generate class use xref, making javadocs considerably bigger, but also more informative -->
- <use>true</use>
- <!-- FIXME: Why does it fail without this parameter? -->
- <javadocVersion>8</javadocVersion>
</configuration>
</execution>
</executions>