You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/04/10 18:45:43 UTC

svn commit: r646866 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: bommel
Date: Thu Apr 10 09:45:32 2008
New Revision: 646866

URL: http://svn.apache.org/viewvc?rev=646866&view=rev
Log:
added source:jar to release prepare

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=646866&r1=646865&r2=646866&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Thu Apr 10 09:45:32 2008
@@ -491,6 +491,7 @@
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
+          <preparationGoals>clean source:jar verify</preparationGoals>
         </configuration>
       </plugin>
     </plugins>