You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by sg...@apache.org on 2020/07/31 18:52:39 UTC

[freemarker-generator] branch FREEMARKER-153 updated: FREEMARKER-153 Remove copy & waste argument override of maven-release-plugin configuration

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

sgoeschl pushed a commit to branch FREEMARKER-153
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git


The following commit(s) were added to refs/heads/FREEMARKER-153 by this push:
     new 28cacef  FREEMARKER-153 Remove copy & waste argument override of maven-release-plugin configuration
28cacef is described below

commit 28cacefcf8b1aae1e2abcd6b5fb893177f559851
Author: Siegfried Goeschl <si...@gmail.com>
AuthorDate: Fri Jul 31 20:52:27 2020 +0200

    FREEMARKER-153 Remove copy & waste argument override of maven-release-plugin configuration
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e132e8..d08c2ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,6 @@
             <plugin>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <arguments>-Dmaven.javadoc.skip=true</arguments>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                     <localCheckout>true</localCheckout>
                     <releaseProfiles>release</releaseProfiles>