Re: Scope and type in dependencyManagement?

2007-02-25 Thread Jo Vandermeeren
Hi Manos, That's exactly what dependencyManagement is for.. You only need the groupId an artifactId in your modules if you declare the scope, type and version in your parent. Cheers Jo On 2/25/07, Manos Batsis [EMAIL PROTECTED] wrote: Besides version, does dependencyManagement make scope

Re: Maven Webstart Plugin - some remarks

2007-02-25 Thread Jerome Lacoste
On 2/22/07, Roland Klein [EMAIL PROTECTED] wrote: Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi 2. It would be handy if the $version could be added to the jnlp parsed values. this

Re: [m2] exec-maven-plugin = path with spaces is truncated

2007-02-25 Thread Jerome Lacoste
On 2/21/07, bkbonner [EMAIL PROTECTED] wrote: It seems that 1.1-SNAPSHOT on codehaus repository fixes this problem. Is there any chance of a 1.1 release for this exec-maven-plugin? Some of the threading management semantics introduced in 1.1-SNAPSHOT have to be revised before the plugin is

What does SNAPSHOT means?

2007-02-25 Thread 신상재
I'm a beginner for maven. I tried first example. mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app It works, displayed like this. [INFO] [INFO] Using following parameters for creating

Re: Add test resource outside of target/test-classes?

2007-02-25 Thread David J. M. Karlsen
Adrian Pillinger wrote: How can I add a directory to my test classpath without putting it in the target/test-classes directory? Basically I have a conf directory for bootstrapping embedded jboss in my JUnit test. Then I deploy the target/test-classes directory to jboss to deploy my code. If

Re: What does SNAPSHOT means?

2007-02-25 Thread Jo Vandermeeren
Hi there.. Glad to see that you're starting with maven.. A SNAPSHOT version defines work in progress. It's good practice to use a version like 1.0-SNAPSHOT when you've net yet reached the 1.0 milestone release. As soon as you've reached your milestone and released a 1.0 version, you start

Re: What does SNAPSHOT means?

2007-02-25 Thread Sang-Jea Shin
Thanks for good advice. :-) It seems like alpha or nightly build version, right? I download ebook you said, thank you very much. 2007/2/25, Jo Vandermeeren [EMAIL PROTECTED]: Hi there.. Glad to see that you're starting with maven.. A SNAPSHOT version defines work in progress. It's good

Re: What does SNAPSHOT means?

2007-02-25 Thread Jo Vandermeeren
Hi Sang-Jea, It's a version indicator that is used for all builds between the start development on that version and the release of the final build of that version. So yes, you could interpret it more or less as a version indicator for all nightly build versions. Happy hacking! Jo On 2/25/07,

Re: Maven Webstart Plugin - some remarks

2007-02-25 Thread Mark Donszelmann
Any estimate on the release of 1.0-alpha-2 release? Regards Mark Donszelmann On Feb 25, 2007, at 3:26 AM, Jerome Lacoste wrote: On 2/22/07, Roland Klein [EMAIL PROTECTED] wrote: Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07,

Re: Mojos in languages other than Java

2007-02-25 Thread Martin Gilday
I managed to successfully create and run mojos written in Groovy. I have chronicled my findings here http://www.martingilday.org/articles/Groovy+Maven+Mojos. Hopefully this will be useful to someone. Cheers, Martin Gilday. - Original message - From: Tony Ambrozie [EMAIL PROTECTED] To:

[maven 1.0.2] PMD plugin upgrade.

2007-02-25 Thread Srilakshmanan, Lakshman
Hi I need to upgrade to pmd-3.9.jar. I therefore took maven-pmd-plugin-1.9 and set maven.jar.override=on maven.jar.pmd=3.9 and got the error bellow. Could you please guide me on how to upgrade other jar files in maven-pmd-plugin-1.9 without taking fork and knife to the

RE: [maven 1.0.2] PMD plugin upgrade.

2007-02-25 Thread Jeff Jensen
Not sure, but perhaps it needs a newer version of ASM. -Original Message- From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED] Sent: Sunday, February 25, 2007 8:15 PM To: users@maven.apache.org Subject: [maven 1.0.2] PMD plugin upgrade. Hi I need to upgrade to pmd-3.9.jar. I

Eclipse, Hibernate Tools

2007-02-25 Thread Lally Singh
Hey all, maybe not the right place to ask, but I didn't know who else. I've got a Maven project set up in eclipse with the eclipse-maven plugin. I've annotated some classes for Hibernate. I'm not really too familiar yet with Java's annotation system, so I'm at a loss for how to get the

maven-antrun-plugin error

2007-02-25 Thread sam
Hello, Everybody! ,I want to deploy all of the 3th party jars in the directory $JBOSS_HOME/server/ProjectName/lib,How can I do?What plugins can I use? thanks in advance!

Re: [m2] maven-antrun-plugin error

2007-02-25 Thread jiangshachina
Hello, When using maven-antrun-plugin, I think, the main work is writing Ant task scripts. You can use the following scripts in executionconfiguration tag. tasks copy todir=path_to_JBoss_some_lib_dir overwrite=true fileset dir=path_to_some_lib_dir / /copy /tasks a cup of Java,

Re: [m2] maven-antrun-plugin error

2007-02-25 Thread sam
HI, jiagsha,Long time no see,I use the maven-antrun-plugin by the method you gave last time,I have done this configuration: plugin artifactIdmaven-antrun-plugin/artifactId executions execution phasegenerate-resources/phase goals goalrun/goal /goals

Creation of a tag for a stable 'just works' Archiva version

2007-02-25 Thread Tomek Korzeniewski
Greetings to the Archiva Team! Would it be possible to create a tag in the svn repo of a stable, 'builds / works without problem after checkout', version of Archiva? I've been looking at the dev forum lately and notice that there are a lot of changes being proposed and ones merged from the

Re: [ANN] First release of Patchwork coverage maven plugin

2007-02-25 Thread Arnaud Bailly
Hello, Thank for your feedback. I will setup a ML (or better, move the thing to sourceforge ASAP0). As for the errors you noticed, I think they are not blocking but here are some explanations: - java.lang.ClassNotFoundException: oqube.jhighlight.scala.ScalaXhtmlRenderer: this comes from a class

Re: [ANN] First release of Patchwork coverage maven plugin

2007-02-25 Thread Arnaud Bailly
Jeff Jensen [EMAIL PROTECTED] writes: I could not find docs on the 3 columns of the patchwork.html report (what are the values of each column?). Do you have a doc page on that? col 1 = total number of blocks executed (useful to know which method is most often used) col 2 = maximum number

RE: Deploying to File System

2007-02-25 Thread Jörg Schaible
mark_in_gr wrote on Friday, February 23, 2007 6:53 PM: I have a pom.xml with basic distributionManagement settings which should copy an artifact to a directory on my local filesystem, however, no artifact is being sent there. The child id element value under distributionManagement section