You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2016/02/29 01:14:27 UTC

cxf git commit: [CXF-6806]don't mark the optional encoding parameter as required for cxf-java2wadl-plugin

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 1c238edf6 -> 8f6248067


[CXF-6806]don't mark the optional encoding parameter as required for cxf-java2wadl-plugin

(cherry picked from commit 7d5a70baaee9bd95d7fffe0b1f4fcf972390e997)


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8f624806
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8f624806
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8f624806

Branch: refs/heads/3.1.x-fixes
Commit: 8f6248067247c62174a45d9c2d64f66a482798c0
Parents: 1c238ed
Author: Freeman Fang <fr...@gmail.com>
Authored: Mon Feb 29 08:07:02 2016 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Mon Feb 29 08:13:30 2016 +0800

----------------------------------------------------------------------
 .../org/apache/cxf/maven_plugin/javatowadl/ParseJavaDocMojo.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8f624806/maven-plugins/java2wadl-plugin/src/main/java/org/apache/cxf/maven_plugin/javatowadl/ParseJavaDocMojo.java
----------------------------------------------------------------------
diff --git a/maven-plugins/java2wadl-plugin/src/main/java/org/apache/cxf/maven_plugin/javatowadl/ParseJavaDocMojo.java b/maven-plugins/java2wadl-plugin/src/main/java/org/apache/cxf/maven_plugin/javatowadl/ParseJavaDocMojo.java
index be3dc32..c7e1ef1 100644
--- a/maven-plugins/java2wadl-plugin/src/main/java/org/apache/cxf/maven_plugin/javatowadl/ParseJavaDocMojo.java
+++ b/maven-plugins/java2wadl-plugin/src/main/java/org/apache/cxf/maven_plugin/javatowadl/ParseJavaDocMojo.java
@@ -49,7 +49,6 @@ public class ParseJavaDocMojo extends AbstractMojo {
      * The source encoding.
      * 
      * @parameter defaultValue = "${project.build.sourceEncoding}"
-     * @required
      */
     private String encoding;