Re: Multi modules and profiles

2011-10-08 Thread Stephane-3
Hi Wayne, Sorry I missed the post update.. So, to answer your question, what am I trying to achieve here ? I have this project which originally has one child module, called the core module. This core module takes care of the Dao layer. And the setup for the dependencies are inherited from the

Re: Multi modules and profiles

2011-10-08 Thread Mirko Friedenhagen
Regards Mirko -- Sent from my phone http://illegalstateexception.blogspot.com http://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Oct 8, 2011 10:43 AM, Stephane-3 mittiprove...@yahoo.se wrote: Hi Wayne, Sorry I missed the post update.. So, to answer your question, what

Re: Multi modules and profiles

2011-10-08 Thread Mirko Friedenhagen
Stephane I mostly never define dependencies directly in the parent pom but have a dependencyManagement section so versions will not differ between modules. Same goes for plugins and pluginManagement. Maybe you could add something like junit in test scope directly to the parent's dependencies. I

Re: hibernate4: referential integrity of maven central violated

2011-10-08 Thread Andy Glick
I was able to access the jandex jar using this repository entry: repository idJBoss Repo/id urlhttps://repository.jboss.org/nexus/content/repositories/releases/url nameJBoss Repo/name /repository Hope that this helps. I'm sorry to say that I'm not familiar enough with the nexus staging

Managing Different Java Versions

2011-10-08 Thread Eric Kolotyluk
I've been using Maven for about 6 months now so I am still a big green. Recently I discovered that my project needs to be compatible with client code that requires Java 5, because it needs to run on OS 10.5 32-bit Intel. Unfortunately I have been doing all my development with Java 6. I am

Re: Managing Different Java Versions

2011-10-08 Thread Brett Porter
On 09/10/2011, at 11:25 AM, Eric Kolotyluk wrote: I've been using Maven for about 6 months now so I am still a big green. Recently I discovered that my project needs to be compatible with client code that requires Java 5, because it needs to run on OS 10.5 32-bit Intel. Unfortunately I