Re: Deployment Repository Directory in case of artifactory ?

2007-09-02 Thread mfs
cool..thanks for the assistance man! Brett Porter wrote: As far as I know, yes. On 01/09/07, mfs [EMAIL PROTECTED] wrote: Thanks Brett, will do so..but do you think thats the only option for atifactory users ? Farhan Brett Porter wrote: You should change the Maven goals to be

Re: selenium testing with maven hangs b/c of http 500 error

2007-09-02 Thread Dan Tran
for my case the test ends in Build Failure and Continuum hangs :( -D On 9/1/07, Maria Odea Ching [EMAIL PROTECTED] wrote: I haven't tried running it in Continuum, just from the command-line.. But from the command-line though, the test still finishes with test failures and ends in a Build

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

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

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

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

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

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

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 menu ref=parent / in the child module site.xml and menu ref=modules / in the parent site.xml Cameron Jones wrote: Is there a reason for this? Is the intention of a site to be