Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tommy Olofsson
LabComm
Commits
837dc0b9
Commit
837dc0b9
authored
Feb 06, 2015
by
Tommy Olofsson
Browse files
Added shellscript for deploying compiler to maven repo.
parent
d6a0f546
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/deploy.sh
0 → 100755
View file @
837dc0b9
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment