Re: Profiles and inheritance

2007-06-14 Thread ossi petz
Hallo from what i've read in this list somewhere: profiles are not inherited to sub-modules. so the profile will not appear as activated. but nontheless the effects of a parent-pom profile are inherited to the child-modules. so es you should be able to define a profile in the parent pom and u

Profiles and inheritance

2007-06-14 Thread Torsten Marek
Hi all, I have a problem wrt profile reusability and inheritance and currently I'm not sure if what I want to do is even possible. - in a large projects with ~40 sub-projects, we want to add a special builder to the Eclipse project configuration for selected projects and also write a configur

RE: M2, profiles and inheritance

2006-01-27 Thread Stone, Robert
: Friday, January 27, 2006 10:22 AM To: users@maven.apache.org Subject: M2, profiles and inheritance Hi all, I'm struggling with how to do inheritance in m2. I have a single parent project and large number of children projects that are nearly identical. I would like to have a profile that wi

M2, profiles and inheritance

2006-01-27 Thread Stone, Robert
Hi all, I'm struggling with how to do inheritance in m2. I have a single parent project and large number of children projects that are nearly identical. I would like to have a profile that will do the following: 1. Execute first task on the parent only (once). [Defined in the parent POM]