You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/18 13:11:29 UTC

svn commit: r1362881 - /commons/proper/chain/trunk/pom.xml

Author: simonetripodi
Date: Wed Jul 18 11:11:28 2012
New Revision: 1362881

URL: http://svn.apache.org/viewvc?rev=1362881&view=rev
Log:
added RC profile for site deploying

Modified:
    commons/proper/chain/trunk/pom.xml

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1362881&r1=1362880&r2=1362881&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed Jul 18 11:11:28 2012
@@ -248,4 +248,18 @@
     </plugins>
   </reporting>
 
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Commons Release Candidate Staging Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
 </project>



Re: svn commit: r1362881 - /commons/proper/chain/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
> Why is this in a profile?
> Normally it is a top level.

because it is the RC site deployment

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1362881 - /commons/proper/chain/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 18 July 2012 12:11,  <si...@apache.org> wrote:
> Author: simonetripodi
> Date: Wed Jul 18 11:11:28 2012
> New Revision: 1362881
>
> URL: http://svn.apache.org/viewvc?rev=1362881&view=rev
> Log:
> added RC profile for site deploying
>
> Modified:
>     commons/proper/chain/trunk/pom.xml
>
> Modified: commons/proper/chain/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1362881&r1=1362880&r2=1362881&view=diff
> ==============================================================================
> --- commons/proper/chain/trunk/pom.xml (original)
> +++ commons/proper/chain/trunk/pom.xml Wed Jul 18 11:11:28 2012
> @@ -248,4 +248,18 @@
>      </plugins>
>    </reporting>
>
> +  <profiles>
> +    <profile>
> +      <id>rc</id>
> +      <distributionManagement>
> +        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
> +        <site>
> +          <id>apache.website</id>
> +          <name>Apache Commons Release Candidate Staging Site</name>
> +          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
> +        </site>
> +      </distributionManagement>

Why is this in a profile?
Normally it is a top level.

> +    </profile>
> +  </profiles>
> +
>  </project>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org