Merge "Use tee to redirect output instead"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 11 Jun 2015 15:01:12 +0000 (15:01 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 11 Jun 2015 15:01:13 +0000 (15:01 +0000)
jjb/autorelease/include-raw-autorelease-maven-deploy.sh

index e4e67f7cce8e1b4e576fb82a22b2d4b01526563a..7bb3d5efa84f2b9c557c8e4a8be5f661a14c70b1 100644 (file)
@@ -19,4 +19,4 @@ for m in `xmlstarlet sel -N x=http://maven.apache.org/POM/4.0.0 -t -m '//x:modul
     cp -r "/tmp/r/org/opendaylight/$m" m2repo/org/opendaylight/
 done)
 
-mvn org.sonatype.plugins:nexus-staging-maven-plugin:1.6.2:deploy-staged-repository -DrepositoryDirectory="`pwd`/m2repo" -DnexusUrl=http://nexus.opendaylight.org/ -DstagingProfileId="21a27b7f3bbb8d" -DserverId="opendaylight.weekly" -s $AUTORELEASE_SETTINGS -gs $ODL_GLOBAL_SETTINGS > deploy-staged-repository.log
+mvn org.sonatype.plugins:nexus-staging-maven-plugin:1.6.2:deploy-staged-repository -DrepositoryDirectory="`pwd`/m2repo" -DnexusUrl=http://nexus.opendaylight.org/ -DstagingProfileId="21a27b7f3bbb8d" -DserverId="opendaylight.weekly" -s $AUTORELEASE_SETTINGS -gs $ODL_GLOBAL_SETTINGS | tee deploy-staged-repository.log