You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Didier Villevalois <dv...@clever-age.com> on 2003/04/09 20:36:49 UTC

[Old Maven Site] Should put Developpement Process page back

Hi all,

Juste to note that all the sites that still did not move to beta-9 do 
not link to the 'development process' page on the new maven.apache.org site.

Maybe this could be a good idea to set back just the old 'development 
process' page in the turbine web site. This link advertises Maven a bit 
and this is IMHO very important. We could put a redirect...

A+. Didier.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Old Maven Site] Should put Developpement Process page back

Posted by di...@multitask.com.au.
Didier...we're trying, but it's not an obvious problem....
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


<dv...@clever-age.com> wrote on 10/04/2003 05:55:31 PM:

> 
> > Don't know if it's available in beta8 already, but xdoc plugin 
supports
> > build.property "maven.xdoc.developmentProcessUrl".  Maybe easier than 
a
> > redirect...
> >
> >>From the doc
> > http://maven.apache.org/reference/plugins/xdoc/properties.html (bottom
> > of page):
> >
> > Sets the url of development process page. Defaults to
> > http://maven.apache.org/development-process.html .
> 
> Thanks Martin. But i did know this. My site is to be release based on
> beta-9. However this is for other people. I'm sure nobody does release 
his
> site every two days. So in the mean time that people move to beta-9 or
> uses the ad-hoc property, the redirect should be set!
> A+. Didier.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Old Maven Site] Should put Developpement Process page back

Posted by dv...@clever-age.com.
> Don't know if it's available in beta8 already, but xdoc plugin supports
> build.property "maven.xdoc.developmentProcessUrl".  Maybe easier than a
> redirect...
>
>>>From the doc
> http://maven.apache.org/reference/plugins/xdoc/properties.html (bottom
> of page):
>
> Sets the url of development process page. Defaults to
> http://maven.apache.org/development-process.html .

Thanks Martin. But i did know this. My site is to be release based on
beta-9. However this is for other people. I'm sure nobody does release his
site every two days. So in the mean time that people move to beta-9 or
uses the ad-hoc property, the redirect should be set!
A+. Didier.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Old Maven Site] Should put Developpement Process page back

Posted by Martin Skopp <sk...@riege.de>.
On Wed, 2003-04-09 at 20:36, Didier Villevalois wrote:
> Juste to note that all the sites that still did not move to beta-9 do 
> not link to the 'development process' page on the new maven.apache.org site.
> 
> Maybe this could be a good idea to set back just the old 'development 
> process' page in the turbine web site. This link advertises Maven a bit 
> and this is IMHO very important. We could put a redirect...

Don't know if it's available in beta8 already, but xdoc plugin supports
build.property "maven.xdoc.developmentProcessUrl".  Maybe easier than a
redirect...

>>From the doc
http://maven.apache.org/reference/plugins/xdoc/properties.html (bottom
of page):

Sets the url of development process page. Defaults to 
http://maven.apache.org/development-process.html . 

cu
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:maint@riege.com, Information: http://www.riege.com

This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Old Maven Site] Should put Developpement Process page back

Posted by di...@multitask.com.au.
Hi James,

thanks for the reply...the jakarta site uses .htaccess files in the 
project directories, and it currently has:

Redirect Permanent /turbine/maven http://maven.apache.org 

in the top level directory of  jakarta.apache.org
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


James Ward <ja...@ectropic.com> wrote on 10/04/2003 08:36:55 AM:

> Try something like this:
> <VirtualHost jakarta.apache.org:80>
>   ServerName jakarta.apache.org
>   RewriteEngine on
>   RewriteRule   ^/turbine/maven/(.*)  http://maven.apache.org/$1 [R,L]
> </VirtualHost>
> 
> More info:
> http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
> 
> -James
> 
> 
> On Wed, 2003-04-09 at 14:46, dion@multitask.com.au wrote:
> > I've been trying to fix the redirect on the Jakarta site. If you've 
got 
> > some apache config knowledge, please help me!!
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://www.freeroller.net/page/dion/Weblog
> > Work:      http://www.multitask.com.au
> > 
> > 
> > Didier Villevalois <dv...@clever-age.com> wrote on 10/04/2003 
> > 04:36:49 AM:
> > 
> > > Hi all,
> > > 
> > > Juste to note that all the sites that still did not move to beta-9 
do 
> > > not link to the 'development process' page on the new 
maven.apache.org 
> > site.
> > > 
> > > Maybe this could be a good idea to set back just the old 
'development 
> > > process' page in the turbine web site. This link advertises Maven a 
bit 
> > > and this is IMHO very important. We could put a redirect...
> > > 
> > > A+. Didier.
> > > 
> > > 
> > > 
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [Old Maven Site] Should put Developpement Process page back

Posted by James Ward <ja...@ectropic.com>.
In that case, try this:

.htaccess

RedirectMatch permanent /turbine/maven(.*) http://maven.apache.org$1


-James


On Wed, 2003-04-09 at 18:29, Quinton McCombs wrote:
> He really needs something that can be put into .htaccess
> 
> > -----Original Message-----
> > From: James Ward [mailto:james@ectropic.com] 
> > Sent: Wednesday, April 09, 2003 5:37 PM
> > To: Maven Users List
> > Subject: Re: [Old Maven Site] Should put Developpement 
> > Process page back
> > 
> > 
> > Try something like this:
> > <VirtualHost jakarta.apache.org:80>
> >   ServerName jakarta.apache.org
> >   RewriteEngine on
> >   RewriteRule   ^/turbine/maven/(.*)  http://maven.apache.org/$1 [R,L]
> > </VirtualHost>
> > 
> > More info: http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
> > 
> > -James
> > 
> > 
> > On Wed, 2003-04-09 at 14:46, dion@multitask.com.au wrote:
> > > I've been trying to fix the redirect on the Jakarta site. If you've 
> > > got
> > > some apache config knowledge, please help me!!
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > > 
> > > 
> > > Didier Villevalois <dv...@clever-age.com> wrote on 10/04/2003
> > > 04:36:49 AM:
> > > 
> > > > Hi all,
> > > > 
> > > > Juste to note that all the sites that still did not move 
> > to beta-9 
> > > > do
> > > > not link to the 'development process' page on the new 
> > maven.apache.org 
> > > site.
> > > > 
> > > > Maybe this could be a good idea to set back just the old 
> > > > 'development
> > > > process' page in the turbine web site. This link 
> > advertises Maven a bit 
> > > > and this is IMHO very important. We could put a redirect...
> > > > 
> > > > A+. Didier.
> > > > 
> > > > 
> > > > 
> > --------------------------------------------------------------------
> > > > -
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > 
> > > 
> > > 
> > > 
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [Old Maven Site] Should put Developpement Process page back

Posted by Quinton McCombs <qm...@nequalsone.com>.
He really needs something that can be put into .htaccess

> -----Original Message-----
> From: James Ward [mailto:james@ectropic.com] 
> Sent: Wednesday, April 09, 2003 5:37 PM
> To: Maven Users List
> Subject: Re: [Old Maven Site] Should put Developpement 
> Process page back
> 
> 
> Try something like this:
> <VirtualHost jakarta.apache.org:80>
>   ServerName jakarta.apache.org
>   RewriteEngine on
>   RewriteRule   ^/turbine/maven/(.*)  http://maven.apache.org/$1 [R,L]
> </VirtualHost>
> 
> More info: http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
> 
> -James
> 
> 
> On Wed, 2003-04-09 at 14:46, dion@multitask.com.au wrote:
> > I've been trying to fix the redirect on the Jakarta site. If you've 
> > got
> > some apache config knowledge, please help me!!
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://www.freeroller.net/page/dion/Weblog
> > Work:      http://www.multitask.com.au
> > 
> > 
> > Didier Villevalois <dv...@clever-age.com> wrote on 10/04/2003
> > 04:36:49 AM:
> > 
> > > Hi all,
> > > 
> > > Juste to note that all the sites that still did not move 
> to beta-9 
> > > do
> > > not link to the 'development process' page on the new 
> maven.apache.org 
> > site.
> > > 
> > > Maybe this could be a good idea to set back just the old 
> > > 'development
> > > process' page in the turbine web site. This link 
> advertises Maven a bit 
> > > and this is IMHO very important. We could put a redirect...
> > > 
> > > A+. Didier.
> > > 
> > > 
> > > 
> --------------------------------------------------------------------
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Old Maven Site] Should put Developpement Process page back

Posted by James Ward <ja...@ectropic.com>.
Try something like this:
<VirtualHost jakarta.apache.org:80>
  ServerName jakarta.apache.org
  RewriteEngine on
  RewriteRule   ^/turbine/maven/(.*)  http://maven.apache.org/$1 [R,L]
</VirtualHost>

More info:
http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html

-James


On Wed, 2003-04-09 at 14:46, dion@multitask.com.au wrote:
> I've been trying to fix the redirect on the Jakarta site. If you've got 
> some apache config knowledge, please help me!!
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
> 
> 
> Didier Villevalois <dv...@clever-age.com> wrote on 10/04/2003 
> 04:36:49 AM:
> 
> > Hi all,
> > 
> > Juste to note that all the sites that still did not move to beta-9 do 
> > not link to the 'development process' page on the new maven.apache.org 
> site.
> > 
> > Maybe this could be a good idea to set back just the old 'development 
> > process' page in the turbine web site. This link advertises Maven a bit 
> > and this is IMHO very important. We could put a redirect...
> > 
> > A+. Didier.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Old Maven Site] Should put Developpement Process page back

Posted by di...@multitask.com.au.
I've been trying to fix the redirect on the Jakarta site. If you've got 
some apache config knowledge, please help me!!
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Didier Villevalois <dv...@clever-age.com> wrote on 10/04/2003 
04:36:49 AM:

> Hi all,
> 
> Juste to note that all the sites that still did not move to beta-9 do 
> not link to the 'development process' page on the new maven.apache.org 
site.
> 
> Maybe this could be a good idea to set back just the old 'development 
> process' page in the turbine web site. This link advertises Maven a bit 
> and this is IMHO very important. We could put a redirect...
> 
> A+. Didier.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org