Skip to content

Commit 4c9d83d

Browse files
committed
integrate-sdks-as-submodules
1 parent 677fabc commit 4c9d83d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ 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:
1718
rm -rf $(DIST) && \
18-
mkdir $(DIST) && \
19+
mkdir -p $(DIST) && \
1920
cp pom.xml $(DIST)/talon-one-client-$(VERSION).pom && \
2021
cp target/_remote.repositories $(DIST) && \
2122
cp target/talon-one-client-$(VERSION)-sources.jar $(DIST) && \

0 commit comments

Comments
 (0)