diff --git a/.settings.xml b/.settings.xml index 0f86f8e2..d520d342 100644 --- a/.settings.xml +++ b/.settings.xml @@ -29,7 +29,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -37,7 +37,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false @@ -55,7 +55,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -63,7 +63,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false diff --git a/build-folder.sh b/build-folder.sh index 9dd8c1d4..cf857e99 100755 --- a/build-folder.sh +++ b/build-folder.sh @@ -142,13 +142,13 @@ if ((RESULT == 0)); then MVNW="$SCDIR/mvnw" fi IS_DEPLOY=false - if [ "$BUILD_VERSION_TYPE" != "" ]; then - if [[ "$MAVEN_GOAL" == *"deploy"* ]]; then - MAVEN_GOAL="${MAVEN_GOAL//deploy/}" - IS_DEPLOY=true - fi - MVNW="jfrog mvn" - fi +# if [ "$BUILD_VERSION_TYPE" != "" ]; then +# if [[ "$MAVEN_GOAL" == *"deploy"* ]]; then +# MAVEN_GOAL="${MAVEN_GOAL//deploy/}" +# IS_DEPLOY=true +# fi +# MVNW="jfrog mvn" +# fi echo -e "Executing:${bold}$MVNW -f "$FOLDER" $MAVEN_OPTS $MVN_THR $MAVEN_GOAL${end}" $MVNW -f "$FOLDER" -Pfull $MAVEN_OPTS $MVN_THR $MAVEN_GOAL RESULT=$? @@ -157,10 +157,10 @@ if ((RESULT == 0)); then echo -e "Maven goals:${bold}-f $FOLDER $MAVEN_GOAL${end}:FAILED=${RESULT}" break fi - if [ "$IS_DEPLOY" == "true" ]; then - echo -e "Executing:${bold}jfrog rt build-publish${end}" - jfrog rt build-publish - fi +# if [ "$IS_DEPLOY" == "true" ]; then +# echo -e "Executing:${bold}jfrog rt build-publish${end}" +# jfrog rt build-publish +# fi echo -e "Maven goals:${bold}-f $FOLDER $MAVEN_GOAL${end}:SUCCESS" # restore values that may be modified by set-env.sh MAVEN_OPTS="$SAVED_MAVEN_OPTS" diff --git a/spring-cloud-dataflow-apps-plugin/pom.xml b/spring-cloud-dataflow-apps-plugin/pom.xml index 7ae36c83..8cb6141c 100644 --- a/spring-cloud-dataflow-apps-plugin/pom.xml +++ b/spring-cloud-dataflow-apps-plugin/pom.xml @@ -216,12 +216,12 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -231,12 +231,12 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true diff --git a/spring-cloud-dataflow-apps-plugin/settings.xml b/spring-cloud-dataflow-apps-plugin/settings.xml index a36e075d..27e7c30d 100644 --- a/spring-cloud-dataflow-apps-plugin/settings.xml +++ b/spring-cloud-dataflow-apps-plugin/settings.xml @@ -17,7 +17,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -25,7 +25,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false @@ -43,7 +43,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -51,7 +51,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false @@ -80,7 +80,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false @@ -106,7 +106,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false diff --git a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-docs-plugin/pom.xml b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-docs-plugin/pom.xml index cf4a041d..6e687b74 100644 --- a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-docs-plugin/pom.xml +++ b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-docs-plugin/pom.xml @@ -78,7 +78,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot @@ -86,7 +86,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone diff --git a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml index 7d40a94b..7ea88b81 100644 --- a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml +++ b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml @@ -93,7 +93,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot @@ -101,7 +101,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone @@ -111,7 +111,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot @@ -119,7 +119,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone diff --git a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-metadata-plugin/pom.xml b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-metadata-plugin/pom.xml index cb014787..e431c115 100644 --- a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-metadata-plugin/pom.xml +++ b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-metadata-plugin/pom.xml @@ -116,7 +116,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot @@ -124,7 +124,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone @@ -134,7 +134,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot @@ -142,7 +142,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index 80e41a8d..20d1a8eb 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -314,7 +314,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -322,7 +322,7 @@ spring-milestones Spring milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false @@ -340,7 +340,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -348,7 +348,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone false diff --git a/stream-applications-release-train/pom.xml b/stream-applications-release-train/pom.xml index 01cfd2a1..7157802b 100644 --- a/stream-applications-release-train/pom.xml +++ b/stream-applications-release-train/pom.xml @@ -35,12 +35,12 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -50,7 +50,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true @@ -58,7 +58,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone maven-central diff --git a/stream-applications-release-train/stream-applications-docs/pom.xml b/stream-applications-release-train/stream-applications-docs/pom.xml index 0ffd7afb..d7f3ec3f 100644 --- a/stream-applications-release-train/stream-applications-docs/pom.xml +++ b/stream-applications-release-train/stream-applications-docs/pom.xml @@ -34,12 +34,12 @@ spring-milestones Spring Milestones - https://repo.spring.io/milestone + https://repo.spring.io/libs-milestone spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true