Skip to content

jell0720/geoserver-exts

 
 

Repository files navigation

geoserver-exts

Building

geoserver-exts currently depends on a recent version of geoserver master. You can build that first, or have the geoserver-exts build pull down the latest geoserver snapshot.

git clone git@github.com:boundlessgeo/geoserver-exts.git
cd geoserver-exts
mvn install

Adding a new extension

  1. In the parent geoserver-exts pom, add a new module to the list.

  2. In the extension's pom, add a parent section to point to the parent pom.

     <parent>
       <groupId>org.opengeo</groupId>
       <artifactId>geoserver-exts</artifactId>
       <version>2.7-SNAPSHOT</version>
     </parent>
     

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.9%
  • HTML 4.6%
  • Scheme 2.8%
  • JavaScript 0.4%
  • Clean 0.3%
  • Python 0.3%
  • Other 0.7%