提交 2678817b 编写于 作者: K kohsuke

reintegrated a new bits.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1007 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5245759a
......@@ -8,6 +8,11 @@ function checkout() {
cp ~/.maven/repository/$groupId/jars/$artifactId-$version*.* $groupId/jars
cp ~/.maven/repository/$groupId/poms/$artifactId-$version*.* $groupId/poms
cp ~/.maven/repository/$groupId/java-sources/$artifactId-$version*.* $groupId/jars
m2dest=~/.m2/repository/$(echo $groupId | tr '.' '/')/$artifactId/$version
cp ~/.maven/repository/$groupId/jars/$artifactId-$version*.* $m2dest
cp ~/.maven/repository/$groupId/poms/$artifactId-$version*.* $m2dest
cp ~/.maven/repository/$groupId/java-sources/$artifactId-$version*.* $m2dest
}
case $1 in
......
53cb0620af2e334796010ec43e448dc4
\ No newline at end of file
a3886d25a4691638ba1461d764905621
\ No newline at end of file
1323ef6f38eb4f107dc67b1ed773102c3c810f61
\ No newline at end of file
9d508fcbecaf0e7b58ba0b1dbf78a1760014066e
\ No newline at end of file
67c3d187fa117586f5ac9ba33f818469
\ No newline at end of file
73b60931a22933410988978df90880c9
\ No newline at end of file
44fe90ab23f2dce105314f16eae018e8081512f6
\ No newline at end of file
d7dbdcafdeeede0128fb86443724043cebdaa2de
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册