Re: Debugging maven within eclipse

2007-06-07 Thread Nenad Jaksic
Your M2_HOME should point to directory where maven repository is located Than can be any location or .m2 directory as suggested in installation guide. Hope this helps http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE On 6/6/07, Graham Leggett [EMAIL PROTECTED] wrote:

RE: isXX vs getXX

2007-06-06 Thread nenad . jaksic
Hello, I forgot to add dependency to boolean-getter binaries Thanks, that was simple! - Originalnachricht - Von: [EMAIL PROTECTED] Datum: Samstag, 2. Juni 2007, 23:23 Betreff: isXX vs getXX Hello, similar as plug-in from:

isXX vs getXX- Plugin tag is not read

2007-06-04 Thread nenad . jaksic
Hello again, here is plugin Tag from my .pom file: plugin groupIdcom.sun.tools.xjc.maven2/groupId artifactIdmaven-jaxb-plugin/artifactId executions execution

isXX vs getXX

2007-06-02 Thread nenad . jaksic
Hello, similar as plug-in from: http://fisheye5.cenqua.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html does I have the following problem: Oracle SOA-OC4J expects getXX method to perform data binding and JAXB uses isXX. and I use Maven to compile/deploy services Is there