Author: nbubna
Date: Fri Sep 19 14:19:30 2008
New Revision: 697247
URL: http://svn.apache.org/viewvc?rev=697247&view=rev
Log:
pom task doesn't depend on anything
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=697247&r1=697246&r2=697247&view=diff
==============================================================================
--- velocity/engine/trunk/build/build.xml (original)
+++ velocity/engine/trunk/build/build.xml Fri Sep 19 14:19:30 2008
@@ -583,8 +583,7 @@
<!-- =================================================================== -->
<!-- Prepares the Maven POM file -->
<!-- =================================================================== -->
- <target name="pom" depends="prepare,build-prepare"
- description="Gets the POM ready to be distributed">
+ <target name="pom" description="Gets the POM ready to be distributed">
<!-- Create a distribution ready POM -->
<copy file="pom.xml" tofile="${build.dir}/${final.name}.pom"/>