Skip to content

jj0hns0n/geoserver-exts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:opengeo/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.3-SNAPSHOT</version>
     </parent>
     

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.7%
  • JavaScript 14.5%
  • Other 0.8%