We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bd5cf commit a8b1678Copy full SHA for a8b1678
bin/build
@@ -1,5 +1,6 @@
1
#!/bin/bash -exu
2
3
+# brew install maven # for macosx
4
mvn package
5
# move the artifact into pkg so we do not have to send the whole target file
6
# to the docker build context. We will dockerignore target.
0 commit comments