We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677fabc commit 7c054d9Copy full SHA for 7c054d9
Makefile
@@ -7,10 +7,11 @@ clean:
7
build: clean
8
docker run \
9
--rm \
10
- -v "$$(PWD)":/tmp/talon-client \
+ -u $$(id -u):$$(id -g) \
11
+ -v "$$(pwd)":/tmp/talon-client \
12
-w "/tmp/talon-client" \
13
maven:latest\
- /bin/bash -c "mvn clean install && \
14
+ /bin/bash -c "mvn -Dmaven.repo.local=/home/maven/.m2 clean install && \
15
cp ~/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
16
17
bundle:
0 commit comments