You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 01:56:52 UTC

[maven-jlink-plugin] branch master updated: Revert plugin change due to issues with site generation

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b1cbf2  Revert plugin change due to issues with site generation
3b1cbf2 is described below

commit 3b1cbf23bb80085cbcaa5b717bc1e908070ff498
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 02:56:10 2020 +0100

    Revert plugin change due to issues with site generation
    
    Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on project maven-jlink-plugin: Error generating maven-javadoc-plugin:3.2.0:javadoc report: Unable to resolve artifact:groupId = 'org.apache.maven.plugin-tools'
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b8232e..503cbb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
     <mavenVersion>3.1.1</mavenVersion>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <mavenPluginToolsVersion>3.6.0</mavenPluginToolsVersion><!-- remove with upgrade to parent-pom 35 -->
     <project.build.outputTimestamp>2020-11-11T21:56:48Z</project.build.outputTimestamp>
   </properties>