Hmm, I will test but are you sure about that?
We are not using the release profile for the site build or deploy
as per step 4 in [1]
So AFAICT the url will be the distro management site url from the default profile
Ian


[1] http://incubator.apache.org/shindig/community/releasing.html

On 6 May 2009, at 22:42, [email protected] wrote:

Author: vsiveton
Date: Wed May  6 21:42:21 2009
New Revision: 772435

URL: http://svn.apache.org/viewvc?rev=772435&view=rev
Log:
o added distributionManagement tag for release

Modified:
   incubator/shindig/branches/1.0.x-incubating/pom.xml

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=772435&r1=772434&r2=772435&view=diff
= = = = = = = = ======================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Wed May 6 21:42:21 2009
@@ -73,7 +73,7 @@
<!-- D I S T R I B U T I O N M A N A G E M E N T --> <!-- = = ==================================================================== -->
  <distributionManagement>
-    <!-- This is the technical website for Shindig 1.0.x -->
+ <!-- This is the technical website for Shindig 1.0.x (SNAPSHOT) -->
    <site>
      <id>apache.website</id>
<url>scp://people.apache.org/www/incubator.apache.org/shindig/ shindig-1.0.x</url>
@@ -679,6 +679,13 @@

    <profile>
      <id>release</id>
+      <distributionManagement>
+ <!-- This is the technical website for Shindig 1.0.x (release) -->
+        <site>
+           <id>apache.website</id>
+ <url>scp://people.apache.org/www/incubator.apache.org/ shindig/shindig-1.0.x/${pom.version}</url>
+        </site>
+      </distributionManagement>
      <build>
        <plugins>
<!-- We want to sign the artifact, the POM, and all attached artifacts -->



Reply via email to