Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-03-06 07:51:14 +0000
committerAlexander Kurtakov2012-03-06 07:51:14 +0000
commit9a920d45058356df6bc9875dd82b5cedefef44b3 (patch)
treea9407e5e57447bbd00848e07551f5a2cca44fc45 /pom.xml
parent6d0aa45ea6f4c77d181c3ac8f3c3372fe8628b89 (diff)
downloadorg.eclipse.linuxtools-9a920d45058356df6bc9875dd82b5cedefef44b3.tar.gz
org.eclipse.linuxtools-9a920d45058356df6bc9875dd82b5cedefef44b3.tar.xz
org.eclipse.linuxtools-9a920d45058356df6bc9875dd82b5cedefef44b3.zip
Set version for javadoc plugin.
Set the version for the javadoc plugin to prevent metadata fetching for every module.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 51cd1571fc..64ead3dcd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,9 @@
<version>3.0</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
<configuration>
<excludePackageNames>org.eclipse.linuxtools.internal.*:*.test*</excludePackageNames>
</configuration>

Back to the top