diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da7d3986449258062619cc203780eb75cfd0dd28..90e09d4b2c9ee2d209c6cc02e8290205cebc1798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,8 +68,9 @@ build_and_deploy: stage: deploy_java script: - 'git submodule init' - # REMOVE SKIPTESTS AS SOON AS THEY ARE FIXED...!! - - 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean verify -Ptextgrid.deb -DskipTests=true' + # REMOVE SKIPTESTS AND USE VERIFY AS SOON AS BOTH ARE FIXED...!! +# - 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS-U clean verify -Ptextgrid.deb' + - 'mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS-U clean package -Ptextgrid.deb -DskipTests=true' artifacts: name: WEBAPP_DEB_PACKAGES paths: diff --git a/pom.xml b/pom.xml index b9bcb7f228ba95cf76bc6ac10b6b8ce993f1c08f..abbda8e16b2af0d0312fce5e7b79cc3b8e1d07ae 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ and can be overridden in profiles --> <aggregator.endpoint.published>http://localhost:13000/aggregator</aggregator.endpoint.published> <aggregator.textgridrep.default>https://textgridlab.org/1.0/confserv</aggregator.textgridrep.default> - <aggregator.textgridrep.dev>https://dev.textgridlab.org/1…0/confserv</aggregator.textgridrep.dev> + <aggregator.textgridrep.dev>https://dev.textgridlab.org/1.0/confserv</aggregator.textgridrep.dev> <aggregator.classifier /> </properties>