Re: mvn2: Failed to validate POM error

2006-11-16 Thread franz see
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/mvn2%3A-Failed-to-validate-POM-error-tf2624318s177.html#a7374342 Sent

Re: mvn2: Failed to validate POM error

2006-11-14 Thread Attila Mezei-Horvati
Deng, I deleted the whole folder with everything in it. I still don't know why is doing it, the war however includes the jar file. For now I decided to keep going with my project. It is annoying to see the warning coming up at every phase while building the package but I will have to live with

mvn2: Failed to validate POM error

2006-11-13 Thread Attila Mezei-Horvati
I have two projects. One is a jar, second is a war. I run the 'mvn clean install' for the jar and works fine. I can see the files installed in my local .m2/repository. The second project has the dependency on the first: dependency groupIdgroupId/groupId

Re: mvn2: Failed to validate POM error

2006-11-13 Thread Eric Redmond
Does it actually say: POM for 'projname':compile? with 'projname' in quotes? Note that all IDs are case sensitive also. As a last resort, try deleting the offending project from your local repository, then recompiling. Eric On 11/13/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: I have

Re: mvn2: Failed to validate POM error

2006-11-13 Thread Attila Mezei-Horvati
Eric, thanks for your reply. So far I couldn't get any closer to the issue. I already tried to delete from my local repo and then reinstall. The error still occurs. I checked the pom itself in the installed package. It is valid xml and seems as a valid pom file to me. This is the exact

Re: mvn2: Failed to validate POM error

2006-11-13 Thread Maria Odea Ching
Hi Attila, Have you tried deleting the .pom file ((com.mycompany-myapp-1.5-5007.0-QA0-SNAPSHOT.pom) from the repo before you re-installed the artifact or did you delete only the .jar (com.mycompany-myapp-1.5-5007.0-QA0-SNAPSHOT.jar) file? Thanks, Deng Attila Mezei-Horvati wrote: Eric,