Author: nbubna
Date: Mon Oct 27 22:13:11 2008
New Revision: 708438
URL: http://svn.apache.org/viewvc?rev=708438&view=rev
Log:
remove errant 'unless' attribute from maven-deploy task
Modified:
velocity/engine/trunk/build/build.xml
Modified: velocity/engine/trunk/build/build.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/build/build.xml?rev=708438&r1=708437&r2=708438&view=diff
==============================================================================
--- velocity/engine/trunk/build/build.xml (original)
+++ velocity/engine/trunk/build/build.xml Mon Oct 27 22:13:11 2008
@@ -675,7 +675,7 @@
</target>
<target name="maven-deploy"
-
depends="maven-prepare,release,maven-deploy-custom-repository,maven-deploy-apache-repository"
unless="maven.remote.repository"
+
depends="maven-prepare,release,maven-deploy-custom-repository,maven-deploy-apache-repository"
description="Deployes the Maven artifacts in local repository or apache
repository">
</target>