17 messages in org.apache.maven.devRe: how we handle JIRA versions
FromSent OnAttachments
Brett PorterAug 1, 2007 9:47 am 
Dennis LundbergAug 1, 2007 12:31 pm 
Brett PorterAug 1, 2007 7:00 pm 
Jason van ZylAug 1, 2007 8:21 pm 
Christian GruberAug 1, 2007 8:25 pm 
Brett PorterAug 1, 2007 8:37 pm 
Jason van ZylAug 1, 2007 8:51 pm 
Brett PorterAug 1, 2007 8:55 pm 
Brian E. FoxAug 1, 2007 9:01 pm 
Brett PorterAug 1, 2007 11:11 pm 
jaso...@gmail.comAug 1, 2007 11:24 pm 
Brett PorterAug 1, 2007 11:37 pm 
Dennis LundbergAug 2, 2007 3:11 am 
Dennis LundbergAug 2, 2007 3:20 am 
Jason DillonAug 2, 2007 3:28 am 
Brett PorterAug 2, 2007 3:29 am 
Vincent SivetonSep 12, 2007 3:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: how we handle JIRA versionsActions...
From:Brett Porter (bre@apache.org)
Date:Aug 2, 2007 3:29:33 am
List:org.apache.maven.dev

On 02/08/2007, at 8:12 PM, Dennis Lundberg wrote:

What is your definition of site and documentation. I'm not sure I see how you mean. For me site is project related and documentation is product related.

Yep, that's a good definition. I'm thinking here it's the difference between versioned and unversioned content.

I think it will be a case that users rarely care about the site, and only the docs, so they'll file in the right place. And if we can put links on all pages that say how to report an issue with that page, that'd be even better :)

Now that'd be a cool feature. Wouldn't it be possible for a skin to access the issueManagement element of the pom? Then we could add an optional link on every generated page that goes to the issue managing system:

<a href="url/to/issuemanagement/create/new/issue">Report an error with this page</a>

Can a skin have a configuration section like a plugin? Otherwise we might use a property from the pom. Would be nice to be able to switch this on/off in some way.

It's a velocity template so it should be straightforward to access a property and make it conditional. We probably need general properties in the site descriptor, but this might even be a good element to add to the model.

Thanks, Brett