Why don't you just fix the parsers in older mavens (ie. make a new release of old-maven-version-x w/fixed parser) that allows for changes in newer versions?
Seems like if you can never add new information to the pom to solve problems/add features in Maven 3 w/o completely breaking Maven 2, then Maven 3 really can not effectively grow and mature. On Wednesday, March 21, 2012 at 6:57 AM, Brian Fox wrote: > On Wed, Mar 21, 2012 at 4:35 AM, Sascha Scholz <[email protected] > (mailto:[email protected])> wrote: > > Hi, > > > > On Tue, Mar 20, 2012 at 11:28 PM, Olivier Lamy <[email protected] > > (mailto:[email protected])> wrote: > > > BTW do we consider adding a warning in 3.0.5 if id != host and fail in > > > 3.0.6 > > > or fail directly in 3.0.5 > > > > > > > > > Why not deprecate the id entry then instead of forcing users to set > > both to the same value? > > > > > The xml parsing of older maven's isn't flexible enough to allow this. > > > BTW, I don't see that preemptive authentication makes things worse > > regarding security because an attacker could answer with a 401 to get > > the credentials even without preemptive authentication. > > > > > Correct. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > (mailto:[email protected]) > For additional commands, e-mail: [email protected] > (mailto:[email protected]) > >
