aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm-function/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm-function/commands.md')
-rw-r--r--lux-jvm-function/commands.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/lux-jvm-function/commands.md b/lux-jvm-function/commands.md
new file mode 100644
index 000000000..a82070bc6
--- /dev/null
+++ b/lux-jvm-function/commands.md
@@ -0,0 +1,15 @@
+# Deploy
+
+```
+cd ~/lux/lux-jvm-function/ \
+&& mvn install:install-file -Dfile=dependency.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm-function -Dversion=0.6.5-SNAPSHOT -Dpackaging=jar
+
+cd ~/lux/lux-jvm/ && mvn deploy:deploy-file \
+-Durl=https://<username>:<password>@oss.sonatype.org/content/repositories/snapshots/ \
+-Dfile=target/program.jar \
+-DgroupId=com.github.luxlang \
+-DartifactId=lux-jvm \
+-Dversion=0.6.1-SNAPSHOT \
+-Dpackaging=jar
+```
+