Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2011-09-08 17:29:27 +0000
committerJoakim Erdfelt2011-09-08 17:29:27 +0000
commit03c0192cdbff5c66dc704578abc372c7d1b0017a (patch)
treee9354f2202ea98826b5f7ecf2e637d7045149218 /pom.xml
parente914e0f97f5aec612bda814ca5dd6e6f3144b787 (diff)
downloadorg.eclipse.jetty.project-03c0192cdbff5c66dc704578abc372c7d1b0017a.tar.gz
org.eclipse.jetty.project-03c0192cdbff5c66dc704578abc372c7d1b0017a.tar.xz
org.eclipse.jetty.project-03c0192cdbff5c66dc704578abc372c7d1b0017a.zip
Making image files from src/main/javadoc actually show up in javadoc:aggregate and -javadoc.jar files
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4647d86977..8bd937d88d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
+ <configuration>
+ <docfilessubdirs>true</docfilessubdirs>
+ <detectLinks>true</detectLinks>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top