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
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
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
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
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:
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
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 ?
>>
>
> 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