[Surefire] Setter injecting the maven Project into a TestCases

2007-07-15 Thread Alex Karasulu
Hello, I'm trying to figure out if there is a way in which surefire can setter inject the maven Project into TestCases that have a setProject( Project ) method. The background reason for this is to create a base testcase which fires up an OSGi container (Felix) then loads it with the project

Re: module ordering

2007-07-15 Thread Stephen Coy
Hi, Could be causing the weird phantom dependency problems we have been experiencing with the release plugin lately? Just lately our releases have been failing because release:prepare has been finding an incorrect module dependency in a build that works correctly when performing a normal

RE: Broken build when using doxia ...

2007-07-15 Thread Giovanni Azua
Hi all, Finally managed to have my site generated using site plugin integrated with doxia 1.0-alpha-9-SNAPSHOT version. It works LIKE A DREAM :))) both providing xdoc/xxx.xml.vm templates like in Maven 2 site index.xml.vm and xdoc snippet macro using the following notation: macro name=snippet

property dependent resources

2007-07-15 Thread Severin Ecker
hi, i was looking for a possibility to include/exclude (and filter) my resources depending on the value of a property. reading around in different documents and tutorials i found out that i can filter my resources using system properties. so far so good, but what i couldn't find out is, how

Force higher version dependency?

2007-07-15 Thread leetgeezer
Hi list, Let me describe my problem by example. I have a dependency on Spring 2.1-m2 (one big jar) and Acegi security 1.0.4. The problem is that Acegi depends on various parts of Spring 2.0.4 (single component jars). Of course it works without any problems w/2.1-m2 version. At the end of the

what triggers the inclusion of ehcache-1.1.jar in my war fil?

2007-07-15 Thread Marco Mistroni
hi all, i have a webapp built on top of two projects, a backend projet which uses spring and hibernate, and a webproject done using webwork which uses backend to connect to the database... somehow, in my web-inf\lib directory an ehcache-1.1.jar is included, and i cannot find out why it gets

Build error: Cannot find Plexus container for plugin

2007-07-15 Thread Brian Karemba
Hi I am using maven to package an exo-bonita process. After some tinkering (proper config) of my settings.xml file I've been able to get the process to start. However some of the artifacts cannot be found in the repositories configured so I've followed the given instructions and have downloaded

Re: what triggers the inclusion of ehcache-1.1.jar in my war fil?

2007-07-15 Thread Wayne Fay
I don't know which of these dependencies triggers the inclusion of ehcache, but if you just type mvn -X ... you will get a text tree showing your dependencies. If you pipe that output into a file or copy and paste the CLI output into a file, you can search for ehcache, and probably find it rather

Re: what triggers the inclusion of ehcache-1.1.jar in my war fil?

2007-07-15 Thread Erez Nahir
I think it is transitive dependency of hibernate. If your build generate a site, you should find it under your project's dependencies. Erez. Marco Mistroni wrote: hi all, i have a webapp built on top of two projects, a backend projet which uses spring and hibernate, and a webproject done

Julia Vilke/Moscow/Canon/FI is out of the office.

2007-07-15 Thread Julia . Vilke
I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January 2008. In case of Canon Consumable business, please contact Mikhail Popov, in case of Paper business - Maria Bondarenko.

RE: module ordering

2007-07-15 Thread Brian E. Fox
Hard to say. If you're using enforcer:enforce-once, switch to using enforcer:enforce until the next release. -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 9:43 AM To: Maven Users List Subject: Re: module ordering Hi, Could be causing the