Make sure mina tests are running with the mina provider, but disable the 
profile until the tests are fixed


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/d458c57a
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/d458c57a
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/d458c57a

Branch: refs/heads/master
Commit: d458c57a0a7e1fefd28afcbe4c094c26d93674b1
Parents: 16349da
Author: Guillaume Nodet <gno...@apache.org>
Authored: Tue Mar 6 13:27:14 2018 +0100
Committer: Guillaume Nodet <gno...@apache.org>
Committed: Tue Mar 6 13:38:43 2018 +0100

----------------------------------------------------------------------
 sshd-core/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/d458c57a/sshd-core/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 1dd243b..7eac70c 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -157,7 +157,7 @@
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     
<reportsDirectory>${project.build.directory}/surefire-reports-nio2</reportsDirectory>
                     <systemProperties>
-                        
<org.apache.sshd.common.io.IoServiceFactory>org.apache.sshd.common.io.nio2.Nio2ServiceFactory</org.apache.sshd.common.io.IoServiceFactory>
+                        
<org.apache.sshd.common.io.IoServiceFactoryFactory>org.apache.sshd.common.io.nio2.Nio2ServiceFactoryFactory</org.apache.sshd.common.io.IoServiceFactoryFactory>
                     </systemProperties>
                     <excludes>
                         <exclude>**/*LoadTest.java</exclude>
@@ -205,6 +205,7 @@
                 </plugins>
             </build>
         </profile>
+        <!--
         <profile>
             <id>test-mina</id>
             <activation>
@@ -224,7 +225,7 @@
                                 <configuration>
                                     
<reportsDirectory>${project.build.directory}/surefire-reports-mina</reportsDirectory>
                                     <systemProperties>
-                                        
<org.apache.sshd.common.io.IoServiceFactory>org.apache.sshd.common.io.mina.MinaServiceFactory</org.apache.sshd.common.io.IoServiceFactory>
+                                        
<org.apache.sshd.common.io.IoServiceFactoryFactory>org.apache.sshd.common.io.mina.MinaServiceFactoryFactory</org.apache.sshd.common.io.IoServiceFactoryFactory>
                                     </systemProperties>
                                 </configuration>
                             </execution>
@@ -233,6 +234,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>load-test</id>
             <build>

Reply via email to