Skip to content

Commit

Permalink
geoserver#128: jdk11: major modules refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Jan 20, 2020
1 parent 6afa1d1 commit f6da23b
Show file tree
Hide file tree
Showing 294 changed files with 743 additions and 2,308 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ src/gui/web/war/geofence/
**/gwt-unitCache/
**/geofence_db/
**/nbproject/

**/nb-configuration.xml
File renamed without changes.
2 changes: 1 addition & 1 deletion src/services/core/model/pom.xml → src/core/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/services/core/pom.xml → src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<parent>
<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-root</artifactId>
<artifactId>geofence</artifactId>
<version>3.5-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

<parent>
<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-modules</artifactId>
<artifactId>geofence-extension</artifactId>
<version>3.5-SNAPSHOT</version>
</parent>

<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-ldap</artifactId>
<packaging>jar</packaging>
<name>GeoFence - Module - LDAP Support</name>
<name>GeoFence - Extension - LDAP Support</name>

<properties>
<apacheldap-version>2.0.0.AM25</apacheldap-version>
Expand Down
8 changes: 3 additions & 5 deletions src/services/modules/pom.xml → src/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@

<parent>
<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-root</artifactId>
<artifactId>geofence</artifactId>
<version>3.5-SNAPSHOT</version>
</parent>

<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-modules</artifactId>
<artifactId>geofence-extension</artifactId>
<packaging>pom</packaging>
<name>GeoFence - Modules - 0 Root</name>
<name>GeoFence - Extensions</name>

<modules>
<module>login</module>
<module>generic-api</module>
<module>rest</module>
<module>ldap</module>
</modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-rest-api</artifactId>
<packaging>jar</packaging>
<name>GeoFence - Modules - REST API</name>
<name>GeoFence - Extension - REST API</name>

<dependencies>
<!-- ================================================================-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-rest-client</artifactId>
<packaging>jar</packaging>
<name>GeoFence - Modules - REST client</name>
<name>GeoFence - Extension - REST client</name>

<dependencies>
<!-- ================================================================-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>geofence-rest-impl</artifactId>
<packaging>jar</packaging>

<name>GeoFence - Modules - REST services implementation</name>
<name>GeoFence - Extension - REST services implementation</name>

<dependencies>
<!-- ================================================================-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<parent>
<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-modules</artifactId>
<artifactId>geofence-extension</artifactId>
<version>3.5-SNAPSHOT</version>
</parent>

<groupId>org.geoserver.geofence</groupId>
<artifactId>geofence-rest-root</artifactId>
<name>GeoFence - Modules - REST root</name>
<name>GeoFence - Extension - REST root</name>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<artifactId>geofence-rest-test</artifactId>
<packaging>war</packaging>

<name>GeoFence - Modules - REST services test</name>
<name>GeoFence - Extension - REST services test</name>

<developers>
<developer>
Expand Down
Loading

0 comments on commit f6da23b

Please sign in to comment.