Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-25 Thread Jens Riboe
/>>The maven inheritance mechanism will not take the parent pom into consideration /The main idea was to change the hard-coded rule "always append artifactId to implicit urls" to something configurable and located in the super pom. Only if somebody wanted to change the 'rule' that could be achi

Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-25 Thread VUB Stefan Seidel
Jens Riboe wrote: As I understand it; the current rule implements implicit URLs as ${parent.url}/${project.artifactId} For example: ${parentPOM.scm.connection}/${project.artifactId} ... /scm> Where parentPOM is a made-up symbol denoting an upward search for the pom property that follows (scm

Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-21 Thread Jens Riboe
Brian -Original Message- From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 6:03 AM To: Maven Users List Subject: Re: maven appends sub-project artifactId to urls - Please help I added a comment to http://jira.codehaus.org/browse/MNG-3244. You may wan

Re: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread VUB Stefan Seidel
VUB Stefan Seidel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 6:03 AM To: Maven Users List Subject: Re: maven appends sub-project artifactId to urls - Please help I added a comment to http://jira.codehaus.org/browse/MNG-3244. You may want to add you votes. Apparently, it was

RE: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread Brian E. Fox
fan Seidel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 6:03 AM To: Maven Users List Subject: Re: maven appends sub-project artifactId to urls - Please help I added a comment to http://jira.codehaus.org/browse/MNG-3244. You may want to add you votes. Apparently, it was originally plann

Re: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread VUB Stefan Seidel
lto:[EMAIL PROTECTED] Sent: 21 February 2008 09:52 To: Maven Users List Subject: Re: maven appends sub-project artifactId to urls - Please help Hi Jens, you are complaining about an essential feature of maven. Having maven automatically extend the urls, scm urls, site urls etc. with the list

RE: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread Ben Lidgey
> -Original Message- > From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] > Sent: 21 February 2008 09:52 > To: Maven Users List > Subject: Re: maven appends sub-project artifactId to urls - > Please help > > Hi Jens, > > you are complaining about an essent

Re: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread VUB Stefan Seidel
Hi Jens, you are complaining about an essential feature of maven. Having maven automatically extend the urls, scm urls, site urls etc. with the list of parent artifact ids is crucial for multi-module projects. No-one would want to enter this information again and again through several levels o