Hi devs, I was able to successfully build the Tuscany source. The Solution pointed out by Raymond solved my problem.
But when i tried to buid it using the maven command, mvn -fae -Dmaven.skip.test=true clean install as stated in the developer guide I noticed that skipping tests is not happening. I was successful with the command, mvn -fae -*Dmaven.test.skip*=true clean install Think the property that is checked before test execution is *maven.test.skip * . sorry i didnt look in to the pom s for verify this. if this is a error in the guide please correct it. FYI , I was able to set up the project in JIDEA using idea maven plugin , mvn idea:idea Thanks for your help, cheers, Pradeep fernando.
