Cobertura version 2.3 fails the JUnit test cases

2010-04-09 Thread aabhijit
Actually I am using cobertura maven plug-in version 2.3 with maven version 2.1. In my JUnits I have DB and EJB calls. During the build I use surefire maven plugin property “forkMode=always” and with this property the unit test cases pass properly. Otherwise Surefire plugin has problem running JU

Maven archiver 2.4 not resolving ${artifact.artifactId}.${artifact.extension} in customClasspathLayout entry.

2009-09-01 Thread aabhijit
hi all I am using following snippet to add maven-archiver version 2.4 in dependency for jar plugin. I am doing this becuase maven-jar-plugin version 2.2 uses maven-archiver 2.3. I want to use version 2.4. maven-jar-plugin maven-archiv

Activation by property not working

2009-07-30 Thread aabhijit
http://www.nabble.com/file/p24751638/pom.jpeg I have defined property called "daoAspectEnabled" and set the value to true in the same profile. In the same profile in the activation section I am trying to activate the profile if this property is set to value true. I am expecting that once the p