Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2011-02-15 14:35:16 +0000
committerJoakim Erdfelt2011-02-15 14:35:16 +0000
commitab5e1b0a9bb867b63c8a41110f4e1d81b2a656e5 (patch)
treec9a849bf7ecb49c7ee1dd484730d21d230b4f6fc /jetty-deploy/pom.xml
parent50a686bfffeb48f494b583eb60c584b994e53d82 (diff)
downloadorg.eclipse.jetty.project-ab5e1b0a9bb867b63c8a41110f4e1d81b2a656e5.tar.gz
org.eclipse.jetty.project-ab5e1b0a9bb867b63c8a41110f4e1d81b2a656e5.tar.xz
org.eclipse.jetty.project-ab5e1b0a9bb867b63c8a41110f4e1d81b2a656e5.zip
Standardizing javadoc report configuration a bit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2783 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-deploy/pom.xml')
-rw-r--r--jetty-deploy/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index d9b58d9554..0dc6936b8d 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -103,18 +103,4 @@
<scope>test</scope>
</dependency>
</dependencies>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <docfilessubdirs>true</docfilessubdirs>
- <detectLinks>true</detectLinks>
- <detectJavaApiLink>true</detectJavaApiLink>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
</project>

Back to the top