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

svn commit: r1296564 - /commons/proper/commons-build-plugin/trunk/pom.xml

Author: ggregory
Date: Sat Mar  3 02:40:10 2012
New Revision: 1296564

URL: http://svn.apache.org/viewvc?rev=1296564&view=rev
Log:
Add missing distributionManagement element.

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar  3 02:40:10 2012
@@ -41,7 +41,13 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/</developerConnection>
         <url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/</url>
     </scm>
-
+    <distributionManagement>
+        <site>
+            <id>stagingSite</id>
+            <name>Apache Staging Website</name>
+            <url>scp://people.apache.org/www/commons.apache.org/commons-build-plugin/</url>
+        </site>
+    </distributionManagement>
     <developers>
         <developer>
             <name>Niall Pemberton</name>



Re: svn commit: r1296564 - /commons/proper/commons-build-plugin/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
I'll get back to this tomorrow AM. Thanks Sebb.

Gary

On Mar 2, 2012, at 22:03, sebb <se...@gmail.com> wrote:

> On 3 March 2012 02:53, Gary Gregory <ga...@gmail.com> wrote:
>> On Fri, Mar 2, 2012 at 9:46 PM, sebb <se...@gmail.com> wrote:
>>
>>> On 3 March 2012 02:40,  <gg...@apache.org> wrote:
>>>> Author: ggregory
>>>> Date: Sat Mar  3 02:40:10 2012
>>>> New Revision: 1296564
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1296564&view=rev
>>>> Log:
>>>> Add missing distributionManagement element.
>>>>
>>>> Modified:
>>>>    commons/proper/commons-build-plugin/trunk/pom.xml
>>>>
>>>> Modified: commons/proper/commons-build-plugin/trunk/pom.xml
>>>> URL:
>>> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff
>>>>
>>> ==============================================================================
>>>> --- commons/proper/commons-build-plugin/trunk/pom.xml (original)
>>>> +++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar  3
>>> 02:40:10 2012
>>>> @@ -41,7 +41,13 @@
>>>>         <developerConnection>scm:svn:
>>> https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/
>>> </developerConnection>
>>>>         <url>
>>> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/
>>> </url>
>>>>     </scm>
>>>> -
>>>> +    <distributionManagement>
>>>> +        <site>
>>>> +            <id>stagingSite</id>
>>>> +            <name>Apache Staging Website</name>
>>>> +            <url>scp://
>>> people.apache.org/www/commons.apache.org/commons-build-plugin/</url>
>>>
>>> Surely that's the live site, not the staging site?
>>>
>>
>> Hi Sebb,
>>
>> Its the same fragment I used for [codec] a while back. If it's on 'people',
>> it should not be the real live site, but the one we can look at as part of
>> the RC. At least it make sense to me, as much as Maven makes sense that is
>> :)
>
> It's not the live site, but it is the *source* for the live site.
> Until we switch to using svnpubsub, sites are published by updating
> people, which is synched to the live site every few hours.
>
> However, from looking at CP23, it seems that the section should in
> fact use the URL for the live site, so it is actually the <id> and
> <name> that are wrong.
>
>> Gary
>>
>>
>>>> +        </site>
>>>> +    </distributionManagement>
>>>>     <developers>
>>>>         <developer>
>>>>             <name>Niall Pemberton</name>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> 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: r1296564 - /commons/proper/commons-build-plugin/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 3 March 2012 02:53, Gary Gregory <ga...@gmail.com> wrote:
> On Fri, Mar 2, 2012 at 9:46 PM, sebb <se...@gmail.com> wrote:
>
>> On 3 March 2012 02:40,  <gg...@apache.org> wrote:
>> > Author: ggregory
>> > Date: Sat Mar  3 02:40:10 2012
>> > New Revision: 1296564
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1296564&view=rev
>> > Log:
>> > Add missing distributionManagement element.
>> >
>> > Modified:
>> >    commons/proper/commons-build-plugin/trunk/pom.xml
>> >
>> > Modified: commons/proper/commons-build-plugin/trunk/pom.xml
>> > URL:
>> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff
>> >
>> ==============================================================================
>> > --- commons/proper/commons-build-plugin/trunk/pom.xml (original)
>> > +++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar  3
>> 02:40:10 2012
>> > @@ -41,7 +41,13 @@
>> >         <developerConnection>scm:svn:
>> https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/
>> </developerConnection>
>> >         <url>
>> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/
>> </url>
>> >     </scm>
>> > -
>> > +    <distributionManagement>
>> > +        <site>
>> > +            <id>stagingSite</id>
>> > +            <name>Apache Staging Website</name>
>> > +            <url>scp://
>> people.apache.org/www/commons.apache.org/commons-build-plugin/</url>
>>
>> Surely that's the live site, not the staging site?
>>
>
> Hi Sebb,
>
> Its the same fragment I used for [codec] a while back. If it's on 'people',
> it should not be the real live site, but the one we can look at as part of
> the RC. At least it make sense to me, as much as Maven makes sense that is
> :)

It's not the live site, but it is the *source* for the live site.
Until we switch to using svnpubsub, sites are published by updating
people, which is synched to the live site every few hours.

However, from looking at CP23, it seems that the section should in
fact use the URL for the live site, so it is actually the <id> and
<name> that are wrong.

> Gary
>
>
>> > +        </site>
>> > +    </distributionManagement>
>> >     <developers>
>> >         <developer>
>> >             <name>Niall Pemberton</name>
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

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


Re: svn commit: r1296564 - /commons/proper/commons-build-plugin/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Fri, Mar 2, 2012 at 9:46 PM, sebb <se...@gmail.com> wrote:

> On 3 March 2012 02:40,  <gg...@apache.org> wrote:
> > Author: ggregory
> > Date: Sat Mar  3 02:40:10 2012
> > New Revision: 1296564
> >
> > URL: http://svn.apache.org/viewvc?rev=1296564&view=rev
> > Log:
> > Add missing distributionManagement element.
> >
> > Modified:
> >    commons/proper/commons-build-plugin/trunk/pom.xml
> >
> > Modified: commons/proper/commons-build-plugin/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff
> >
> ==============================================================================
> > --- commons/proper/commons-build-plugin/trunk/pom.xml (original)
> > +++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar  3
> 02:40:10 2012
> > @@ -41,7 +41,13 @@
> >         <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/
> </developerConnection>
> >         <url>
> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/
> </url>
> >     </scm>
> > -
> > +    <distributionManagement>
> > +        <site>
> > +            <id>stagingSite</id>
> > +            <name>Apache Staging Website</name>
> > +            <url>scp://
> people.apache.org/www/commons.apache.org/commons-build-plugin/</url>
>
> Surely that's the live site, not the staging site?
>

Hi Sebb,

Its the same fragment I used for [codec] a while back. If it's on 'people',
it should not be the real live site, but the one we can look at as part of
the RC. At least it make sense to me, as much as Maven makes sense that is
:)

Gary


> > +        </site>
> > +    </distributionManagement>
> >     <developers>
> >         <developer>
> >             <name>Niall Pemberton</name>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1296564 - /commons/proper/commons-build-plugin/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 3 March 2012 02:40,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Sat Mar  3 02:40:10 2012
> New Revision: 1296564
>
> URL: http://svn.apache.org/viewvc?rev=1296564&view=rev
> Log:
> Add missing distributionManagement element.
>
> Modified:
>    commons/proper/commons-build-plugin/trunk/pom.xml
>
> Modified: commons/proper/commons-build-plugin/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff
> ==============================================================================
> --- commons/proper/commons-build-plugin/trunk/pom.xml (original)
> +++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar  3 02:40:10 2012
> @@ -41,7 +41,13 @@
>         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/</developerConnection>
>         <url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/</url>
>     </scm>
> -
> +    <distributionManagement>
> +        <site>
> +            <id>stagingSite</id>
> +            <name>Apache Staging Website</name>
> +            <url>scp://people.apache.org/www/commons.apache.org/commons-build-plugin/</url>

Surely that's the live site, not the staging site?

> +        </site>
> +    </distributionManagement>
>     <developers>
>         <developer>
>             <name>Niall Pemberton</name>
>
>

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