diff options
Diffstat (limited to 'lux-ruby')
-rw-r--r-- | lux-ruby/commands.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lux-ruby/commands.md b/lux-ruby/commands.md index e5eaf2372..cbdc685e1 100644 --- a/lux-ruby/commands.md +++ b/lux-ruby/commands.md @@ -34,6 +34,14 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-ruby/ \ -&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.4-SNAPSHOT -Dpackaging=jar +&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.5-SNAPSHOT -Dpackaging=jar + +cd ~/lux/lux-ruby/ && mvn deploy:deploy-file \ +-Durl=https://<username>:<password>@oss.sonatype.org/content/repositories/snapshots/ \ +-Dfile=target/program.jar \ +-DgroupId=com.github.luxlang \ +-DartifactId=lux-ruby \ +-Dversion=0.6.5-SNAPSHOT \ +-Dpackaging=jar ``` |