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

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

commit 63c2106ab3cfc289c2ff123d86b46e0981817ff8
Author: juanpablo <juanpa...@apache.org>
AuthorDate: Sat Dec 16 19:48:18 2017 +0100

    Improvement on JSPWIKI-843 - exclude tests from test-jar
---
 jspwiki-war/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/jspwiki-war/pom.xml b/jspwiki-war/pom.xml
index 324a5cf..800134b 100644
--- a/jspwiki-war/pom.xml
+++ b/jspwiki-war/pom.xml
@@ -221,7 +221,11 @@
             <configuration>
               <excludes>
                 <exclude>**/test*/**</exclude>
+                <exclude>**/*Test.class</exclude>
+                <exclude>**/*Test$*.class</exclude>
+                <exclude>**/*Tests.class</exclude>
               </excludes>
+              <skipIfEmpty>true</skipIfEmpty>
             </configuration>
           </execution>
         </executions>

-- 
To stop receiving notification emails like this one, please contact
"commits@jspwiki.apache.org" <commits@jspwiki.apache.org>.

Reply via email to