From df6cf0d3c980e3d7240eec6cb38d86af61037725 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Nov 2021 02:02:27 -0400 Subject: Sharing the same Function class between bootsrapper and JVM compiler. --- lux-jvm-function/commands.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lux-jvm-function/commands.md (limited to 'lux-jvm-function/commands.md') 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://:@oss.sonatype.org/content/repositories/snapshots/ \ +-Dfile=target/program.jar \ +-DgroupId=com.github.luxlang \ +-DartifactId=lux-jvm \ +-Dversion=0.6.1-SNAPSHOT \ +-Dpackaging=jar +``` + -- cgit v1.2.3