This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
add jenkins mvn wrapper
tags/v0.17.0
Jonathan Cobb
4 years ago
parent
55536e4c2f
commit
809ebea801
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
bin/jenkins/mvn
+ 2
- 0
bin/jenkins/mvn
View File
@@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/mvn -Dstyle.color=never -Dmaven.repo.local=$(cd ../.. && pwd)/.m2/repository "${@}"
Write
Preview
Loading…
Cancel
Save