diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ff41ee..28292e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: VERSION_COMMIT: "GitLab CI Versioning Commit" # Commit text for version update VERSION_BRANCH: "update_version" # Branch used to merge version update commit # Sets the artifact cache to a local directory within build area - MAVEN_CLI_OPTS: "-Dmaven.repo.local=../.m2/repository --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN" + MAVEN_CLI_OPTS: "-Dmaven.repo.local=../.m2/repository --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -P internal" #Workflow rules that filters across the entire pipeline. Cleaner than -o ci.skip since there won't be a "skipped" pipeline. workflow: diff --git a/pom.xml b/pom.xml index 74ba961..9fdb994 100644 --- a/pom.xml +++ b/pom.xml @@ -49,20 +49,10 @@ - - central - surfshop-releases - http://surfshop.jhuapl.edu:8081/artifactory/libs-release-local - - - central - surfshop-snapshots - http://surfshop.jhuapl.edu:8081/artifactory/libs-snapshot-local - - + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + @@ -72,6 +62,45 @@ 16 + + + internal + + + central + surfshop-releases + http://surfshop.jhuapl.edu:8081/artifactory/libs-release-local + + + central + surfshop-snapshots + http://surfshop.jhuapl.edu:8081/artifactory/libs-snapshot-local + + + + + maven-compiler-plugin + + + org.apache.maven.plugins + maven-enforcer-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + + @@ -198,7 +227,6 @@ org.apache.maven.plugins maven-javadoc-plugin -