Re: mvn2: Failed to validate POM error

2006-11-16 Thread franz see
Good day to you, Attila, If you are getting that message. Then that means something is wrong for that artifact of yours installed in your pom (when you do mvn install, the package of your project will be copied in your local repository and a .pom file will be generated there as well). Kindly ch

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 i

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, th

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 messag

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

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: groupId projName versionNumber