commented out until project reports changes match up with api changes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-20 00:18:11 +00:00
parent b9ad85fb37
commit b8f9148724
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
cd maven-reports
# update the release info to ensure these versions get used in the integration tests
m2 --no-plugin-registry --check-plugin-latest --batch-mode -DupdateReleaseInfo=true -e $ARGS clean:clean install
#m2 --no-plugin-registry --check-plugin-latest --batch-mode -DupdateReleaseInfo=true -e $ARGS clean:clean install
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
)
ret=$?; if [ $ret != 0 ]; then exit $ret; fi