Skip to content

Commit 7c054d9

Browse files
committed
integrate-sdks-as-submodules
1 parent 677fabc commit 7c054d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ clean:
77
build: clean
88
docker run \
99
--rm \
10-
-v "$$(PWD)":/tmp/talon-client \
10+
-u $$(id -u):$$(id -g) \
11+
-v "$$(pwd)":/tmp/talon-client \
1112
-w "/tmp/talon-client" \
1213
maven:latest\
13-
/bin/bash -c "mvn clean install && \
14+
/bin/bash -c "mvn -Dmaven.repo.local=/home/maven/.m2 clean install && \
1415
cp ~/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
1516

1617
bundle:

0 commit comments

Comments
 (0)