Skip to content

Commit

Permalink
Migrating from ogc to ogcapi module
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Jun 19, 2019
1 parent ffb7f4f commit e30bdff
Show file tree
Hide file tree
Showing 45 changed files with 20 additions and 1 deletion.
File renamed without changes.
8 changes: 8 additions & 0 deletions src/community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<descriptor>release/ext-s3-geotiff.xml</descriptor>
<descriptor>release/ext-wmts-styles.xml</descriptor>
<descriptor>release/ext-ogr-datastore.xml</descriptor>
<descriptor>release/ext-ogcapi.xml</descriptor>
</descriptors>
</configuration>
</plugin>
Expand Down Expand Up @@ -271,6 +272,7 @@
<module>qos</module>
<module>mapml</module>
<module>web-ogr</module>
<module>ogcapi</module>
</modules>
</profile>
<profile>
Expand Down Expand Up @@ -626,5 +628,11 @@
<module>web-ogr</module>
</modules>
</profile>
<profile>
<id>ogcapi</id>
<modules>
<module>ogcapi</module>
</modules>
</profile>
</profiles>
</project>
13 changes: 12 additions & 1 deletion src/web/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1680,5 +1680,16 @@
</dependency>
</dependencies>
</profile>
</profiles>
<profile>
<id>ogcapi</id>
<dependencies>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-ogcapi</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>

</profiles>
</project>

0 comments on commit e30bdff

Please sign in to comment.