This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/master by this push:
new 253f9c4 Try to define groups that are close to what our code actually
looks like
253f9c4 is described below
commit 253f9c4bb2f472b6b8ae9f49b115f49337857a9c
Author: Daniel Kulp <[email protected]>
AuthorDate: Fri Jan 5 09:09:14 2018 -0500
Try to define groups that are close to what our code actually looks like
---
buildtools/src/main/resources/cxf-checkstyle-corba.xml | 2 +-
buildtools/src/main/resources/cxf-checkstyle.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildtools/src/main/resources/cxf-checkstyle-corba.xml
b/buildtools/src/main/resources/cxf-checkstyle-corba.xml
index 7fbbbce..c19203c 100644
--- a/buildtools/src/main/resources/cxf-checkstyle-corba.xml
+++ b/buildtools/src/main/resources/cxf-checkstyle-corba.xml
@@ -83,7 +83,7 @@
<module name="RedundantImport" />
<module name="UnusedImports" />
<module name="ImportOrder">
- <property name="groups"
value="java,javax,org.w3c,org.xml,antlr,com,*,/^org\.(easymock|junit)\./" />
+ <property name="groups"
value="java,javax,org.w3c,org.xml,antlr,com,*,io,/^org\.(easymock|junit|ops4j\.pax\.exam|ops4j\.pax\.tinybundles|mockito)\./"
/>
<property name="ordered" value="true" />
<property name="separated" value="true"/>
diff --git a/buildtools/src/main/resources/cxf-checkstyle.xml
b/buildtools/src/main/resources/cxf-checkstyle.xml
index 438a72d..0988ed3 100644
--- a/buildtools/src/main/resources/cxf-checkstyle.xml
+++ b/buildtools/src/main/resources/cxf-checkstyle.xml
@@ -80,7 +80,7 @@
<module name="RedundantImport" />
<module name="UnusedImports" />
<module name="ImportOrder">
- <property name="groups"
value="java,javax,org.w3c,org.xml,antlr,com,*,/^org\.(easymock|junit)\./" />
+ <property name="groups"
value="java,javax,org.w3c,org.xml,antlr,com,*,io,/^org\.(easymock|junit|ops4j\.pax\.exam|ops4j\.pax\.tinybundles|mockito)\./"
/>
<property name="ordered" value="true" />
<property name="separated" value="true"/>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].