diff --git a/compiler/deploy.sh b/compiler/deploy.sh new file mode 100755 index 0000000000000000000000000000000000000000..d1816600c4fb8312acc7c5a376449020c16bccfb --- /dev/null +++ b/compiler/deploy.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env sh + + +mvn deploy:deploy-file \ + -DgroupId=se.lth.control \ + -DartifactId=labcomm_compiler \ + -Dversion=2014.3.0-SNAPSHOT \ + -Dpackaging=jar \ + -Dfile=labcomm2014_compiler.jar \ + -DrepositoryId=snapshots \ + -Durl=http://maven.cs.lth.se/content/repositories/snapshots