Is it possible to execute build.xml script with maven? This script checksout all my projects and subprojects and I've just got used to using maven, didn't really use much of an ...
Hi I'm trying to use the maven release plug-in on Hudson.
The build succeeds and after then, when hudson tries to release the project, it fails with the following error.
I am working with on a project managed with Subversion.
I am using the Subclipse plugin for that : (v1.6.16)
He is the one that did the checkout for me.
Now, I need to ...
I have following settings in POM file.But my build script fails with 'SVN file locked' message.Is there any other way to do conditional checkout.If project is already checked out then I ...
I'm currently working on IBM Websphere Message Broker Toolkit and am looking into integrating maven with jenkins as a means to checkout a project, it's dependent projects, build the bar file ...