From 415592856c98faf5d35bd137bf5cf94d41ec5045 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Tue, 1 Feb 2022 11:10:55 +0100
Subject: [PATCH] Change mvn build prefs in gitlab-ci file Fix typo in pom file

---
 .gitlab-ci.yml | 5 +++--
 pom.xml        | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da7d398..90e09d4 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 b9bcb7f..abbda8e 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>
 
-- 
GitLab