Re: replacing extpaths.txt with htaccess rewrite rule

2015-03-30 Thread Hervé BOUTEMY
still looking for the right rewrite rule to fix the issue but at least, removing extpaths.txt has the great expected benefit: site editing is now less than 1 minute from edit to live experience! Regards, Hervé Le mardi 31 mars 2015 01:15:08 Hervé BOUTEMY a écrit : > Le mardi 31 mars 2015 09:44

[GitHub] maven-pom pull request: Fixed typo in maven-release-plugin config

2015-03-30 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/maven-pom/pull/2 Fixed typo in maven-release-plugin config There's no useReleaseProfiles configuration property, just singular variant (see http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.h

Re: replacing extpaths.txt with htaccess rewrite rule

2015-03-30 Thread Hervé BOUTEMY
Le mardi 31 mars 2015 09:44:09 Olivier Lamy a écrit : > Thanks to take care of that!! > Banner images are missing: > http://maven.apache.org/components/plugins/maven-compiler-plugin/ the problem is that you typed http://maven.apache.org/plugins/maven-compiler-plugin (without trailing / ) and got

Re: replacing extpaths.txt with htaccess rewrite rule

2015-03-30 Thread Olivier Lamy
On 31 March 2015 at 09:24, Hervé BOUTEMY wrote: > Hi, > > There is a discussion at infra about deprecating CMS (no decision yet). > That lead to a discussion about features of CMS. And one feature is key to > Maven, but not really easy to use: extpaths.txt, which permits to mix Maven > main site

replacing extpaths.txt with htaccess rewrite rule

2015-03-30 Thread Hervé BOUTEMY
Hi, There is a discussion at infra about deprecating CMS (no decision yet). That lead to a discussion about features of CMS. And one feature is key to Maven, but not really easy to use: extpaths.txt, which permits to mix Maven main site with components reference documentation. With the problem t

[VOTE] Release Apache Maven Invoker Plugin version 1.10

2015-03-30 Thread Robert Scholte
Hi, We solved 12 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11441&version=20479&styleName=Html There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11441&status=1 Staging repo: https://repository.apache.org/c

Re: MINVOKER-186

2015-03-30 Thread Hervé BOUTEMY
I finally did tests about accents in directory, as reported in MINVOKER-183 current m-invoker-p does not have any problem with accents in path but I tested previous release, and it didn't have any problem either then I took my original failure reported in MINVOKER-183, and I carefully read the f

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
Will do! -Chris Sent from my iPad > On 31 Mar 2015, at 4:57 am, Karl Heinz Marbaise wrote: > > Hi Chris, > > could you please assign those jira's to new release i've created 1.9.5. > > Thanks.. > Kind regards > Karl Heinz Marbaise >> On 3/30/15 7:42 PM, Karl Heinz Marbaise wrote: >> Hi C

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
Well releases are meant to be cheap and easy! :-) So, that's fine. Thanks! -Chris Sent from my iPad > On 31 Mar 2015, at 4:42 am, Karl Heinz Marbaise wrote: > > Hi Chris, > >> On 3/30/15 12:10 PM, Chris Graham wrote: >> Argh. I was going to have a few more fixed (hopefully by the end of the

AW: AW: Multi module projects are build "too early" in a multi threaded build, causing it to fail

2015-03-30 Thread Wippermann, Peter
Hi Karl Heinz, I used to day to play around with the build and the solution was as easy as you suggested: In the aggregator's POM I added the modules as dependencies, so the assembly-plugin (which I had commented out before as a workaround) will find them in time. Thanks for your help again! :

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Karl Heinz Marbaise
Hi Chris, could you please assign those jira's to new release i've created 1.9.5. Thanks.. Kind regards Karl Heinz Marbaise On 3/30/15 7:42 PM, Karl Heinz Marbaise wrote: Hi Chris, On 3/30/15 12:10 PM, Chris Graham wrote: Argh. I was going to have a few more fixed (hopefully by the end of

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Karl Heinz Marbaise
Hi Chris, could you please assign those jira's to new release i've created 1.9.5. Thanks.. Kind regards Karl Heinz Marbaise On 3/30/15 7:42 PM, Karl Heinz Marbaise wrote: Hi Chris, On 3/30/15 12:10 PM, Chris Graham wrote: Argh. I was going to have a few more fixed (hopefully by the end of

Re: AW: Multi module projects are build "too early" in a multi threaded build, causing it to fail

2015-03-30 Thread Karl Heinz Marbaise
Hi Peter, On 3/30/15 2:54 PM, Wippermann, Peter wrote: Hi Karl-Heinz, thanks for your helpful answer, which brought me further. I was able to reproduce the behavior with " mvn clean package" as expected. Your analysis was correct, the descriptor of my assembly plugin introduced dependencies,

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Karl Heinz Marbaise
Hi Chris, On 3/30/15 12:10 PM, Chris Graham wrote: Argh. I was going to have a few more fixed (hopefully by the end of the week). Are you happy to rerun a 1.9.5 in such a short period of time? If they are important what i assumealways..why not...what should us prevent... Kind regar

AW: Multi module projects are build "too early" in a multi threaded build, causing it to fail

2015-03-30 Thread Wippermann, Peter
Hi Karl-Heinz, thanks for your helpful answer, which brought me further. I was able to reproduce the behavior with " mvn clean package" as expected. Your analysis was correct, the descriptor of my assembly plugin introduced dependencies, which I didn't list in the POM itself. I removed the assem

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
Argh. I was going to have a few more fixed (hopefully by the end of the week). Are you happy to rerun a 1.9.5 in such a short period of time? -Chris On Mon, Mar 30, 2015 at 3:20 PM, Olivier Lamy wrote: > +1 > > On 29 March 2015 at 10:33, Karl Heinz Marbaise wrote: > > > Hi, > > > > We solved 8