Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 399249b7f -> 0ea13a8e1


[CXF-6945] Fixing a typo in WADL2JavaMojo, patch from Jurrie Overgoor applied


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

Branch: refs/heads/3.1.x-fixes
Commit: 0ea13a8e17b88fd4cdf7273b55115c1e48908bfc
Parents: 399249b
Author: Sergey Beryozkin <[email protected]>
Authored: Mon Jun 20 10:05:15 2016 +0100
Committer: Sergey Beryozkin <[email protected]>
Committed: Mon Jun 20 10:06:27 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0ea13a8e/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java
----------------------------------------------------------------------
diff --git 
a/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java
 
b/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java
index 5ed5527..cbbc10b 100644
--- 
a/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java
+++ 
b/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java
@@ -45,7 +45,7 @@ public class WADL2JavaMojo extends AbstractCodeGeneratorMojo {
     @Parameter
     WadlOption wadlOptions[];
 
-    @Parameter(property = "cxf.wadlRoot", defaultValue = 
"${basedir}/src/main/resources/wad")
+    @Parameter(property = "cxf.wadlRoot", defaultValue = 
"${basedir}/src/main/resources/wadl")
     File wadlRoot;
 
     @Parameter(property = "cxf.testWadlRoot", defaultValue = 
"${basedir}/src/test/resources/wadl")

Reply via email to