mirror of https://github.com/jenkinsci/jenkins.git
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
This commit is contained in:
parent
8a0dc230f4
commit
d56ebb1a71
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
c10522a7770b2f19c6235b0fa2ec8ea9
|
|
@ -0,0 +1 @@
|
||||||
|
487be72e9ecf7e8a338cb1ff9ac75229c1245565
|
Binary file not shown.
|
@ -1 +1 @@
|
||||||
66051665bef98850fee46b9f59281d45
|
bc1a0fcced799ea5b3d2c34a8439595c
|
|
@ -1 +1 @@
|
||||||
4cefda30048bd7aaa0a294ede27a9d29e01244ed
|
495f87b59520be93a240e2ad5f92ed98c7c5702f
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
cf164f3b176766494c736fb90c0fdc76
|
|
@ -0,0 +1 @@
|
||||||
|
88324d3eab520bf7b84621f57cd3f937054bb2ac
|
Binary file not shown.
|
@ -1 +1 @@
|
||||||
42d614834378b1b2b64d166624777ae0
|
a3fb52fe2e2b8a3640c5e2aef0939cdd
|
|
@ -1 +1 @@
|
||||||
60a393b96a2dd6f53254d83343be6bfd09c3b071
|
2d3fbe8c0fbdde321fd7439eab0483fe6fc8c0cb
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
79642c023954c197d16b449b5fe38cc8
|
|
@ -0,0 +1 @@
|
||||||
|
eae91f887e8bfe3a5573ca26f0202ea8497e99f9
|
|
@ -5,10 +5,9 @@ function checkout() {
|
||||||
artifactId=$2
|
artifactId=$2
|
||||||
version=$3
|
version=$3
|
||||||
|
|
||||||
for i in jars poms java-sources
|
cp ~/.maven/repository/$groupId/jars/$artifactId-$version*.* $groupId/jars
|
||||||
do
|
cp ~/.maven/repository/$groupId/poms/$artifactId-$version*.* $groupId/poms
|
||||||
cp ~/.maven/repository/$groupId/$i/$artifactId-$version*.* $groupId/$i
|
cp ~/.maven/repository/$groupId/java-sources/$artifactId-$version*.* $groupId/jars
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
53cb0620af2e334796010ec43e448dc4
|
|
@ -0,0 +1 @@
|
||||||
|
1323ef6f38eb4f107dc67b1ed773102c3c810f61
|
Loading…
Reference in New Issue