aboutsummaryrefslogtreecommitdiff
path: root/lux-lua
diff options
context:
space:
mode:
authorEduardo Julian2022-04-07 00:59:30 -0400
committerEduardo Julian2022-04-07 00:59:30 -0400
commit7542b0addd9eaf01dd5f1c4c8a39b67f51a4bd06 (patch)
tree11602f21abb3256019847647e7bbeba8a91418ee /lux-lua
parentb0d725f24335e82eefc77175efc0a5282951316e (diff)
More efficient TAR handling.
Diffstat (limited to 'lux-lua')
-rw-r--r--lux-lua/commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lua/commands.md b/lux-lua/commands.md
index d09567831..6dd497307 100644
--- a/lux-lua/commands.md
+++ b/lux-lua/commands.md
@@ -34,7 +34,7 @@ cd ~/lux/lux-lua/ && mvn deploy:deploy-file \
-Durl=https://$NEXUS_USERNAME:$NEXUS_PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \
-Dfile=target/program.jar \
-DgroupId=com.github.luxlang \
--DartifactId=lux-python \
+-DartifactId=lux-lua \
-Dversion=0.7.0-SNAPSHOT \
-Dpackaging=jar
```