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:
kohsuke 2006-11-05 21:44:34 +00:00
parent 8a0dc230f4
commit d56ebb1a71
20 changed files with 15 additions and 8 deletions

View File

@ -0,0 +1 @@
c10522a7770b2f19c6235b0fa2ec8ea9

View File

@ -0,0 +1 @@
487be72e9ecf7e8a338cb1ff9ac75229c1245565

View File

@ -1 +1 @@
66051665bef98850fee46b9f59281d45
bc1a0fcced799ea5b3d2c34a8439595c

View File

@ -1 +1 @@
4cefda30048bd7aaa0a294ede27a9d29e01244ed
495f87b59520be93a240e2ad5f92ed98c7c5702f

View File

@ -0,0 +1 @@
cf164f3b176766494c736fb90c0fdc76

View File

@ -0,0 +1 @@
88324d3eab520bf7b84621f57cd3f937054bb2ac

View File

@ -1 +1 @@
42d614834378b1b2b64d166624777ae0
a3fb52fe2e2b8a3640c5e2aef0939cdd

View File

@ -1 +1 @@
60a393b96a2dd6f53254d83343be6bfd09c3b071
2d3fbe8c0fbdde321fd7439eab0483fe6fc8c0cb

View File

@ -0,0 +1 @@
79642c023954c197d16b449b5fe38cc8

View File

@ -0,0 +1 @@
eae91f887e8bfe3a5573ca26f0202ea8497e99f9

View 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

View File

@ -0,0 +1 @@
53cb0620af2e334796010ec43e448dc4

View File

@ -0,0 +1 @@
1323ef6f38eb4f107dc67b1ed773102c3c810f61