Maven2 - ESB packaging - Clover2 problem

2007-09-27 Thread Mika Hänninen
in my pom.xml or build.xml to satisfy Clover's reporting needs? :) Best Regards, Mika Hänninen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cobertura

2007-03-21 Thread Mika Göckel
Hey Tilman, bist Du jetzt bei swisscom, oder nur als Consultant da? Grüße, Mika (Du erinnerst Dich? Ein Freund von Carsten Schmitt-Höppner) Am 21.03.2007 um 10:10 schrieb [EMAIL PROTECTED] [EMAIL PROTECTED]: Anybody knows how to make the cobertura test coberage report generation work

Re: How to do EJB Compile

2005-10-18 Thread mika
can live with sources generated into /java/main/src)... Regards, mika - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: transitive dependencies? [ dueme Frage]

2005-10-17 Thread mika
Dependency mechanism in m2 is explained here: http://maven.apache.org/maven2/dependency-mechanism.html Regards, mika Pilgrim, Peter wrote: What are transitive dependencies ? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread mika
Hi, try upgrading to maven 2 rc, the problem should disappear. regards, mika Christian Schlaefcke wrote: Hi folks, I´m not sure weather this is an m2 or continuum or a configuration issue. When running m2 install on my webapp project I get this error: [INFO] [war:war] [INFO] Exploding

Re: Maven 2.0 and Eclipse

2005-10-17 Thread mika
Hi John maybe upgrading to maven 2 rc could resolve your problem. you can get m2 RC from here: http://people.apache.org/~brett/maven-2.0-RC/ Regards, mika John R. Storey wrote: Hello, I just downloaded Maven 2.0 yesterday and am trying to work out the eclipse integration. Unfortunately

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread mika
it's currently available from: http://people.apache.org/~brett/maven-2.0-RC/ Cheers, mika Christian Schlaefcke wrote: mika schrieb: Hi, try upgrading to maven 2 rc, the problem should disappear. Where do I get it? regards, mika Christian Schlaefcke wrote: Hi folks, I´m

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread mika
huh, don't know... AFAIK the 2.0 final is planned just for today or tomorrow. The RC has been announced on the list 2 days ago or so, suppose the final release will be available from the site then. mika Christian Schlaefcke wrote: cool! Thank you! Why isn´t it available from the official

Re: sun jars

2005-10-17 Thread mika
implementation (e.g. http://www.ibiblio.org/maven2/geronimo-spec) available thru the maven repo (you'll have to rename the jar-file). Regards, mika Xavier Toth wrote: I'm sorry if this has already been addressed but my dependencies for things like activation and mail fail to download the jars

Re: m2 stop surefire from launching junit

2005-10-17 Thread mika
/configuration /plugin /plugins /build ... regards, mika Brian E. Fox wrote: We are launching an ant taks to fire of testNG. How can I make the build stop calling surefire? I know how to bind plugins to phases, but I haven't seen how to UNbind a plugin

Re: Flattened Eclipse Project

2005-10-14 Thread mika
Jose Thanks, this will save me the time trying out... I guess we'll have to follow the non-best-practice approach then. Cheers, mika Jose Gonzalez Gomez wrote: 2005/10/14, mika [EMAIL PROTECTED]: Hi Brian, [snip] Now, I've found a solution which I *don't* consider to be best-practice-style

Re: [m1/m2] How to: central dependency management

2005-10-14 Thread mika
maven 1 should also read a file named build.properties in the user's home directory where you could put these version properties, see: http://maven.apache.org/reference/user-guide.html#Properties_Processing regards, mika Allison, Bob wrote: The way we do this in Maven 1.0.2 is to define a set

Re: Flattened Eclipse Project

2005-10-13 Thread mika
of the editors (xml, jsp, etc.) but no builders... for all building / packaging I'm using maven (except for java files of course). Cheers, mika Thanks. Brian Brian Bonner wrote: Doh! I found this post after posting my post: http://www.nabble.com/Re%3A-M2-Recommended-Project-Layout

Re: [m2] parent POM from remote repo

2005-10-11 Thread mika
/activation ... !-- repos go here -- /profile /profiles ... /settings cheers, mika Brian E. Fox wrote: Yes it does get the parent pom from the repo. You have added your repo to a profile so it needs to be activated. I'm not sure if this activation

[m2] specify properties / parameters for plugins

2005-10-11 Thread mika
using -Dmaven.var=value)? thanks, mika - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2-b2] trouble creating sar packaging plugin

2005-09-28 Thread mika
pom? where? thanks in advance, mika - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2-b2] trouble creating sar packaging plugin

2005-09-28 Thread mika
Ok, thanks a lot! I hadn't any time to further investigate and get it to work right now anyway; a common solution for this type of packaging certainly would be the nicest approach ;-) cheers, mika Trygve Laugstøl wrote: On Wed, 2005-09-28 at 14:47 +0200, mika wrote: Hi, I just started