Author: carnold
Date: Mon Feb 15 02:15:29 2010
New Revision: 910156

URL: http://svn.apache.org/viewvc?rev=910156&view=rev
Log:
Bug 43313: Minor build tweaks

Modified:
    logging/log4j/trunk/build.xml
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/build.xml?rev=910156&r1=910155&r2=910156&view=diff
==============================================================================
--- logging/log4j/trunk/build.xml (original)
+++ logging/log4j/trunk/build.xml Mon Feb 15 02:15:29 2010
@@ -741,6 +741,7 @@
 </target>
 
        <target name="checkout-site" unless="svn-available">
+                <delete dir="target/site-deploy"/>
                <exec executable="svn">
                        <arg value="co"/>
                        <arg value="${svnsite.url}"/>

Modified: logging/log4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=910156&r1=910155&r2=910156&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Mon Feb 15 02:15:29 2010
@@ -360,7 +360,7 @@
           typically after deploy so this places it last.
         -->
         <configuration>
-          <goals>test site-deploy assembly:attached deploy</goals>
+          <goals>package site-deploy assembly:attached deploy</goals>
         </configuration>
       </plugin>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to