RE: Maven/OS X Development Question

2008-11-05 Thread wxlund
. All of these maven issues I read related to mvn command line invocations that work in JDK 1.6 and break with JDK 1.5. Any ideas? Wayne Eugene Kuleshov wrote: wxlund wrote: I'm getting a very similar problem. I'm running eclipse and maven and working with the new m2eclipse plugin on OS X

RE: Maven/OS X Development Question

2008-11-04 Thread wxlund
I'm getting a very similar problem. I'm running eclipse and maven and working with the new m2eclipse plugin on OS X doing RCP development with Maven. When I try and install my jars with JDK 5.0 configured I get the following: = setup = wayne-lunds-macbook-pro:jars wxlund$ java

mvn site vs mvn package differences with eclipse plung

2008-05-21 Thread wxlund
I am having problems getting my surefire reports from mvn site. When I run mvn package the unit tests seem to report the tests correctly. I randomly tested the failed tests within eclipse and found that the failing tests broken inside and outside of eclipse (meaning when I run mvn package). I

Re: mvn site vs mvn package differences caused by cobertura

2008-05-21 Thread wxlund
After a little more exploring I found the root problem for the inconsistency between mvn site and mvn package. (Disclaimer: I've used maven for a few years but have always leaned on smart Dev Arch guys that know the tool much better than myself for setting things up correctly). Anyway, the