Skip to content

Commit

Permalink
preparing for 1.6.0 RC. copy-artifacts should only run at top-level.
Browse files Browse the repository at this point in the history
'mvn clean' is now recursive.


git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1188433 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cutting committed Oct 24, 2011
1 parent 1ef1b15 commit 12fce37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Expand Up @@ -94,7 +94,7 @@ case "$target" in
# build lang-specific artifacts

(cd lang/java; mvn -P dist package -DskipTests -Davro.version=$VERSION javadoc:aggregate)
(mvn -P copy-artifacts antrun:run)
(mvn -N -P copy-artifacts antrun:run)

(cd lang/py; ant dist)

Expand Down Expand Up @@ -140,7 +140,6 @@ case "$target" in
rm -rf build dist
(cd doc; ant clean)

(cd lang/java; mvn clean)
(mvn clean)

(cd lang/py; ant clean)
Expand Down

0 comments on commit 12fce37

Please sign in to comment.