From c85697eee8ce3dac5480a3ba2b31cc4943e1d8e6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Apr 2022 14:57:35 -0400 Subject: Better snapshot deployments for Aedifex. --- stdlib/commands.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index 79982596b..6305050dc 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -40,11 +40,14 @@ cd ~/lux/stdlib/ && mvn deploy:deploy-file \ -Dfile=library.tar \ -DgroupId=com.github.luxlang \ -DartifactId=stdlib \ --Dversion=0.6.5-SNAPSHOT \ +-Dversion=0.7.0-SNAPSHOT \ -Dpackaging=tar cd ~/lux/stdlib/ \ && lux install + +cd ~/lux/stdlib/ \ +&& lux deploy snapshots $NEXUS_USERNAME $NEXUS_PASSWORD ``` ## Generate documentation @@ -120,6 +123,6 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/stdlib/ \ && lux clean \ -&& lux with jvm with aedifex auto test +&& lux with aedifex auto test ``` -- cgit v1.2.3