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
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
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