How to change default settings for jaxws-maven-plugin?

2012-04-28 Thread gchoi
I am running jaxws-maven-plugin through Maven as follow. How do I specify arguments to wsimport goal? for example adding -Xendorsed option to wsimport(I can add them when running wsimport on the command line)? I just start to use Maven, so please forgive me if I am asking something nonesense.

Re: Problem with running Maven project

2012-04-10 Thread gchoi
After I switch M2 path from NetBeans maven plugin to regular Maven installation path, it worked. Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Problem-with-running-Maven-project-tp5630928p5631081.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Problem with running Maven project

2012-04-10 Thread gchoi
I try to get this tutorial(http://www.jroller.com/gmazza/entry/web_service_tutorial) run, but build is failing. I am not familair with Maven(just started to use it) to fix this issue. So, if someone could help me out that would be great. I am using NetBean(7.1.1) Maven plugin. I removed cache for m

How to include librabries when compile with Maven?

2012-03-18 Thread gchoi
Hi All, As you can see from the subject, I am new to Maven. I used to develope, compile and build project using Eclipse, but recently I got some problem with Eclipse with Metro generated code. Someone suggested me that I should compile project using Maven instead Eclipse. So, hear I am. My project