From 9d6c9cba8a6b05e9708fd587899402fbaccfe2cc Mon Sep 17 00:00:00 2001 From: Shaikh Date: Mon, 14 Jun 2021 17:04:40 -0700 Subject: [PATCH 1/4] Consolidate nexus --- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pom.xml b/pom.xml index d9991a4d..399b676f 100644 --- a/pom.xml +++ b/pom.xml @@ -268,18 +268,6 @@ Sonatype Repository https://oss.sonatype.org/content/repositories/releases - - cg-central - CG Central Repo - http://nexus.intuit.net/nexus/content/groups/public - - true - - - true - always - - @@ -288,12 +276,6 @@ Sonatype Repository https://oss.sonatype.org/content/repositories/releases - - cg-central - CG Central Repo - http://nexus.intuit.net/nexus/content/groups/public - - From 81ad2db568188b2350d4025da423efd47c7e36ee Mon Sep 17 00:00:00 2001 From: Shaikh Date: Mon, 14 Jun 2021 17:07:35 -0700 Subject: [PATCH 2/4] Release preparation --- pom.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 399b676f..a4c3c146 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,21 @@ graphql-orchestrator-java GraphQL Orchestrator combines multiple graphql services into a single unified schema + + + Apache 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Ashpak Shaikh + Shaikh + Intuit, Inc. + http://www.intuit.com + + 1.8 @@ -24,6 +39,30 @@ 14.1 + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + com.intuit.graphql @@ -240,26 +279,21 @@ - scm:git:https://github.intuit.com/data-orchestration/graphql-orchestrator-java + scm:git:https://github.com/graphql-orchestrator-java - https://github.intuit.com/data-orchestration/graphql-orchestrator-java + https://github.com//graphql-orchestrator-java HEAD - - - scm.int.rel.repo - SCM INT release repository - - http://nexus.intuit.net/nexus/content/repositories/ENG.CTG.Intuit-Releases - - - scm.dev.snap.repo - SCM DEV snapshot release repository - http://nexus.intuit.net/nexus/content/repositories/ENG.CTG.Intuit-Snapshots + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2 + From 024b5a0f7357709a3419096702095832f30fa2ef Mon Sep 17 00:00:00 2001 From: Shaikh Date: Mon, 14 Jun 2021 23:47:13 -0700 Subject: [PATCH 3/4] Adding test results --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93650b1c..2d187982 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,6 +22,8 @@ jobs: - run: name: Test command: mvn test + - store_test_results: + path: graphql-orchestrator-java/target/surefire-reports workflows: # Below is the definition of your workflow. From 4749d91d59ec609eed27d65abf909af62c94a95c Mon Sep 17 00:00:00 2001 From: Shaikh Date: Mon, 14 Jun 2021 23:55:03 -0700 Subject: [PATCH 4/4] Fixing test results --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d187982..4636e987 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: name: Test command: mvn test - store_test_results: - path: graphql-orchestrator-java/target/surefire-reports + path: target/surefire-reports workflows: # Below is the definition of your workflow.