Hello,

When i configure surefire in the pom in order to skip the tests, compilation of unit tests are done. But when i use the command line configuration (-Dmaven.test.skip=true), compilation of unit tests are not done.

Has someone the same behavior? Is it a bug (already known?)

thx for help

Jérémy SOULA

P.S: i use maven-2.0.7, jdk 1.4 et windows XP. This is the configuration of the surefire plugin in the pom:
<plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
               <version>2.3</version>
               <configuration>
                   <skip>true</skip>
               </configuration>
           </plugin>
       </plugins>
   </build>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to