Skip to content

Commit fdf37d9

Browse files
committed
use old_pom.xml in CI Build
we needed to rename /pom.xml to old_pom.xml because otherwise it will conflict / confuse tycho Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 37a85c9 commit fdf37d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ fi
2121
./mvnw --version
2222
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 --continue :build "$@"
2323
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 --continue :gradle-plugins:build
24-
./mvnw -Dmaven.repo.local=dist/m2 --batch-mode --no-transfer-progress install
24+
./mvnw -f old_pom.xml -Dmaven.repo.local=dist/m2 --batch-mode --no-transfer-progress install

.github/scripts/ci-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -ev
33
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :publish :gradle-plugins:publish "$@"
4-
./mvnw -Dmaven.repo.local=dist/m2 --batch-mode -Pdist -Dreleaserepo=file:dist/bundles deploy
4+
./mvnw -f old_pom.xml -Dmaven.repo.local=dist/m2 --batch-mode -Pdist -Dreleaserepo=file:dist/bundles deploy

.github/scripts/codeql-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -ev
44
./mvnw --version
55
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 --continue testClasses :dist:jarDependencies "$@"
66
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 --continue :gradle-plugins:testClasses
7-
./mvnw -Dmaven.repo.local=dist/m2 --batch-mode --no-transfer-progress test-compile
7+
./mvnw -f old_pom.xml -Dmaven.repo.local=dist/m2 --batch-mode --no-transfer-progress test-compile

0 commit comments

Comments
 (0)