You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/01/20 00:42:59 UTC

svn commit: r735877 - /incubator/openwebbeans/trunk/pom.xml

Author: struberg
Date: Mon Jan 19 15:42:59 2009
New Revision: 735877

URL: http://svn.apache.org/viewvc?rev=735877&view=rev
Log:
OWB-53 set distributionManagement for site

Modified:
    incubator/openwebbeans/trunk/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=735877&r1=735876&r2=735877&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Mon Jan 19 15:42:59 2009
@@ -322,11 +322,19 @@
 -->
 		</dependencies>
 	</dependencyManagement>
+
+    <distributionManagement>
+        <site>
+            <id>site.incubator</id>
+            <url>scp://people.apache.org/www/incubator.apache.org/openwebbeans/${project.artifactId}/</url>
+        </site>    
+    </distributionManagement>
+      
 	<properties>
 		<openwebbeans.version>1.0.0-SNAPSHOT</openwebbeans.version>
 	</properties>
-  
-   <profiles>
+
+    <profiles>
         <profile>
             <id>release-profile</id>
             <activation>