[ANN] m2eclipse 0.9.0 Released

View: Old framed views
23 Messages — Rating Filter:   Alert me  
[ANN] m2eclipse 0.9.0 Released - Hi, Eugene, and crew have made huge strides with the release of the m2eclipse 0.9.0. You can find Eugene's blog... Loading...
Nice! I stumbled on the ability to use external installations, including 2.0.x. This is awesome since 2.1-SNAPSHOT... Loading...
Re: [ANN] m2eclipse 0.9.0 Released - I wasn't able to make this work on Eclipse 3.3 on Linux. I tried selecting both /path/to/apache-maven-2.0.8... Loading...
There was a bug, that is fixed in the trunk and will be included into the next release (hopefully in a next few... Loading...
By the way, I like have a multi-module project like this: pom.xml foo/pom.xml bar/pom.xml ... I like that I can... Loading...
Thanks. We wanted to leave this to the user. But please be warned that there some gaps between Maven classpaths and... Loading...
Eugene Kuleshov on 14/03/08 19:41, wrote: > > deckrider wrote: >> By the way, I like have a multi-module project... Loading...
A general question. I am wondering, why is the sudden version number jump? Siarhei Loading...
Because Eugene has been working on it quietly, and fixed hundreds of issues and so we feel this is actually being... Loading...
Can you describe the kind of error you got ? Jeff MAURY On 3/13/08, deckrider <deckrider@...> wrote: > >... Loading...
java.io.FileNotFoundException: /home/deckrider/apache-maven-2.0.8\bin\m2.conf (No such file or directory) at... Loading...
It seems the slashes are reversed. Did the plugin use File.separator or a hard coded '\'? With regards, Nick... Loading...
Searching turned up this: http://jira.codehaus.org/browse/MNGECLIPSE-482 On Thu, Mar 13, 2008 at 10:13 AM, Nick... Loading...
How to run a script from a pom.xml file? - How to run a perl or batch file at the beginning of the build? Is there is a command or a plugin I can use to run... Loading...
Look for the exec plugin. -Olivier On Tue, 2008-03-11 at 19:45 -0500, Tawfik, Sameh E wrote: > How to run a perl... Loading...
Alternatively, if you're on Windows, you can add a file mavenrc_pre.bat and mavenrc_post.bat to your user home... Loading...
RE: How to run a script from a pom.xml file? - Thanks Wayne. I tried the exe plugin and it did what I was looking for, but I noticed it repeated the execution... Loading...
Re: How to run a script from a pom.xml file? - On Wed, Mar 12, 2008 at 4:25 PM, Tawfik, Sameh E <SamehTawfik@...> wrote: > I tried the exe plugin and it... Loading...
RE: How to run a script from a pom.xml file? - Fyi, the inherited in the execution block does not work, but it does work in the plugin block. -----Original... Loading...
I specified the inherited element in different places in the plugin body in the parent pom.xml, but no... Loading...