On the mvn command line use -P geofence-server and the build will fail to 
compile as it can't find the org.restlet.resource package.  I fixed the error 
by inserting this into ...community\geofence\pom.xml...

        <dependency>
         <groupId>org.restlet</groupId>
         <artifactId>org.restlet</artifactId>
        </dependency>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to