diff --git a/pom.xml b/pom.xml
index 68b42987..90841360 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,118 @@
HEAD
+
+ geostore
+ 3.5.7
+ 5.3.0.4-fuse
+ 2.5.1
+
+ 5.3.18
+
+
+ 5.7.13
+ 2.5.2.RELEASE
+ 1.6.1.2-fuse
+ 1.6.2
+ 1.4
+ 1.0
+ 2.7.0
+ 2.8.1
+ 1.3.03
+ 2.3.1
+ 1.1.1
+ 2.3
+ 3.2.2
+ 1.9.4
+ 1.2.2
+ 1.4
+ 1.1
+ 4.0
+ 2.1
+ 2.1.2
+ 2.19.0
+ 2.2-beta-5
+ 3.1.0.2-fuse
+ 2.0.8
+ 1.0.1
+ 1.5.4
+ 2.0
+ 6.1H.22
+ 1.5.4
+ 1.0
+ 5.4.33.Final
+ geosolutions-1.3.0
+ 2.2.3
+ 2.1_3
+ 32.0.0-android
+ 4.0.0
+ 3.8.0.GA
+ 2.3-M1
+ 2.7-RC2
+ 2.16.1
+ 2.9.0
+ 1.5.2
+ 1.0
+ 2.14.0
+ 4.5.13
+ 1.0.7
+ 1.0.2.Final
+ 3.0.1
+ 4.13.2
+ geosolutions-1.3.0
+ 1.0-beta-2
+ 1.1.1
+ 1.1
+ 1.1.3
+ 1.1.1
+ 1.3.3
+ 42.3.9
+ 1.10
+ 1.3.175
+ 4.6.1
+ 11.2.0
+ 2.0.17.RELEASE
+ 1.9.3
+ 18.0.0
+ 1.0.11.RELEASE
+ 3.18.3
+ 2.1.12
+ 1.3
+ 1.12
+ 2.3.20
+ 1.5.5
+ 0.9.16
+ 6.1.23
+ 1.2
+ 2.4.2-geoserver
+ 3.11.0
+ 3.10.1
+ true
+ deprecation
+ 3.1.12.2
+ 6.42.0
+
+ 2.18.0
+ UTF-8
+ 8
+ 8
+ 3.0.1
+ 2.5.2
+ 2.4
+ 3.0.1
+ 3.0.0-M7
+ 9.0.9
+ 2.9.1
+ 0.3.1
+ 2.10
+ 0.8.10
+ 4.1.0
+ 2.7
+
+
jenkins
http://build.geo-solutions.it/jenkins/view/GeoStore/
@@ -95,13 +207,12 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.10.1
+ ${maven-compiler-plugin.version}
- utf8
- 8
- 8
+ ${project.build.sourceEncoding}
+ ${maven-compiler-plugin.source}
+ ${maven-compiler-plugin.target}
true
- UTF-8
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
- xml
- 256m
-
- true
+ false
+ -Dfile.encoding=UTF-8 -noverify
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco-maven-plugin.version}
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ ${coveralls-maven-plugin.version}
+
+
+
org.owasp
dependency-check-maven
- 9.0.9
+ ${dependency-check-maven.version}
true
@@ -196,7 +339,7 @@
com.coveo
fmt-maven-plugin
- 2.9.1
+ ${fmt-maven-plugin.version}
false
.*\.java
@@ -215,7 +358,7 @@
org.commonjava.maven.plugins
directory-maven-plugin
- 0.3.1
+ ${directory-maven-plugin.version}
directories
@@ -235,7 +378,7 @@
org.apache.maven.wagon
wagon-ftp
- 2.10
+ ${wagon-ftp.version}
@@ -260,9 +403,4 @@
src
-
-
- UTF-8
-
-
diff --git a/src/core/persistence/pom.xml b/src/core/persistence/pom.xml
index 3e9eb5d3..5464441d 100644
--- a/src/core/persistence/pom.xml
+++ b/src/core/persistence/pom.xml
@@ -211,11 +211,10 @@
junit
test
-
-
-
+
+
diff --git a/src/core/security/pom.xml b/src/core/security/pom.xml
index b3805bf0..be542885 100644
--- a/src/core/security/pom.xml
+++ b/src/core/security/pom.xml
@@ -135,7 +135,6 @@
it.geosolutions.geostore
geostore-model
-
diff --git a/src/core/services-api/pom.xml b/src/core/services-api/pom.xml
index cb41c59a..d601405d 100644
--- a/src/core/services-api/pom.xml
+++ b/src/core/services-api/pom.xml
@@ -147,7 +147,6 @@
junit
test
-
diff --git a/src/core/services-impl/pom.xml b/src/core/services-impl/pom.xml
index 55d59fbf..7e11d606 100644
--- a/src/core/services-impl/pom.xml
+++ b/src/core/services-impl/pom.xml
@@ -157,7 +157,6 @@
junit
test
-
@@ -181,7 +180,7 @@
org.codehaus.mojo
cobertura-maven-plugin
- 2.7
+ ${cobertura-maven-plugin.version}
diff --git a/src/modules/rest/client/pom.xml b/src/modules/rest/client/pom.xml
index a2e6a66b..f6389187 100644
--- a/src/modules/rest/client/pom.xml
+++ b/src/modules/rest/client/pom.xml
@@ -95,11 +95,6 @@
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.15
-
diff --git a/src/modules/rest/extjs/pom.xml b/src/modules/rest/extjs/pom.xml
index 1beb7a84..19eff24a 100644
--- a/src/modules/rest/extjs/pom.xml
+++ b/src/modules/rest/extjs/pom.xml
@@ -103,40 +103,4 @@
test
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.15
-
-
-
-
-
diff --git a/src/modules/rest/impl/pom.xml b/src/modules/rest/impl/pom.xml
index f278bb81..f4fbfeb3 100644
--- a/src/modules/rest/impl/pom.xml
+++ b/src/modules/rest/impl/pom.xml
@@ -270,7 +270,6 @@
4.8.0
test
-
@@ -283,36 +282,6 @@
-
-
-
-
-
-
- maven-surefire-plugin
- 3.0.0-M7
-
- false
-
-
-
diff --git a/src/modules/rest/test/pom.xml b/src/modules/rest/test/pom.xml
index b1cfa583..1830dc85 100644
--- a/src/modules/rest/test/pom.xml
+++ b/src/modules/rest/test/pom.xml
@@ -41,9 +41,7 @@
org.apache.logging.log4j
log4j-api
-
-
diff --git a/src/pom.xml b/src/pom.xml
index 09e02f95..c19c221b 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -33,103 +33,6 @@
GeoStore - 0 Server Root
-
- geostore
- 3.5.7
- 5.3.0.4-fuse
- 2.5.1
-
- 5.3.18
-
-
- 5.7.13
- 2.5.2.RELEASE
- 1.6.1.2-fuse
- 1.6.2
- 1.4
- 1.0
- 2.7.0
- 2.8.1
- 1.3.03
- 2.3.1
- 1.1.1
- 2.3
- 3.2.2
- 1.9.4
- 1.2.2
- 1.4
- 1.1
- 4.0
- 2.1
- 2.1.2
- 2.19.0
- 2.2-beta-5
- 3.1.0.2-fuse
- 2.0.8
- 1.0.1
- 1.5.4
- 2.0
- 6.1H.22
- 1.5.4
- 1.0
- 5.4.33.Final
- geosolutions-1.3.0
- 2.2.3
- 2.1_3
- 18.0
- 4.0.0
- 3.8.0.GA
- 2.3-M1
- 2.7-RC2
- 2.16.1
- 2.9.0
- 1.5.2
- 1.0
- 2.14.0
- 4.5.13
- 1.0.7
- 1.0.2.Final
- 3.0.1
- 4.13.2
- geosolutions-1.3.0
- 1.0-beta-2
- 1.1.1
- 1.1
- 1.1.3
- 1.1.1
- 1.3.3
- 42.3.9
- 1.10
- 1.3.175
- 4.6.1
- 11.2.0
- 2.0.17.RELEASE
- 1.9.3
- 18.0.0
- 1.0.11.RELEASE
- 3.18.3
- 2.1.12
- 1.3
- 1.12
- 2.3.20
- 1.5.5
- 0.9.16
- 6.1.23
- 1.2
- 2.4.2-geoserver
- 3.11.0
- 3.8.0
- true
- deprecation
- 3.1.12.2
- 6.42.0
-
- 2.18.0
-
-
jenkins
http://ci.geo-solutions.it/
@@ -1082,37 +985,6 @@
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 3.0.1
-
- UTF-8
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- 2.4.2
-
- -Dfile.encoding=UTF-8 -noverify
-
-
-
-
-
diff --git a/src/web/app/pom.xml b/src/web/app/pom.xml
index 69885652..3abee446 100644
--- a/src/web/app/pom.xml
+++ b/src/web/app/pom.xml
@@ -136,7 +136,6 @@
jstl
test
-