diff --git a/api/payara-bom/pom.xml b/api/payara-bom/pom.xml index 36b3512eca6..03b6edce4aa 100644 --- a/api/payara-bom/pom.xml +++ b/api/payara-bom/pom.xml @@ -825,4 +825,5 @@ + diff --git a/appserver/distributions/payara-ml/pom.xml b/appserver/distributions/payara-ml/pom.xml index 9856e1582ec..c11f95887fa 100644 --- a/appserver/distributions/payara-ml/pom.xml +++ b/appserver/distributions/payara-ml/pom.xml @@ -131,6 +131,19 @@ + + deployinternals + + + + maven-deploy-plugin + + true + + + + + diff --git a/appserver/distributions/payara-web-ml/pom.xml b/appserver/distributions/payara-web-ml/pom.xml index 3bb26590fb7..41c65e09897 100644 --- a/appserver/distributions/payara-web-ml/pom.xml +++ b/appserver/distributions/payara-web-ml/pom.xml @@ -133,6 +133,19 @@ + + deployinternals + + + + maven-deploy-plugin + + true + + + + + diff --git a/appserver/distributions/payara-web/pom.xml b/appserver/distributions/payara-web/pom.xml index a14a0f14c6c..cb51d8826ed 100644 --- a/appserver/distributions/payara-web/pom.xml +++ b/appserver/distributions/payara-web/pom.xml @@ -134,6 +134,19 @@ + + deployinternals + + + + maven-deploy-plugin + + true + + + + + diff --git a/appserver/distributions/payara/pom.xml b/appserver/distributions/payara/pom.xml index 48b4c45f329..85501e0c166 100644 --- a/appserver/distributions/payara/pom.xml +++ b/appserver/distributions/payara/pom.xml @@ -136,6 +136,19 @@ + + deployinternals + + + + maven-deploy-plugin + + true + + + + + diff --git a/appserver/ejb/ejb-http-remoting/client/pom.xml b/appserver/ejb/ejb-http-remoting/client/pom.xml index d49848ddf4d..b59f0fd5496 100644 --- a/appserver/ejb/ejb-http-remoting/client/pom.xml +++ b/appserver/ejb/ejb-http-remoting/client/pom.xml @@ -133,6 +133,22 @@ + + + deployinternals + + + + maven-deploy-plugin + + true + + + + + + + org.glassfish.jersey.core diff --git a/appserver/extras/embedded/all/pom.xml b/appserver/extras/embedded/all/pom.xml index 53d9b0cc91b..d2870b27433 100644 --- a/appserver/extras/embedded/all/pom.xml +++ b/appserver/extras/embedded/all/pom.xml @@ -468,5 +468,18 @@ + + deployinternals + + + + maven-deploy-plugin + + true + + + + + diff --git a/appserver/extras/embedded/web/pom.xml b/appserver/extras/embedded/web/pom.xml index 3b690d2e407..73a37e02328 100644 --- a/appserver/extras/embedded/web/pom.xml +++ b/appserver/extras/embedded/web/pom.xml @@ -371,6 +371,19 @@ + + deployinternals + + + + maven-deploy-plugin + + true + + + + + jdk8 diff --git a/appserver/extras/payara-micro/payara-micro-distribution/pom.xml b/appserver/extras/payara-micro/payara-micro-distribution/pom.xml index 6397f99ecc6..702867572a9 100644 --- a/appserver/extras/payara-micro/payara-micro-distribution/pom.xml +++ b/appserver/extras/payara-micro/payara-micro-distribution/pom.xml @@ -523,5 +523,18 @@ Payara Micro Enterprise + + deployinternals + + + + maven-deploy-plugin + + true + + + + + diff --git a/nucleus/distributions/pom.xml b/nucleus/distributions/pom.xml index c47251e4ce9..985c9d3e9a6 100644 --- a/nucleus/distributions/pom.xml +++ b/nucleus/distributions/pom.xml @@ -168,7 +168,12 @@ + + maven-deploy-plugin + + true + + - diff --git a/nucleus/pom.xml b/nucleus/pom.xml index d0d673a1731..95bddb3e680 100644 --- a/nucleus/pom.xml +++ b/nucleus/pom.xml @@ -988,6 +988,12 @@ Parent is ${project.parent} + + deployinternals + + false + + ci @@ -1162,36 +1168,6 @@ Parent is ${project.parent} - - DeploySnapshot-Internal - - false - - - - - payara-nexus - https://nexus.payara.fish/content/repositories/payara-snapshots - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - payara-nexus - https://nexus.payara.fish/ - true - - - - - - DeploySnapshot-Sonatype diff --git a/pom.xml b/pom.xml index 134802724ef..fd274e36103 100644 --- a/pom.xml +++ b/pom.xml @@ -65,12 +65,6 @@ payara-server-5.2020.5-SNAPSHOT - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - Github https://github.com/payara/Payara/issues @@ -347,6 +341,31 @@ + + deployinternals + + false + + + + + payara-nexus + https://nexus.payara.fish/repository/payara-artifacts/ + + + + + + + maven-deploy-plugin + + false + + + + + +