Re: Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Hervé BOUTEMY
there is a good article on MAVENUSER to introduce to lifecycle: http://docs.codehaus.org/display/MAVENUSER/introduction-to-the-lifecycle adding a last "customizing lifecycle bindings" chapter would make sense (directly or with a link to your blog post) notice: your article is about customizing

Re: Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Manfred Moser
On 11-09-06 08:03 PM, Jesse Farinacci wrote: Greetings, On Tue, Sep 6, 2011 at 10:48 PM, Kasturi Kumthekar wrote: http://pragmaticjava.blogspot.com/2011/08/customizing-mavens-lifecycle.html I find it almost pathological to enforce both Java 1.6 and Maven 2.0.10. Most people would not be so b

Re: Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Jesse Farinacci
Greetings, On Tue, Sep 6, 2011 at 10:48 PM, Kasturi Kumthekar wrote: > http://pragmaticjava.blogspot.com/2011/08/customizing-mavens-lifecycle.html I find it almost pathological to enforce both Java 1.6 and Maven 2.0.10. Most people would not be so bold, Kudos on your bravery in this regard, -Je

Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Kasturi Kumthekar
I recently wrote a blog article featuring a few tips that one can use to customize Maven's lifecycle. The blog article can be found at : http://pragmaticjava.blogspot.com/2011/08/customizing-mavens-lifecycle.html I hope you find it worthy enough to put it on your resources list. Thanks, Kasturi

new wrinkle on MSITE-600 -- stagingDirectory fails to override pom distributionManagement

2011-09-06 Thread Benson Margulies
Anybody got a workaround? /Users/benson/m2e/sonatype-tycho /opt/apache-maven-3.0.3/bin/mvn -DskipTests site:site site:stage -DstagingDirectory=/tmp/tychoStage [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:stage (default-cli) on project tycho: Error uploading site:

Using the invoker for non-tests

2011-09-06 Thread Benson Margulies
In the doxia Eclipse plugins, we need, due to a limitation on Tycho, to run mvn at toplevel on one project, and then on another. Tycho can't 'see' the output of the first in the reactor when building the second. Choices: 1) No pom that connects them. o) mvn deploy on the first, then build seco

Re: MECLIPSE-388 - Correct classpath ordering in .classpath - news?

2011-09-06 Thread Benson Margulies
This email is entirely wrong. MNGECLIPSE is an obsolete JIRA project for m2e, which is completely different from the m-e-p. On Tue, Sep 6, 2011 at 8:33 AM, li...@joerg-buchberger.de wrote: > >> Hello, >> >> Are there any news about this issue >> http://jira.codehaus.org/browse/MECLIPSE-388 ? >> >

Re: MECLIPSE-388 - Correct classpath ordering in .classpath - news?

2011-09-06 Thread li...@joerg-buchberger.de
> Hello,  >  > Are there any news about this issue  > http://jira.codehaus.org/browse/MECLIPSE-388 ?  >  > Patches have been offered and some people started creating their own version  > of the plugin because this issue is not fixed in mainline:  >  >    - http://stackoverflow.com/questions/793054