Skip to content

Commit 31add43

Browse files
committed
integrate-sdks-as-submodules
1 parent 677fabc commit 31add43

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ clean:
77
build: clean
88
docker run \
99
--rm \
10-
-v "$$(PWD)":/tmp/talon-client \
10+
-v "$$(pwd)":/tmp/talon-client \
1111
-w "/tmp/talon-client" \
1212
maven:latest\
1313
/bin/bash -c "mvn clean install && \
1414
cp ~/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
15+
sudo chown -R "$(id -u):$(id -g)" target/
1516

1617
bundle:
18+
sudo chown -R "$(id -u):$(id -g)" target/ && \
1719
rm -rf $(DIST) && \
18-
mkdir $(DIST) && \
20+
mkdir -p $(DIST) && \
1921
cp pom.xml $(DIST)/talon-one-client-$(VERSION).pom && \
2022
cp target/_remote.repositories $(DIST) && \
2123
cp target/talon-one-client-$(VERSION)-sources.jar $(DIST) && \

0 commit comments

Comments
 (0)