You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@gmail.com> on 2013/09/03 06:55:27 UTC

Re: svn commit: r1519540 - /commons/sandbox/monitoring/trunk/siteDeploy.sh

On 9/2/13 6:57 PM, olamy@apache.org wrote:
> Author: olamy
> Date: Tue Sep  3 01:57:09 2013
> New Revision: 1519540
>
> URL: http://svn.apache.org/r1519540
> Log:
> simple script to deploy website
>
> Added:
>     commons/sandbox/monitoring/trunk/siteDeploy.sh   (with props)
>
> Added: commons/sandbox/monitoring/trunk/siteDeploy.sh
> URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/siteDeploy.sh?rev=1519540&view=auto
> ==============================================================================
> --- commons/sandbox/monitoring/trunk/siteDeploy.sh (added)
> +++ commons/sandbox/monitoring/trunk/siteDeploy.sh Tue Sep  3 01:57:09 2013
> @@ -0,0 +1,2 @@
> +mvn clean site site:stage $@
> +mvn scm-publish:publish-scm $@

What are the command line arguments?  Is this generic way to publish
sites now?

Phil
>
> Propchange: commons/sandbox/monitoring/trunk/siteDeploy.sh
> ------------------------------------------------------------------------------
>     svn:eol-style = native
>
> Propchange: commons/sandbox/monitoring/trunk/siteDeploy.sh
> ------------------------------------------------------------------------------
>     svn:keywords = Author Date Id Revision
>
>
>


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


Re: svn commit: r1519540 - /commons/sandbox/monitoring/trunk/siteDeploy.sh

Posted by Bernd Eckenfels <ec...@zusammenkunft.net>.
Am 03.09.2013, 07:11 Uhr, schrieb Olivier Lamy <ol...@apache.org>:
>>> +mvn clean site site:stage $@
> Generic way, yes those command line can be generic especially for
> multi modules build.

BTW: with "$@" shell quoting, this works with spaces as well (but I wonder  
if this is not more lika a task for a local alias).

Greetings
Bernd

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


Re: svn commit: r1519540 - /commons/sandbox/monitoring/trunk/siteDeploy.sh

Posted by Olivier Lamy <ol...@apache.org>.
On 3 September 2013 14:55, Phil Steitz <ph...@gmail.com> wrote:
> On 9/2/13 6:57 PM, olamy@apache.org wrote:
>> Author: olamy
>> Date: Tue Sep  3 01:57:09 2013
>> New Revision: 1519540
>>
>> URL: http://svn.apache.org/r1519540
>> Log:
>> simple script to deploy website
>>
>> Added:
>>     commons/sandbox/monitoring/trunk/siteDeploy.sh   (with props)
>>
>> Added: commons/sandbox/monitoring/trunk/siteDeploy.sh
>> URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/siteDeploy.sh?rev=1519540&view=auto
>> ==============================================================================
>> --- commons/sandbox/monitoring/trunk/siteDeploy.sh (added)
>> +++ commons/sandbox/monitoring/trunk/siteDeploy.sh Tue Sep  3 01:57:09 2013
>> @@ -0,0 +1,2 @@
>> +mvn clean site site:stage $@
>> +mvn scm-publish:publish-scm $@
>
> What are the command line arguments?  Is this generic way to publish
> sites now?

for second mvn call arguments can be -Dusername= -Dpassword=  (with
your asf  uid/password if you have disable svn local password
storage).

Generic way, yes those command line can be generic especially for
multi modules build.

>
> Phil
>>
>> Propchange: commons/sandbox/monitoring/trunk/siteDeploy.sh
>> ------------------------------------------------------------------------------
>>     svn:eol-style = native
>>
>> Propchange: commons/sandbox/monitoring/trunk/siteDeploy.sh
>> ------------------------------------------------------------------------------
>>     svn:keywords = Author Date Id Revision
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

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