please ignore this message. I found out I was mistaking. Ste
On Sun, Jul 19, 2015 at 5:10 PM, Stefano Fornari <[email protected]> wrote: > Hi All, > I searched a lot but could not find the answer. > > I want that surefire runs my tests without forking threads or JVMs. I > found a lot of information on how to run tests in parallel, but none > on my question. Please note I do not care the order the tests are > executed, just I do not want that multiple threads are used. > > /opt/apache-maven-3.2.3/bin/mvn -version > Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; > 2014-08-11T22:58:10+02:00) > Maven home: /opt/apache-maven-3.2.3 > Java version: 1.8.0_45, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-8-oracle/jre > Default locale: en_GB, platform encoding: UTF-8 > OS name: "linux", version: "3.16.0-37-generic", arch: "amd64", family: "unix" > > The plugin configuration is as follows: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <version>2.18.1</version> > <configuration> > <parallel>classes</parallel> > <forkCount>0</forkCount> > <threadCount>1</threadCount> > </configuration> > </plugin> > > any help is very appreciated. > > > Ste --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
