Browse Source

add jenkins mvn wrapper

tags/v0.17.0
Jonathan Cobb 4 years ago
parent
commit
809ebea801
1 changed files with 2 additions and 0 deletions
  1. +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 "${@}"

Loading…
Cancel
Save