« Return to Thread: httpbuilder + maven problem?

httpbuilder + maven problem?

by Pete McKinstry-3 :: Rate this Message:

Reply to Author | View in Thread

I'm having trouble w/ the maven-grails plugin in combination w/ the httpbuilder library. When I include the httpbuilder in my pom.xml, maven crashes right in the middle of the test phase. It compiles fine & then fails right @ the beginning of the test phase. No error msg, It just quits. Like this: (output using mvn -e package)

Starting unit tests ...
Running tests of type 'unit'
-------------------------------------------------------
Running 12 unit tests...
Running test MenuFiltersTests...
$

If I pass -Dmaven.test.skip=true then it completes fine (including packaging the war). I've tried using an older/released version of the httpbuilder (i was using 0.5.0-SNAPSHOT) w/o any change. Of course this all works fine using grails directly. (grails war, etc...) 

Any suggestions? 

-pgm 

 « Return to Thread: httpbuilder + maven problem?