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 2013/03/07 20:52:40 UTC

svn commit: r1454057 - /commons/proper/fileupload/trunk/pom.xml

Author: simonetripodi
Date: Thu Mar  7 19:52:39 2013
New Revision: 1454057

URL: http://svn.apache.org/r1454057
Log:
releng: added RC profile for staging site deployment

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1454057&r1=1454056&r2=1454057&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Thu Mar  7 19:52:39 2013
@@ -274,4 +274,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: r1454057 - /commons/proper/fileupload/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
Thanks for the support Jochen, very appreciated :)

Alles Gute!
-Simo

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


On Tue, Mar 12, 2013 at 10:24 AM, Jochen Wiedmann
<jo...@gmail.com> wrote:
> On Fri, Mar 8, 2013 at 1:52 AM, sebb <se...@gmail.com> wrote:
>> On 7 March 2013 19:52,  <si...@apache.org> wrote:
>>> Author: simonetripodi
>>> Date: Thu Mar  7 19:52:39 2013
>>> New Revision: 1454057
>>>
>>> URL: http://svn.apache.org/r1454057
>>> Log:
>>> releng: added RC profile for staging site deployment
>>
>> Is that intended to merge with / override the rc profile in parent, or
>> does it have a different function?
>> If so, it should have a different name.
>
> As you are currently acting as RM: Change, whatever suits you.
>
>
> --
> "That's what prayers are ... it's frightened people trying to make
> friends with the bully!"
>
> Terry Pratchett. The Last Hero
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: svn commit: r1454057 - /commons/proper/fileupload/trunk/pom.xml

Posted by Jochen Wiedmann <jo...@gmail.com>.
On Fri, Mar 8, 2013 at 1:52 AM, sebb <se...@gmail.com> wrote:
> On 7 March 2013 19:52,  <si...@apache.org> wrote:
>> Author: simonetripodi
>> Date: Thu Mar  7 19:52:39 2013
>> New Revision: 1454057
>>
>> URL: http://svn.apache.org/r1454057
>> Log:
>> releng: added RC profile for staging site deployment
>
> Is that intended to merge with / override the rc profile in parent, or
> does it have a different function?
> If so, it should have a different name.

As you are currently acting as RM: Change, whatever suits you.


-- 
"That's what prayers are ... it's frightened people trying to make
friends with the bully!"

Terry Pratchett. The Last Hero

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


Re: svn commit: r1454057 - /commons/proper/fileupload/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 8 March 2013 06:52, Simone Tripodi <si...@apache.org> wrote:
>>> releng: added RC profile for staging site deployment
>>
>> Is that intended to merge with / override the rc profile in parent, or
>> does it have a different function?
>> If so, it should have a different name.
>
> to be merged in the one defined in the parent - IIUC the parent in RC
> doesn't provide the staging site deployment.

No, but as far as I'm aware it's rarely used - I've certainly never used it.

> 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
>

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


Re: svn commit: r1454057 - /commons/proper/fileupload/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
>> releng: added RC profile for staging site deployment
>
> Is that intended to merge with / override the rc profile in parent, or
> does it have a different function?
> If so, it should have a different name.

to be merged in the one defined in the parent - IIUC the parent in RC
doesn't provide the staging 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: r1454057 - /commons/proper/fileupload/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 7 March 2013 19:52,  <si...@apache.org> wrote:
> Author: simonetripodi
> Date: Thu Mar  7 19:52:39 2013
> New Revision: 1454057
>
> URL: http://svn.apache.org/r1454057
> Log:
> releng: added RC profile for staging site deployment

Is that intended to merge with / override the rc profile in parent, or
does it have a different function?
If so, it should have a different name.

> Modified:
>     commons/proper/fileupload/trunk/pom.xml
>
> Modified: commons/proper/fileupload/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1454057&r1=1454056&r2=1454057&view=diff
> ==============================================================================
> --- commons/proper/fileupload/trunk/pom.xml (original)
> +++ commons/proper/fileupload/trunk/pom.xml Thu Mar  7 19:52:39 2013
> @@ -274,4 +274,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>
>
>

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