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 1184D18229 for ; Mon, 29 Feb 2016 00:26:25 +0000 (UTC) Received: (qmail 67883 invoked by uid 500); 29 Feb 2016 00:26:25 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 67805 invoked by uid 500); 29 Feb 2016 00:26:24 -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 67796 invoked by uid 99); 29 Feb 2016 00:26:24 -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:26:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CB2EBDFC11; Mon, 29 Feb 2016 00:26:24 +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 Date: Mon, 29 Feb 2016 00:26:24 -0000 Message-Id: <7b8f6d6fd177414491f69cb6cbe8881b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf git commit: [CXF-6806]don't mark the optional encoding parameter as required for cxf-java2wadl-plugin Repository: cxf Updated Branches: refs/heads/master 66fc0d982 -> 3132adfe2 [CXF-6806]don't mark the optional encoding parameter as required for cxf-java2wadl-plugin Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7d5a70ba Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7d5a70ba Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7d5a70ba Branch: refs/heads/master Commit: 7d5a70baaee9bd95d7fffe0b1f4fcf972390e997 Parents: e61a83d Author: Freeman Fang Authored: Mon Feb 29 08:07:02 2016 +0800 Committer: Freeman Fang Committed: Mon Feb 29 08:07:02 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/7d5a70ba/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;