Custom phases for ant tasks with antrun? (was RE: How to run maven goals from Eclipse?)

2007-09-22 Thread siegfried
Thanks Alex! I've been reading http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes .html and it looks like I can execute some ant tasks as part of a life cycle phase. So now when I type mvn test it not only executes my one test case, it also executes the echo commands in

Re: Parent POM clean issue

2007-09-22 Thread Maria Odea Ching
Hi Kyle, Try putting your plugin config in the pluginManagement of your child POM. Don't forget to specify the maven-clean-plugin in the pluginManagement of you parent POM as well. Please see http://maven.apache.org/pom.html#Build (Plugins and Plugin Management sections) for the explanation

Re: Custom phases for ant tasks with antrun? (was RE: How to run maven goals from Eclipse?)

2007-09-22 Thread Tim Kettler
Hi, siegfried schrieb: Thanks Alex! I've been reading http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes .html and it looks like I can execute some ant tasks as part of a life cycle phase. So now when I type mvn test it not only executes my one test case, it also

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Maria Odea Ching
Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

FW: Favorate ways to browse the Repositories

2007-09-22 Thread siegfried
Apparently the site was down when I tried to post to the list the first time so I'm trying again. I apologize if this appears twice! (1) I was using the eclipse plugin (I think it is the Q plugin - I have yet to try out the other plug in) because it was the only way I knew to browse the

Re: FW: Favorate ways to browse the Repositories

2007-09-22 Thread ben short
I use this URL http://repo1.maven.org/maven2/ to look for artifacts. I think that its the master repository but am not entirely sure. On 9/22/07, siegfried [EMAIL PROTECTED] wrote: Apparently the site was down when I tried to post to the list the first time so I'm trying again. I apologize if

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Dan Tran
oh mine, how could I miss this? shame on me Thanks Maria On 9/22/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger? Thanks

[ANNOUNCE] Archiva 1.0 Beta 2 Released

2007-09-22 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0 Beta 2. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: eclipse:make-artifacts error

2007-09-22 Thread Dmitri Pissarenko
Hello! Thanks for your answers! I removed duplicate plug-ins/features from eclipse (i. e. those with same version, but different build dates) and now it works. Best regards Dmitri Pissarenko -- http://www.xing.com/profile/Dmitri_Pissarenko http://dapissarenko.blogspot.com/

Q4E - Maven 2 Plugin - Installation Issues

2007-09-22 Thread Andrew Leer
I'm trying to install the Q4E - Maven 2 Plugin in my Eclipse 3.2.2 When I try to install it from the update site (http://q4e.googlecode.com/svn/trunk/updatesite/) I get the following error: Q for Eclipse (0.2.1.200709150155) requires plug-in org.eclipse.core.databinding. What plugin do I

Re: Q4E - Maven 2 Plugin - Installation Issues

2007-09-22 Thread Kalle Korhonen
Q4E only works on Eclipse 3.3. Kalle On 9/22/07, Andrew Leer [EMAIL PROTECTED] wrote: I'm trying to install the Q4E - Maven 2 Plugin in my Eclipse 3.2.2 When I try to install it from the update site (http://q4e.googlecode.com/svn/trunk/updatesite/) I get the following error: Q for

Re: Favorate ways to browse the Repositories

2007-09-22 Thread Wendy Smoak
On 9/21/07, siegfried [EMAIL PROTECTED] wrote: I did a quick google seach for maven repositories and found http://www.mvnrepository.com/ . Do folks prefer this over the maven plugin for eclipse? Are there yet other ways to browse the repositories? I generally use Google with

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Maria Odea Ching
Np Dan ;-) Dan Tran wrote: oh mine, how could I miss this? shame on me Thanks Maria On 9/22/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger?