提交 d56ebb1a 编写于 作者: K kohsuke

maven2 and maven uses a different convention for source jar, so I messed up.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@970 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8a0dc230
c10522a7770b2f19c6235b0fa2ec8ea9
\ No newline at end of file
487be72e9ecf7e8a338cb1ff9ac75229c1245565
\ No newline at end of file
66051665bef98850fee46b9f59281d45
\ No newline at end of file
bc1a0fcced799ea5b3d2c34a8439595c
\ No newline at end of file
4cefda30048bd7aaa0a294ede27a9d29e01244ed
\ No newline at end of file
495f87b59520be93a240e2ad5f92ed98c7c5702f
\ No newline at end of file
88324d3eab520bf7b84621f57cd3f937054bb2ac
\ No newline at end of file
42d614834378b1b2b64d166624777ae0
\ No newline at end of file
a3fb52fe2e2b8a3640c5e2aef0939cdd
\ No newline at end of file
60a393b96a2dd6f53254d83343be6bfd09c3b071
\ No newline at end of file
2d3fbe8c0fbdde321fd7439eab0483fe6fc8c0cb
\ No newline at end of file
79642c023954c197d16b449b5fe38cc8
\ No newline at end of file
eae91f887e8bfe3a5573ca26f0202ea8497e99f9
\ No newline at end of file
......@@ -5,10 +5,9 @@ function checkout() {
artifactId=$2
version=$3
for i in jars poms java-sources
do
cp ~/.maven/repository/$groupId/$i/$artifactId-$version*.* $groupId/$i
done
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
}
case $1 in
......
53cb0620af2e334796010ec43e448dc4
\ No newline at end of file
1323ef6f38eb4f107dc67b1ed773102c3c810f61
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册