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 2007/11/09 18:42:39 UTC

svn commit: r593600 - /myfaces/core/trunk/pom.xml

Author: bommel
Date: Fri Nov  9 09:42:29 2007
New Revision: 593600

URL: http://svn.apache.org/viewvc?rev=593600&view=rev
Log:
added site distribution for core project

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=593600&r1=593599&r2=593600&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Fri Nov  9 09:42:29 2007
@@ -57,4 +57,11 @@
             </plugins>
         </pluginManagement>
     </build>
+    <distributionManagement>
+      <site>
+        <id>apache-site</id>
+        <name>Apache Website</name>
+        <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/myfaces-core-project/</url>
+      </site>
+    </distributionManagement>
 </project>