This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7993a129a1fe22ef968ae9127cfe6d16d5b87f92 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Tue Nov 14 23:59:53 2017 +0100 camel-xmpp: enable tests on windows --- components/camel-xmpp/pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml index 56443b2..d7e312b 100644 --- a/components/camel-xmpp/pom.xml +++ b/components/camel-xmpp/pom.xml @@ -138,20 +138,9 @@ </plugins> </build> - <!-- skip tests on Windows and AIX --> + <!-- skip tests on AIX --> <profiles> <profile> - <id>windows</id> - <activation> - <os> - <family>Windows</family> - </os> - </activation> - <properties> - <skipTests>true</skipTests> - </properties> - </profile> - <profile> <id>aix</id> <activation> <os> -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" <commits@camel.apache.org>.