You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/13 18:44:06 UTC

archiva-redback-core git commit: Upgrading javadoc plugin config

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 8724de3ef -> f60895354


Upgrading javadoc plugin config


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/f6089535
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/f6089535
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/f6089535

Branch: refs/heads/master
Commit: f60895354d293d57fbe8b024779940fc672171e9
Parents: 8724de3
Author: Martin Stockhammer <ma...@apache.org>
Authored: Tue Jun 13 20:43:38 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Tue Jun 13 20:43:38 2017 +0200

----------------------------------------------------------------------
 pom.xml | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/f6089535/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1c9099..557f376 100644
--- a/pom.xml
+++ b/pom.xml
@@ -807,28 +807,8 @@
         <version>${javadocPluginVersion}</version>
         <inherited>false</inherited>
         <configuration>
-          <javadocVersion>1.6</javadocVersion>
-          <docletArtifact>
-            <groupId>com.google.doclava</groupId>
-            <artifactId>doclava</artifactId>
-            <version>1.0.5</version>
-          </docletArtifact>
-          <doclet>com.google.doclava.Doclava</doclet>
-
-          <bootclasspath>${sun.boot.class.path}</bootclasspath>
-          <additionalparam>
-            -hdf project.name "${project.name}"
-            -d ${project.build.directory}/site/apidocs
-          </additionalparam>
-          <useStandardDocletOptions>false</useStandardDocletOptions>
-          <additionalJOption>-J-Xmx1024m</additionalJOption>
-          <additionalDependencies>
-            <additionalDependency>
-              <groupId>org.jboss.spec.javax.resource</groupId>
-              <artifactId>jboss-connector-api_1.5_spec</artifactId>
-              <version>1.0.0.Final</version>
-            </additionalDependency>
-          </additionalDependencies>
+          <javadocVersion>1.8</javadocVersion>
+          <source>1.8</source>
         </configuration>
         <reportSets>
           <reportSet>