Skip to content

Commit 4ff4695

Browse files
Copilotbasilevs
andauthored
Add diagnostic step to print maven.repo.local in GHA workflow
Agent-Logs-Url: https://github.com/eclipse-rcptt/org.eclipse.rcptt/sessions/5b293bb1-192b-400e-b31b-ea9fec835406 Co-authored-by: basilevs <650857+basilevs@users.noreply.github.com>
1 parent 9a317f2 commit 4ff4695

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: vncserver $DISPLAY -localhost=1 -noxstartup -PasswordFile /root/.vnc/passwd
4545
- name: Maven and Java version
4646
run: mvn --version
47+
- name: Maven local repo location
48+
run: mvn --quiet --non-recursive help:evaluate -Dtycho.mode=maven -DforceStdout -Dexpression='maven.repo.local'
4749
- name: Build
4850
run: ./build.sh -DforceContextQualifier=`date '+%Y%m%d%H%M'` -DbuildUrl=file://`pwd` --errors --batch-mode --no-transfer-progress
4951
- name: List all files
@@ -110,6 +112,8 @@ jobs:
110112
run: vncserver $DISPLAY -localhost=1 -noxstartup -PasswordFile /root/.vnc/passwd
111113
- name: Maven and Java version
112114
run: mvn --version
115+
- name: Maven local repo location
116+
run: mvn --quiet --non-recursive help:evaluate -Dtycho.mode=maven -DforceStdout -Dexpression='maven.repo.local'
113117
- name: Build
114118
run: ./build.sh -PlatestPlatform -PforceContextQualifier -DforceContextQualifier=`date '+%Y%m%d%H%M'` -DbuildUrl=file://`pwd` --errors --batch-mode --no-transfer-progress
115119
- name: List all files

0 commit comments

Comments
 (0)