I think i would echo Jeff's sentiment and hold to one or the other.
As far as integration. Both IDEA and Netbeans have excellent Maven 2 support. IDEA has the Maven 2 Integration plugin that is installable from their Plugins setting. Netbeans has mevenide which allows you to open POMs as a project in the same manner as it does ant (http://mevenide.codehaus.org/m2-site/index.html). Altough, I'm not a fan of Netbeans (at all), I have had to use it on a recent project and have found the Maven 2 integration works great. Eclipse has support for Maven 2 as well (http://m2eclipse.codehaus.org/) although i haven't used it. Brandon On 2/14/07, Clinton Begin <[EMAIL PROTECTED]> wrote:
If that's the case, would it make sense to use Ant for build and Maven for deploy? One thing I'll miss with Maven is the tool integration. I imagine I could get a Maven plugin for IDEA and Eclipse, but Ant is ubiquitous and works with a lot of other tools. At least I know Continuum works with Maven! Continuum* rocks. Clinton * We're using Parabuild strictly because the company set it up for us and is willing to host it for us. On 2/14/07, Ted Husted <[EMAIL PROTECTED]> wrote: > Maybe a one-liner to deploy the JAR to a local repository, but to > ready the JARs for public distribution, we also need to sign them and > such. You can do everything that's needed by hand, without Maven, but > it can be a lot of work. > > Even at Struts, we don't have the complete Maven build and deploy down > to a one-liner yet. A key bottleneck is that signing the JARs should > not be a fully automatic process, since its not a good idea to embed a > passphrase in a script. So, it's more like three steps: build, sign, > deploy. But, the same should be true of Ant, if we are being careful > about signing. > > -Ted. > > On 2/14/07, Brandon Goodin <[EMAIL PROTECTED]> wrote: > > The broader purpose of this is not just to see if we can get jars into maven > > but rather to see if maven can simplify our build/release process. If you > > have a one liner then that is great. I'd love to see it. > > > > Brandon > > > > > > On 2/14/07, Slava Imeshev <[EMAIL PROTECTED]> wrote: > > > I seriously doubt that this would require switching to Maven > > > build. > > > > > > I cannot speak for a global catalog, but adding an item built > > > with Ant to a local Maven repository is a one-liner. > > > > > > Regards, > > > > > > Slava Imeshev >