Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-07 Thread Hardy Ferentschik
Hi, for what it's worth - there are so called advanced reactor build options: http://stackoverflow.com/questions/1114026/maven-modules-building-a-single-specific-module However, I think they are fundamentally broken. In your case you could do something like mvn install -pl hibernate-ogm-ehcache

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-07 Thread Sanne Grinovero
Hi Alex, I'm not sure if there is a way in Maven to have it find the other modules automagically; if there is I'm not aware of it: I generally expect projects to be built from the root, so what you did is the same approach I usually take. You can then build the module only to save some time, but it

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-06 Thread Alex Snaps
Hey Sanne, I started creating the layout for the hibernate-ogm-ehcache module. Now I stumbled on something, given I'm no maven expert, I think might not be quite right: from the parent project, it couldn't resolve the dependency to hibernate-ogm-core, so I first had to install that from the ./hiber