Re: profile and compiler to include the source

2012-12-06 Thread Manfred Moser
Totally agree... this becomes unmanageable and also means that an artifact deployed to a repository server with the same coordinates (GAV) will have different content depending on what profile was activated during the build.. Bad idea... On Thu, December 6, 2012 10:30 pm, Anders Hammar wrote: > I

Re: profile and compiler to include the source

2012-12-06 Thread Anders Hammar
I would like to state that this is not a good usage of profiles. You should create four different Maven projects. /Anders On Fri, Dec 7, 2012 at 2:08 AM, Ashish Gupta wrote: > Hi, > > I have 4 profiles. There are four directories in the source tree > corresponding to each profile. I would like