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