This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_5 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 93c490c3c647996a2ed6640feef3f6fd61eb1599 Author: Sagara Gunathunga <sag...@apache.org> AuthorDate: Tue Jul 10 07:29:46 2012 +0000 Merged 1359504 to 1.5 branch. --- .../src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java b/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java index d2cb02d..414361e 100644 --- a/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java +++ b/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java @@ -72,8 +72,7 @@ public class WSDL2CodeMojo extends AbstractMojo { * Package name of the generated sources; will be used to create a package structure below the * output directory. * - * @parameter expression="${axis2.wsdl2code.package}" - * @required + * @parameter expression="${axis2.wsdl2code.package}" * */ private String packageName;