Re: Begginer's question: How can I use an other Mojo in my own plugin?

2010-02-21 Thread James William Dumay
Hey Kai, You might want to checkout the Mojo Executor project :) http://code.google.com/p/mojo-executor/ James Kai Hackemesser wrote: Hi, I would like to execute another Mojo (the ResolveDependenciesMojo) from inside my own Mojo. I wasn't yet successful in adding it with the @component annota

Re: Calling an other Mojo from own Mojo ?

2009-11-25 Thread James William Dumay
Take a look at the mojo executor. I think this is what you want http://code.google.com/p/mojo-executor/ James Sent from my iPhone On 26/11/2009, at 6:45 PM, Wurzelseppi wrote: Hi All, i trying to develop an maven plugin and have problems at a certain point. My Mojo has to call an othe

Re: [ANN] Wagon Maven Plugin 1.0-beta-1 released

2008-12-09 Thread James William Dumay
Awesome work Dan :) The plugin looks great! James On Tue, 2008-12-09 at 20:11 -0800, Dan Tran wrote: > The Mojo team is pleased to announce the release of the Wagon Maven > Plugin version 1.0-beta-1 > > http://mojo.codehaus.org/wagon-maven-plugin > > This is the first beta release, so feedback

Re: Maven consultant

2008-12-06 Thread James William Dumay
Id recommend getting in touch with Exist http://www.exist.com/ Cheers James On 06/12/2008, at 4:28 AM, [EMAIL PROTECTED] wrote: We are having a problem getting our applications to build. we have exhausted our in house resources and are considering bringing in a Maven Consultant. can someb

Re: Dependency licenses

2008-10-26 Thread James William Dumay
On Mon, 2008-10-06 at 10:13 -0700, bshepherd wrote: > > Would like to see this plugin in central. It helped me alot. > > Brian Good news - I've released the maven-licenses-plugin 0.1 and it should be up on the central repository in a few hours time. There is a distinct lack of documentation at

Re: Dependency licenses

2008-10-06 Thread James William Dumay
Cool Brian I'm glad you liked it. Ill see if I can get a version of it up on central for you shortly. James On Mon, 2008-10-06 at 10:13 -0700, bshepherd wrote: > That worked! > > Would like to see this plugin in central. It helped me alot. > > Brian > > > Wayne Fay wrote: > > > > As describe

Re: How to stop maven from assembling war file

2008-07-03 Thread James William Dumay
Sebastien, I'm not sure you can do that. You *could* try to change the packaging of your project from "war" to "jar" and see if that helps (But good luck with that). Id highly suggest that you use the maven war plugin. Cheers James On 03/07/2008, at 1:27 PM, Sebastien Hadjifotis wrote:

Re: problem with clover

2008-06-29 Thread James William Dumay
> [INFO] This license has now expired. > [INFO] > > [INFO] Trace > java.lang.RuntimeException: This license has now expired. > > Please help me. > > Thanks beforehand, > regards, buters > > &g

Re: annotations are not supported in -source 1.3

2008-06-29 Thread James William Dumay
Buters, Ahh, thats because annotations are 1.5 only. You might want to configure the source and target parameters of the compiler plugin in your build like the following: maven-compiler-plugin 2.0.2 1

Re: Do you do .Net development on the Mac

2008-06-10 Thread James William Dumay
The IDE is pretty nice - good code completion and GUI builder but from what I saw last it lacks a debugger :S James On Tue, 2008-06-10 at 14:46 -0400, Martin wrote: > How does it compare to codewarrior? > http://www.diskovery.com/codewarrior.html > > M- > - Original Message - > From: "

Re: Repository download through FTP

2008-05-19 Thread James William Dumay
Sang-Jea, Use the "anonymous" user account with no password. James On Mon, 2008-05-19 at 16:34 +0900, Sang-Jea Shin wrote: > I have to setup maven environment where cannot access central repository > (only LAN) > So, I'm tring download maven repository and configure mirror site for > development

Re: Dependency licenses

2008-05-03 Thread James William Dumay
Keith, We are working on something like that at Atlassian right now. Checkout this plugin: https://svn.atlassian.com/svn/public/atlassian/maven-plugins/maven-licenses-plugin/trunk/ You would probably be interested in the following two goals: * List - This goal lists all of the licenses of all t

Re: AW: status WAS 6 support

2008-04-25 Thread James William Dumay
FYI, WAS6 support apparently be going into Cargo shortly. James On 26/04/2008, at 12:07 AM, Baeriswyl Kuno - Extern (IT-BA-MV) wrote: Hello, May this answer your question ? : http://mojo.codehaus.org/was6-maven-plugin all the best. Kuno -Ursprüngliche Nachricht- Von: Lustig, Marc

Re: Hook ivy repository to Maven

2008-04-25 Thread James William Dumay
Or perhaps you could patch a repository manager to proxy maven requests to the ivy repository? James On 26/04/2008, at 11:51 AM, Brian E. Fox wrote: There is currently not an Ivy repository implementation in Maven, so it looks like you've have to extract them for now. -Original Messag

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-18 Thread James William Dumay
e needs to install tomcat/jboss/jetty/whatever). This is not for applicaiton testing, more to bring up a development/ working geoserver for the developer to manipulate/configure the GEOSERVER_DATA they want packed into their customized distro. On Fri, Apr 18, 2008 at 10:22 PM, James

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-18 Thread James William Dumay
You might want to look at using the cargo plugin if you want to launch your web application from Maven instead of a custom mojo. We do this for debugging plugins for confluence, jira and bamboo. James On 18/04/2008, at 3:21 PM, Andrew Hughes wrote: Well, I most certainly have found some go

Re: Maven Microsoft Windows PowerShell

2008-04-18 Thread James William Dumay
Marc, It might be worth opening a JIRA for this one - I don't think PowerShell is supported. Had this been working correctly for you before hand? Does quoting the arguments help? James On 18/04/2008, at 8:02 PM, Marc Weidner wrote: Hi, I'm having issues regarding using Maven 2.0.9 with

Re: Email junit results in mvn2?

2008-04-17 Thread James William Dumay
Patrick, I don't think there is currently anything like that but writing your own Maven mojo might be a good way to start. James On Thu, 2008-04-17 at 15:08 -0700, Patrick Thomas wrote: > Hi all, > > I've been working on moving from maven1 to mvn2 and it seems like > there isn't any standard plu

Re: continuous integration server

2008-04-15 Thread James William Dumay
Springs Bamboo seems to be working fine :) James On Tue, 2008-04-15 at 10:50 -0500, Gregory Kick wrote: > i know that spring uses bamboo for it's builds and i can't remember > the last time that i've actually seen it work... > > http://build.springframework.org:8085/ > > On Tue, Apr 15, 2008 at

Re: Multiple CPUs

2008-04-14 Thread James William Dumay
Jorg, The local repository is not accessed in a non-transactional method. This means that two processes (or multiple threads for that matter) can try to write data to the same location on the file system or try to read/write to a file that is not yet complete. There is a proposal to fixing this: