aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm-function/commands.md
blob: 6babdb485f207c74535c572a4d76d2ada0d24aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 -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
```