diff --git a/boms/bom/pom.xml b/boms/bom/pom.xml index a1566df96d..3dcd0373c7 100644 --- a/boms/bom/pom.xml +++ b/boms/bom/pom.xml @@ -1,7 +1,7 @@ maven-source-plugin - 3.0.1 + 3.2.1 - org.codehaus.mojo build-helper-maven-plugin - 3.1.0 + 3.4.0 - org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M3 enforce-maven diff --git a/extras/bundles/grizzly-httpservice-bundle/pom.xml b/extras/bundles/grizzly-httpservice-bundle/pom.xml index 83acb05139..efccb36330 100644 --- a/extras/bundles/grizzly-httpservice-bundle/pom.xml +++ b/extras/bundles/grizzly-httpservice-bundle/pom.xml @@ -1,7 +1,7 @@ @@ -83,6 +82,34 @@ + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + provided + junit, hamcrest-core + module-info.java + + ${basedir}/src/main/java + false + true + + + + + maven-compiler-plugin @@ -91,6 +118,7 @@ + org.apache.felix maven-bundle-plugin @@ -129,17 +157,7 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${basedir}/../../grizzly-httpservice/src/main/java; - ${basedir}/../../../modules/bundles/http-servlet/src/main/java; - - -Xdoclint:none - - + org.apache.maven.plugins maven-source-plugin @@ -150,6 +168,7 @@ + maven-antrun-plugin 1.8 @@ -167,33 +186,7 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - provided - junit, hamcrest-core - module-info.java - - ${basedir}/src/main/java - false - true - - - - + diff --git a/extras/bundles/pom.xml b/extras/bundles/pom.xml index 91a9b35c77..6053a46fa9 100644 --- a/extras/bundles/pom.xml +++ b/extras/bundles/pom.xml @@ -23,7 +23,7 @@ org.glassfish.grizzly grizzly-project - 4.0.0.payara-p2-SNAPSHOT + 4.0.2.payara-p1-SNAPSHOT ../../pom.xml diff --git a/extras/connection-pool/pom.xml b/extras/connection-pool/pom.xml index ebd01097ac..08e895b410 100644 --- a/extras/connection-pool/pom.xml +++ b/extras/connection-pool/pom.xml @@ -1,7 +1,7 @@ + + src + + + + + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + + + module-info.java + junit, hamcrest-core + + ${basedir}/src/main/java + false + true + + + + + org.apache.felix maven-bundle-plugin @@ -73,17 +120,7 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${basedir}/../http/src/main/java; - ${basedir}/../../comet/src/main/java; - - -Xdoclint:none - - + org.apache.maven.plugins maven-source-plugin @@ -94,19 +131,7 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - src - - - - + maven-antrun-plugin 1.8 @@ -124,31 +149,7 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - junit, hamcrest-core - - ${basedir}/src/main/java - false - true - - - - + diff --git a/modules/bundles/core/pom.xml b/modules/bundles/core/pom.xml index 631030834f..bcdb0ad409 100644 --- a/modules/bundles/core/pom.xml +++ b/modules/bundles/core/pom.xml @@ -1,7 +1,7 @@ + + src + + + + + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + + module-info.java + junit,hamcrest-core + + ${basedir}/src/main/java + false + true + + + + + org.apache.felix maven-bundle-plugin @@ -73,17 +119,15 @@ + org.apache.maven.plugins maven-javadoc-plugin - - ${basedir}/../../grizzly/src/main/java; - ${basedir}/../../portunif/src/main/java; - -Xdoclint:none + org.apache.maven.plugins maven-source-plugin @@ -94,19 +138,7 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - src - - - - + maven-antrun-plugin 1.8 @@ -124,31 +156,7 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - junit,hamcrest-core - - ${basedir}/src/main/java - false - true - - - - + diff --git a/modules/bundles/http-all/pom.xml b/modules/bundles/http-all/pom.xml index 9ef97f1957..193ea916b0 100644 --- a/modules/bundles/http-all/pom.xml +++ b/modules/bundles/http-all/pom.xml @@ -1,7 +1,7 @@ + + src + + + + + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + junit, hamcrest-core + module-info.java + + ${basedir}/src/main/java + false + true + + + + + org.apache.felix maven-bundle-plugin @@ -86,19 +125,7 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${basedir}/../http/src/main/java; - ${basedir}/../../comet/src/main/java; - ${basedir}/../../websockets/src/main/java; - ${basedir}/../../servlet/src/main/java; - - -Xdoclint:none - - + org.apache.maven.plugins maven-source-plugin @@ -109,19 +136,7 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - src - - - - + maven-antrun-plugin 1.8 @@ -139,32 +154,7 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - junit, hamcrest-core - module-info.java - - ${basedir}/src/main/java - false - true - - - - + diff --git a/modules/bundles/http-servlet/pom.xml b/modules/bundles/http-servlet/pom.xml index d8a470601e..98f053bd63 100755 --- a/modules/bundles/http-servlet/pom.xml +++ b/modules/bundles/http-servlet/pom.xml @@ -1,7 +1,7 @@ + + src + + + + + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + junit, hamcrest-core + module-info.java + + ${basedir}/src/main/java + false + true + + + + + org.apache.felix maven-bundle-plugin @@ -78,18 +117,7 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${basedir}/../http/src/main/java; - ${basedir}/../../http-servlet/src/main/java; - ${basedir}/../../../extras/http-servlet-extras/src/main/java; - - -Xdoclint:none - - + org.apache.maven.plugins maven-source-plugin @@ -100,19 +128,7 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - src - - - - + maven-antrun-plugin 1.8 @@ -130,32 +146,7 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - junit, hamcrest-core - module-info.java - - ${basedir}/src/main/java - false - true - - - - + diff --git a/modules/bundles/http/pom.xml b/modules/bundles/http/pom.xml index e9e6e87f14..7a9943a682 100755 --- a/modules/bundles/http/pom.xml +++ b/modules/bundles/http/pom.xml @@ -1,7 +1,7 @@ + + src + + + + + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + + module-info.java + junit, hamcrest-core + + ${basedir}/src/main/java + false + true + + + + + org.apache.felix maven-bundle-plugin @@ -91,21 +137,7 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${basedir}/../core/src/main/java; - ${basedir}/../../http/src/main/java; - ${basedir}/../../http-server/src/main/java; - ${basedir}/../../http2/src/main/java; - ${basedir}/../../http-ajp/src/main/java; - ${basedir}/../../../extras/http-server-multipart/src/main/java; - - -Xdoclint:none - - + org.apache.maven.plugins maven-source-plugin @@ -116,19 +148,7 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - src - - - - + maven-antrun-plugin 1.8 @@ -146,31 +166,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - junit, hamcrest-core - - ${basedir}/src/main/java - false - true - - - - diff --git a/modules/bundles/pom.xml b/modules/bundles/pom.xml index 67d7142589..07eb18a092 100644 --- a/modules/bundles/pom.xml +++ b/modules/bundles/pom.xml @@ -23,7 +23,7 @@ org.glassfish.grizzly grizzly-project - 4.0.0.payara-p2-SNAPSHOT + 4.0.2.payara-p1-SNAPSHOT ../../pom.xml diff --git a/modules/bundles/websockets/pom.xml b/modules/bundles/websockets/pom.xml index 593ca31321..4db264f856 100644 --- a/modules/bundles/websockets/pom.xml +++ b/modules/bundles/websockets/pom.xml @@ -1,7 +1,7 @@ + + src + + + + + + + maven-dependency-plugin + 3.6.0 + + + src-dependencies + generate-sources + + + unpack-dependencies + + + sources + junit, hamcrest-core + module-info.java + + ${basedir}/src/main/java + false + true + + + + + org.apache.felix maven-bundle-plugin @@ -83,17 +122,7 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${basedir}/../http/src/main/java; - ${basedir}/../../websockets/src/main/java; - - -Xdoclint:none - - + org.apache.maven.plugins maven-source-plugin @@ -104,19 +133,7 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - src - - - - + maven-antrun-plugin 1.8 @@ -134,32 +151,7 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - src-dependencies - generate-sources - - - unpack-dependencies - - - sources - junit, hamcrest-core - module-info.java - - ${basedir}/src/main/java - false - true - - - - + diff --git a/modules/comet/pom.xml b/modules/comet/pom.xml index d04246569f..8e172387db 100644 --- a/modules/comet/pom.xml +++ b/modules/comet/pom.xml @@ -1,7 +1,7 @@ + 4.0.2.payara-p1-SNAPSHOT + pom grizzly-project @@ -174,7 +175,6 @@ - install target @@ -189,32 +189,33 @@ src/test/resources/ - maven-compiler-plugin - 3.9.0 + 3.11.0 - 11 - 11 + 11 -Xlint:unchecked,deprecation,fallthrough,finally,cast,dep-ann,empty,overrides org.apache.felix maven-bundle-plugin - 5.1.2 + 5.1.9 + + + <_noimportjava>true + <_runee>JavaSE-11 + + - - org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 enforce-maven @@ -235,10 +236,8 @@ - true - org.apache.maven.plugins + maven-jar-plugin - 3.2.0 @@ -251,7 +250,7 @@ - true + org.apache.maven.plugins maven-source-plugin @@ -269,7 +268,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 1.8 + none true true ${project.name} ${project.version} diff --git a/samples/connection-pool-samples/pom.xml b/samples/connection-pool-samples/pom.xml index 051a4e56d0..d54bfc6cd0 100755 --- a/samples/connection-pool-samples/pom.xml +++ b/samples/connection-pool-samples/pom.xml @@ -1,7 +1,7 @@