2008/11/23 Brian E. Fox <[EMAIL PROTECTED]> > > >what I'm saying is let's go farther and make the pom deployed to the > >repo a more minimal pom... keeping only that which is actually needed > > This can only be done for poms that are not <packaging> poms, that is > for things that are not inherited. Otherwise you still need to have the > new pom version deployed to support all the features when building. >
Actually what I was saying is to deploy two poms... 1 -> without a classifier, that just has the dependencies, license, and is fully resolved with no internal properties and no parent reference... this pom is modelVersion 4.0.0 2 -> with calssifier "v4.1.0" and is the full pom. My logic being, you cannot use a 4.1.0 pom as your parent *unless* your pom is 4.1.0+
