Dear all ;
I have plug in devoloped by one of my fellow mates. Its POM.xml says it requires the jars of Geoserver 1.7.2. But in my computer when ever i run mvn install it fails. I can get a successful build by changing .it to 1.7.0. I have attached the pom.xml with this.
E:\level4project\map-processor>mvn install
[INFO] Scanning for projects…
Downloading: http://repository.codehaus.org//org/geoserver/community/1.7.2/community-1.7.2.pom
Downloading: http://lists.refractions.net/m2/org/geoserver/community/1.7.2/community-1.7.2.pom
Downloading: http://repo1.maven.org/maven2/org/geoserver/community/1.7.2/community-1.7.2.pom
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project’s POM).
Project ID: org.geoserver:map-processor:jar:1.0
Reason: Cannot find parent: org.geoserver:community for project: org.geoserver:map-processor:jar:1.0
for project org.geoserver:map-processor:jar:1.0
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.geoserver:community for pr
oject: org.geoserver:map-processor:jar:1.0 for project org.geoserver:map-processor:jar:1.0
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292)
etc.
But the project as i mentioned earlier could be build with replacing 1.7.2 with 1.7.0. But it shows errors as due to some dependencies present between the two version.
Can some one tell me what is really going on. I can attach the code if required.
thanks and best regards
deneth
pom.xml (4.23 KB)