diff --git a/.circleci/config.yml b/.circleci/config.yml index 93650b1c..4636e987 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,6 +22,8 @@ jobs: - run: name: Test command: mvn test + - store_test_results: + path: target/surefire-reports workflows: # Below is the definition of your workflow. diff --git a/pom.xml b/pom.xml index d9991a4d..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 + @@ -268,18 +302,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 +310,6 @@ Sonatype Repository https://oss.sonatype.org/content/repositories/releases - - cg-central - CG Central Repo - http://nexus.intuit.net/nexus/content/groups/public - -