Hi, Luis.

Do you have a repository entry in your pom.xml pointing to the opengeo
maven repository?

<project ... >
  ...
    <repositories>
        <repository>
            <id>opengeo</id>
            <name>Open Source Geospatial Foundation Repository</name>
            <url>http://repo.opengeo.org</url>
        </repository>
    </repositories>
  ...
</project>

This will allow your project to find that artifact available at the URL
http://repo.opengeo.org/org/geoserver/geoserver/2.2/geoserver-2.2.pom

Tom


On Wed, Jul 2, 2014 at 2:56 PM, luis enrique bustamante aragón <
[email protected]> wrote:

> Hi thanks for answering my previous questions, I have the source code of
> geoserver and I want to add a module to geoserver but in the section
> "Implementing a Wicket UI Extension",When I try to built hello module with
> "mvn install", I get the following error:
>
> C:\geoserver\src\helloEnrique>mvn clean install
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project org.geoserver:helloEnrque:1.0-SNAPSHOT
> (C:\geoserver\src\h
> elloEnrique\pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact
> org.geoserver:web
> :pom:2.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @
> line 18,
>  column 11 -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e swit
> ch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please rea
> d the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
> gException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
> delException
>
> Please help me.
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to