[Geoserver-devel] [jira] Created: (GEOS-4534) wps-sextante pom.xml needs a couple of changes to work

wps-sextante pom.xml needs a couple of changes to work
------------------------------------------------------

                 Key: GEOS-4534
                 URL: http://jira.codehaus.org/browse/GEOS-4534
             Project: GeoServer
          Issue Type: Bug
          Components: WPS
    Affects Versions: 2.1-RC3
         Environment: windows xp running geoserver locally
            Reporter: Syrus Mesdaghi
            Assignee: Andrea Aime

To compile and run the wps-sextante I had to make a few small changes to the pom file:

        <groupId>org.geoserver.community</groupId>
        <artifactId>wps</artifactId>
changed to
        <groupId>org.geoserver</groupId>
        <artifactId>community</artifactId>

and two instances of the following:
           <groupId>org.geoserver.community</groupId>
changed to
           <groupId>org.geoserver.extension</groupId>

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira