Re: out put from POM

2008-04-06 Thread Aleksander Valtyshev
Some debug information(like whether particular phases are executed or not), I've noticed one of the plugins uses , but I just need something like . I'm having slight problems learning maven... On 7 Apr 2008, at 07:52, Wayne Fay wrote: I suppose you could do something with Antrun or a custom p

Re: [2.0.9 RC8] Release Candidate testing

2008-04-06 Thread Erez Nahir
Just additinal confirmation - 2.0.9-RC7 works fine for our team. Erez. On Fri, Apr 4, 2008 at 1:46 AM, Kaizer H. Sogiawala <[EMAIL PROTECTED]> wrote: > +1 > > I can confirm that the issue > (http://jira.codehaus.org/browse/MNG-3498) is resolved in RC8. My > projects are building fine. Thanks! >

Re: A simple maven plugin for glassfish

2008-04-06 Thread Wayne Fay
I haven't given it a try yet, but I'm sure I will soon. You should also "advertise" your new plugin on the Glassfish Users list. I'm sure you'd find some new users there too. And in the future, you should probably put [ANN] in the subject for emails like this (to any list). Wayne On 4/5/08, Paul

Re: Calling an M2 execution as a goal

2008-04-06 Thread Wayne Fay
Put the plugin declaration in a profile and specify it with -P at the command line. Wayne On 4/5/08, thuss2 <[EMAIL PROTECTED]> wrote: > > I have the sql-maven-plugin configured and working but one of the executions > in there should not run unless explicitly called, namely the one that drops > a

Re: Multiple Executions with Hibernate3 Plugin

2008-04-06 Thread Wayne Fay
The best way to handle this is with multiple profiles. Then you activate one with -Pprofilename eg -Pdbupdate. You could either include the full plugin config in the plugin or just a property value, whatever makes the most sense. Wayne On 4/4/08, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > I ha

Re: out put from POM

2008-04-06 Thread Wayne Fay
I suppose you could do something with Antrun or a custom plugin, but I really have to ask, what "arbitrary text" exactly are you looking to output to CLI, and for what reason? Wayne On 4/6/08, Aleksander Valtyshev <[EMAIL PROTECTED]> wrote: > Hello, > How do I output arbitrary text to CLI from

Goals, Profile and Phases

2008-04-06 Thread Aleksander Valtyshev
Hi! Suppose I have this in POM file tomcat integration-test maven-antrun-plugin integration-test

out put from POM

2008-04-06 Thread Aleksander Valtyshev
Hello, How do I output arbitrary text to CLI from POM, like [INFO] and stuff? Regards, Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

wrong status for removed file in cvs with scm

2008-04-06 Thread Benoit Decherf
scm status doesn't detect removed files in cvs : It only says : "[INFO] Unknown file status: 'R'." I can see that for the status the problem comes from CvsStatusConsumer : else if ( statusString.equals( "D" ) ) { status = ScmFileStatus.DELETED; For removed files, the

Mojo FitNesse Plugin 1.0 Released

2008-04-06 Thread Philippe Kernevez
The FitNesse plugin team is pleased to announce the first release (1.0) of its plugin. This plugin is used to call FitNesse from your maven build and aggregates FitNesse results to your project site. HYPERLINK "http://mojo.codehaus.org/fitnesse-maven-plugin/"http://mojo.codehaus.org/fi tnes

pom descriptor in target directory??

2008-04-06 Thread oliver.maven
hi,all friends i am studying maven2 recentlly,i found that there are many directories in appfuse's target directories,like appfuse-data,appfuse-service,each directory contains one pom descriptor,i want know what do these poms used for??i think they are used for combine some other modules when d