Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B646181FF for ; Mon, 29 Feb 2016 00:15:39 +0000 (UTC) Received: (qmail 55579 invoked by uid 500); 29 Feb 2016 00:15:39 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 55516 invoked by uid 500); 29 Feb 2016 00:15:39 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 55507 invoked by uid 99); 29 Feb 2016 00:15:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Feb 2016 00:15:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13558DFDD7; Mon, 29 Feb 2016 00:15:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ffang@apache.org To: commits@cxf.apache.org Message-Id: <64c3fbc7da3542d09c89fe7cf0469b2f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: [CXF-6806]don't mark the optional encoding parameter as required for cxf-java2wadl-plugin Date: Mon, 29 Feb 2016 00:15:39 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/3.0.x-fixes ef9838504 -> 83c9a094c [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/83c9a094 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/83c9a094 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/83c9a094 Branch: refs/heads/3.0.x-fixes Commit: 83c9a094cf9fbece1c4c40f37e5ef8daabd04d96 Parents: ef98385 Author: Freeman Fang Authored: Mon Feb 29 08:07:02 2016 +0800 Committer: Freeman Fang Committed: Mon Feb 29 08:15:12 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/83c9a094/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 3304fb3..5fbd8ed 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 @@ -51,7 +51,6 @@ public class ParseJavaDocMojo extends AbstractJavadocMojo { * The source encoding. * * @parameter defaultValue = "${project.build.sourceEncoding}" - * @required */ private String encoding;