This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cdf919  [CXF-7675]Extra dot required when specifying base packages to 
scan in Java2Wadl Maven plugins
5cdf919 is described below

commit 5cdf919c94c3606ce4a0d58536ba85b80a3c24bd
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Mar 13 11:44:25 2018 +0800

    [CXF-7675]Extra dot required when specifying base packages to scan in 
Java2Wadl Maven plugins
---
 core/src/main/java/org/apache/cxf/common/util/ClasspathScanner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/cxf/common/util/ClasspathScanner.java 
b/core/src/main/java/org/apache/cxf/common/util/ClasspathScanner.java
index fb87fe4..98581b0 100644
--- a/core/src/main/java/org/apache/cxf/common/util/ClasspathScanner.java
+++ b/core/src/main/java/org/apache/cxf/common/util/ClasspathScanner.java
@@ -30,7 +30,7 @@ import java.util.Map;
 import java.util.Set;
 
 public class ClasspathScanner {
-    public static final String ALL_FILES = "**/*";
+    public static final String ALL_FILES = "/**/*";
     public static final String ALL_CLASS_FILES = ALL_FILES + ".class";
     public static final String WILDCARD = "*";
     public static final String CLASSPATH_URL_SCHEME = "classpath:";

-- 
To stop receiving notification emails like this one, please contact
ff...@apache.org.

Reply via email to