RE: Execute Integration/Unit Tests Separately

2008-04-30 Thread Campano, Troy
-Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED] Sent: 30 April 2008 02:14 To: users@maven.apache.org Subject: Execute Integration/Unit Tests Separately Hello, I am new to Maven 2 (trying to convert from Maven 1). I want to be able to run my Unit Tests and Integration

javac: target release 1.3 conflicts with default source release 1.5

2008-04-30 Thread Campano, Troy
I have this defined in my pom.xml: build pluginManagement plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration

Execute Integration/Unit Tests Separately

2008-04-29 Thread Campano, Troy
Hello, I am new to Maven 2 (trying to convert from Maven 1). I want to be able to run my Unit Tests and Integration Tests separately. I have named my unit tests **UnitTest.java and my integration tests **IntegrationTest.java. In Maven 1 I would define two custom goals in maven.xml, one for each