You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/11/09 07:32:16 UTC

svn commit: r833978 - /incubator/log4php/trunk/pom.xml

Author: grobmeier
Date: Mon Nov  9 06:32:15 2009
New Revision: 833978

URL: http://svn.apache.org/viewvc?rev=833978&view=rev
Log:
moved release goals to build

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=833978&r1=833977&r2=833978&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Mon Nov  9 06:32:15 2009
@@ -281,6 +281,7 @@
         		<version>2.0-beta-7</version>
         		<configuration>
           			<tagBase>https://svn.apache.org/repos/asf/incubator/log4php/tags</tagBase>
+          			<goals>site assembly:assembly</goals>
         		</configuration>
       		</plugin>
     	</plugins>
@@ -306,12 +307,6 @@
 				</reportSets>
 			</plugin>
 			<plugin>
-				<artifactId>maven-release-plugin</artifactId>
-				<configuration>
-					<goals>site assembly:assembly</goals>
-				</configuration>
-			</plugin>
-			<plugin>
 				<artifactId>maven-changes-plugin</artifactId>
 				<reportSets>
 					<reportSet>