From 85c84458e69d49457a5713d716d8bfd1e87fdac3 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Mon, 19 Oct 2020 09:16:03 +0200 Subject: [PATCH] TSK-1415: released all common modules to maven central So that the adapter can use them --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 360e9cefe..e4736ecf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,8 +106,7 @@ jobs: script: | mvn deploy -T 4C -P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \ --settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip \ - -pl !:taskana-common-data,!:taskana-common-test,\ - !:taskana-cdi-example,!:taskana-spring-example,\ + -pl !:taskana-cdi-example,!:taskana-spring-example,\ !:taskana-rest-spring-example-common,!:taskana-rest-spring-example-boot,!:taskana-rest-spring-example-wildfly before_cache: rm -rf "$HOME/.m2/repository/pro/taskana" # travis_terminate is necessary since after_success is a job phase which can change the build result.