Link to home
Start Free TrialLog in
Avatar of gdkinney_2
gdkinney_2

asked on

Maven related POM file error in Eclipse in Struts J2EE Application

Hi,

I have a J2EE struts application that I am attempting to build, deploy and run in my Eclipse development environment.  I am using Maven within Eclipse.  We are using Glassfish 3.1.2.  I am getting an error (problem) within Eclipse.  Here is the error:

Project build error: Non-resolvable parent POM: Failure to find mil.army.us.sec:SEC:pom:5.x.x in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM      pom.xml      /FDMWeb      line 2      Maven pom Loading Problem

I want to deploy this project to Glassfish within Eclipse but I guess I am being prevented from doing this until the problem is resolved.

Thanks
Avatar of mrayandutta
mrayandutta

Could you share your pom file ,I can have a look into it .
ASKER CERTIFIED SOLUTION
Avatar of gdkinney_2
gdkinney_2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gdkinney_2

ASKER

Problem went away when I build the various projects of the application using Maven in a particular order.