Skip to content

Commit 0ae4e82

Browse files
committed
integrate-sdks-as-submodules
1 parent 677fabc commit 0ae4e82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ 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 \
12+
-v "$$HOME/.m2":/tmp/.m2 \
1113
-w "/tmp/talon-client" \
1214
maven:latest\
13-
/bin/bash -c "mvn clean install && \
14-
cp ~/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
15+
/bin/bash -c "mvn -Dmaven.repo.local=/tmp/.m2 clean install && \
16+
cp /tmp/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
1517

1618
bundle:
1719
rm -rf $(DIST) && \

0 commit comments

Comments
 (0)