Parent Projects

2005-08-09 Thread Grant Ingersoll
Is there a best practices for using the extend tag in the POM? My structure is something like: holder-dir Project1 project.xml Project2 project.xml Project3 project.xml Some things are common between the projects (by convention, not by using the extend). I wo

Re: Parent Projects

2005-08-09 Thread Thomas Van de Velde
I like adding a pom to my Maven installation directory, share it in SCM and then all projects can extend from the pom added to Maven by referering to it as ${maven.home}/project.xml I like to refer to this pom added to Maven as the program-level pom. Each project extends the program-level pom

Re: Parent Projects

2005-08-09 Thread Jamie Bisotti
On 8/9/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > I like adding a pom to my Maven installation directory, share it in SCM and > then all projects can extend from the pom added to Maven by referering to it > as > ${maven.home}/project.xml > I like to refer to this pom added to Maven as t

dependency:copy-dependencies and parent projects

2008-05-08 Thread Keith Bonawitz
Is there any way for dependency:copy-dependencies and dependency:unpack-dependencies to consider parents (and all ancestors) as dependencies? Alternately, is there a way to automatically/implicitly add the parent the parent as a dependency? I tried adding: ...

RE: dependency:copy-dependencies and parent projects

2008-05-08 Thread Brian E. Fox
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Bonawitz Sent: Thursday, May 08, 2008 12:06 PM To: Maven Users List Subject: dependency:copy-dependencies and parent projects Is there any way for dependency:copy-dependencies and dependency:unpack-dependencies to consider parents (and all ancestors

NPE in maven-site-plugin when referring to parent projects

2008-11-20 Thread Markus Umefjord
Hi, I'm using a configuration with two base projects; BaseJava and BaseEJB (extends BaseJava). I have configured the maven-site-plugin in the BaseJava like this: [BaseJava/pom.xml]: . . org.apache.maven.plugins maven-site

Spring/Hibernate/ maven / unexpected error.. when using flat layout for parent projects

2007-05-17 Thread Marco Mistroni
hi all, i have a project with this structure |_WebWorkMain | WebWorkBackend | WebWorkWebApp in WebWorkBackend i have hibernate code (mappings generated via xdoclet etc).. WebWorkMain is the parent project, which has been laid out like that for Eclipse. whenever i