Re: [maven] URIs on sub-sites

2006-07-12 Thread Ted Husted
On 7/11/06, Don Brown [EMAIL PROTECTED] wrote: So basically we'd add an empty directory in all cases? No, I meant: Website: struts.apache.org/1.x - struts.apache.org/struts1 struts.apache.org/2.0 struts.apache.org/struts2 Repository: struts/struts1/apps - struts/struts1/struts-apps

Re: [maven] URIs on sub-sites

2006-07-12 Thread Ted Husted
On 7/11/06, Wendy Smoak [EMAIL PROTECTED] wrote: It's (somehow) related to the distributionManagement/site/url in the pom. It took me a few tries to get the links on the Tiles 2 site to work. If the directory name on the site matches the artifactId in the pom, it works as designed. If not,

Re: [maven] URIs on sub-sites

2006-07-12 Thread Wendy Smoak
On 7/12/06, Ted Husted [EMAIL PROTECTED] wrote: BUT, for the 4 Jul snapshot we didn't need to do this, so why do I have to do it now? (I actually like doing it, since it's our URI, so we can afford to be specific, and being specific saves a redirect. But why is my snapshot different?) Try

Re: [maven] URIs on sub-sites

2006-07-12 Thread Ted Husted
On 7/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: Try going back to maven-site-plugin 2.0-beta4 by changing the plugin version in the parent pom, and see if that helps. Yes, that does help. The UL issue also goes away. Is there something we want in beta5, aside from site:run, or can we use

Re: [maven] URIs on sub-sites

2006-07-12 Thread Ted Husted
On 7/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: If we're going to split it up, I think we should drop the -all distribution. Upload what you want them to look like and I'll see about adjusting the assembly descriptors to match. Just make each subdirectory in the all assembly a separate

Re: [maven] URIs on sub-sites

2006-07-12 Thread Wendy Smoak
On 7/12/06, Ted Husted [EMAIL PROTECTED] wrote: Is there something we want in beta5, aside from site:run, or can we use beta4 for this release? Not that I know of. Yes, maven-site-plugin 2.0-beta4 should be fine. PS: I filed http://jira.codehaus.org/browse/MSITE-159 Thanks. :) -- Wendy

Re: [maven] URIs on sub-sites

2006-07-12 Thread Ted Husted
On 7/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/12/06, Ted Husted [EMAIL PROTECTED] wrote: Is there something we want in beta5, aside from site:run, or can we use beta4 for this release? Not that I know of. Yes, maven-site-plugin 2.0-beta4 should be fine. Sigh. I tried to build an

Re: [maven] URIs on sub-sites

2006-07-12 Thread Wendy Smoak
On 7/12/06, Ted Husted [EMAIL PROTECTED] wrote: On 7/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/12/06, Ted Husted [EMAIL PROTECTED] wrote: Is there something we want in beta5, aside from site:run, or can we use beta4 for this release? Not that I know of. Yes, maven-site-plugin

[maven] URIs on sub-sites

2006-07-11 Thread Ted Husted
I don't know what I'm doing wrong, but the menu URIs on the subsites are not rendering correctly for me. For some reason, they seem to be stripping http://struts.apache.org/; out of all the URIs, so that a reference to http://struts.apache.org/1.x; becomes 1.x, and a reference to just

Re: [maven] URIs on sub-sites

2006-07-11 Thread Wendy Smoak
On 7/11/06, Ted Husted [EMAIL PROTECTED] wrote: I don't know what I'm doing wrong, but the menu URIs on the subsites are not rendering correctly for me. For some reason, they seem to be stripping http://struts.apache.org/; out of all the URIs, so that a reference to

Re: [maven] URIs on sub-sites

2006-07-11 Thread Wendy Smoak
On 7/11/06, Wendy Smoak [EMAIL PROTECTED] wrote: If the directory name on the site matches the artifactId in the pom, it works as designed. s/designed/desired. I assume it's working as designed, even if I'm not quite sure what the design is... -- Wendy

Re: [maven] URIs on sub-sites

2006-07-11 Thread Ted Husted
On 7/11/06, Wendy Smoak [EMAIL PROTECTED] wrote: It's (somehow) related to the distributionManagement/site/url in the pom. It took me a few tries to get the links on the Tiles 2 site to work. If the directory name on the site matches the artifactId in the pom, it works as designed. If not,

Re: [maven] URIs on sub-sites

2006-07-11 Thread Don Brown
The web site directory already matches the artifact id, IIRC. I thought your original complaint was about how Maven dealt with the /1.x prefix. Don On 7/11/06, Ted Husted [EMAIL PROTECTED] wrote: On 7/11/06, Wendy Smoak [EMAIL PROTECTED] wrote: It's (somehow) related to the

Re: [maven] URIs on sub-sites

2006-07-11 Thread Wendy Smoak
On 7/11/06, Ted Husted [EMAIL PROTECTED] wrote: Do we want to go with the flow and change the directory names then? If we are using struts-scripting on the website, it makes more sense to me to use struts-scripting in the repository. Changing the directory names in the svn repo isn't going

Re: [maven] URIs on sub-sites

2006-07-11 Thread Don Brown
Oh, you are talking about svn. Ignore me :) Don Don Brown wrote: The web site directory already matches the artifact id, IIRC. I thought your original complaint was about how Maven dealt with the /1.x prefix. Don On 7/11/06, Ted Husted [EMAIL PROTECTED] wrote: On 7/11/06, Wendy Smoak

Re: [maven] URIs on sub-sites

2006-07-11 Thread Don Brown
I dunno: /repos/asf/struts/struts1/struts-core ... that's a lot of Struts and too much typing, IMO. The only reason the artifact id's have struts- in them is for the jar names. Otherwise, I'd say the group id having Struts in it would be fine. Don Wendy Smoak wrote: On 7/11/06, Ted

Re: [maven] URIs on sub-sites

2006-07-11 Thread Ted Husted
On 7/11/06, Don Brown [EMAIL PROTECTED] wrote: I dunno: /repos/asf/struts/struts1/struts-core ... that's a lot of Struts and too much typing, IMO. The only reason the artifact id's have struts- in them is for the jar names. Otherwise, I'd say the group id having Struts in it would be fine.

Re: [maven] URIs on sub-sites

2006-07-11 Thread Ted Husted
On 7/11/06, Wendy Smoak [EMAIL PROTECTED] wrote: It's (somehow) related to the distributionManagement/site/url in the pom. It took me a few tries to get the links on the Tiles 2 site to work. If the directory name on the site matches the artifactId in the pom, it works as designed. If not,

Re: [maven] URIs on sub-sites

2006-07-11 Thread Don Brown
Ted Husted wrote: I'd really prefer that we use one set of naming conventions. If it's more typing, then so be it. I've already typed a year's worth of URIs in this email message :) My suggestion is that we make it a straight-line correlation Website /s/1.x/struts1 /s/2.0/struts2 Repository