Re: MultiModule checkstyle config

2008-05-29 Thread gommo
Did you ever solve this? I'm having the same problem -- View this message in context: http://www.nabble.com/MultiModule-checkstyle-config-tp9343576p17549363.html Sent from the Maven - Users mailing list archive at Nabble.com.

[M2] Core lifecycle plugin versions

2007-10-16 Thread gommo
Since moving to Maven 2 a few weeks back something is a little unsettling, and that is that by default, it seems the lifecycle phases or plugins such as compile, war, clean etc... are SNAPSHOTS. Every day when I start a new build, often these are updated via my maven proxy. I'm a little worried

[M2] TestNG Junit Together

2007-10-14 Thread gommo
Is it possible to run JUnit and TestNG tests at the same time with Maven 2? I have mostly TestNG tests but tested this by including a test class that uses Junit. (JUnit 4.4). When I look at the output it does appear to find the TestClass but reports the number of tests run as zero (0). Just

Having to do -U everyday

2007-10-12 Thread gommo
Can someone tell what could be causing me to have to run maven with a '-U' option every morning. If I don't it just doesn't find one or more maven plugins. Once I do a full build with -U all works good. Interestingly enough I don't see this on my ubuntu build machine, only on my Vista desktop.

Maven2 - Not finding plugins!

2007-09-28 Thread gommo
I'd love if someone can help me here, I'm about to give up on Maven2, its so frustrating :) Anyway, the problem is that I can have everything working one day, then come back the next day and find out that my project isn't compiling anymore. It generally comes in the form of a transitive

Re: Maven2 - Not finding plugins!

2007-09-28 Thread gommo
requests for maven metadata, causing similar symptoms to those you are describing. If that is the case, and if possible, try disabling the http proxy in your settings.xml -Olivier gommo wrote: I'd love if someone can help me here, I'm about to give up on Maven2, its so frustrating

Re: Maven2 - Not finding plugins!

2007-09-28 Thread gommo
I'm just wondering if I'm experiencing this (http://jira.codehaus.org/browse/MNG-2289) since I'm running 2.0.6 on my dev machine and 2.0.7 on my build machine. I'll upgrade and see how it goes gommo wrote: I'd love if someone can help me here, I'm about to give up on Maven2, its so