You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/05/22 20:21:44 UTC

[maven-javadoc-plugin] branch master updated: [MJAVADOC-678] configure javadocOptionsDir to avoid default root value

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c524ed  [MJAVADOC-678] configure javadocOptionsDir to avoid default root value
2c524ed is described below

commit 2c524ede631941bf046222486e6b33644536a32e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat May 22 22:21:40 2021 +0200

    [MJAVADOC-678] configure javadocOptionsDir to avoid default root value
    
    this will avoid creation of javadoc-options-javadoc-resources.xml file
    in root directory
---
 .../unit/javadocjar-failonerror/javadocjar-failonerror-plugin-config.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/resources/unit/javadocjar-failonerror/javadocjar-failonerror-plugin-config.xml b/src/test/resources/unit/javadocjar-failonerror/javadocjar-failonerror-plugin-config.xml
index f74c496..af96cfb 100644
--- a/src/test/resources/unit/javadocjar-failonerror/javadocjar-failonerror-plugin-config.xml
+++ b/src/test/resources/unit/javadocjar-failonerror/javadocjar-failonerror-plugin-config.xml
@@ -37,6 +37,7 @@ under the License.
           <localRepository>${localRepository}</localRepository>
           <jarOutputDirectory>${basedir}/target/test/unit/javadocjar-failonerror/target</jarOutputDirectory>
           <outputDirectory>${basedir}/target/test/unit/javadocjar-failonerror/target/site/apidocs</outputDirectory>
+          <javadocOptionsDir>${basedir}/target/test/unit/javadocjar-failonerror/target/javadoc-bundle-options</javadocOptionsDir>
           <finalName>javadocjar-failonerror</finalName>
           <attach>true</attach>
           <classifier>javadoc</classifier>