Re : JMock 2

2007-09-02 Thread langlois yan
Hi Marco, Yes you can use jMock 2 with maven 2. Here is the pom configuration : http://www.jmock.org/maven.html (In ibiblio.org : http://mirrors.ibiblio.org/pub/mirrors/maven2/org/jmock/) Yan Langlois. - Message d'origine De : Dmitry <[EMAIL PROTECTED]> À : Maven Users List Envoyé le

Re: Inherited Site Menu Contexts in Modules

2007-09-02 Thread Dennis Lundberg
For links between parent and child modules there are other ways. I can't find the page for it right now, but it's in the child module site.xml and in the parent site.xml Cameron Jones wrote: Is there a reason for this? Is the intention of a site to be for the entire project or just an ind

Re: Inherited Site Menu Contexts in Modules

2007-09-02 Thread Cameron Jones
Is there a reason for this? Is the intention of a site to be for the entire project or just an individual module? I would think that having the paths auto generated would be a good feature like when there's a reference to the parent site which is correctly generated as "../index.html" Alternativel

Re: Retrieving version of the pom itself - not the child projects pom

2007-09-02 Thread PeterNilsson
Won't ${project.version} be resolved to the version of the pom in the project where the build was invoked? I want the version of "this" pom, ie the pom which contains the property reference. It will make a difference in a multi-module build where projects have different versions. Peter Thor

Re: Maven Hibernate Plugin with Maven2

2007-09-02 Thread Marco Mistroni
David, i havent followed htis thread sorry,but if your goal is to pre-create tables for your tests, you might want to set the hibernate.ddl.auto=create/update property... , if your goal is to generate hbm.xml files, you might want to have a look at xd2 mvn2 plugin... hth marco On/1/07, David W

RE: Unit tests being run twice when using assembly

2007-09-02 Thread Brian E. Fox
You need to change the goal to "attached" if you want this to run inside your build. The assembly goal forks the build and causes everything to run twice. -Original Message- From: Will Pugh [mailto:[EMAIL PROTECTED] Sent: Sunday, September 02, 2007 12:45 AM To: users@maven.apache.org Sub

Re: release:prepare failing - what am I missing :)

2007-09-02 Thread Chris Searle
[INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: Commit failed (details follow): svn: Source url 'svn+ssh://galatea.chrissearle.org/repository/ common/trunk' is from different repository The only thing I can spot is in that Tagging line - where it has

Unit tests being run twice when using assembly

2007-09-02 Thread Will Pugh
Hi, I would like to be able to create a Jar, that has all it's dependencies in it (and has a MainClass set in the manifest). I can get this to work using the assembly plugin, but the problem is that it causes my unit tests to all get run twice. This is causing our builds to take way longer