ideally, yes, I would expect to get user properties from dependencies as part of standard maven api.
IIRC it was just a string-only property bag multimap in maven 1.x but I am not even asking that, I can parse pom.xml again in my plugin and find what I need. where I need your help is not to enforce the model - I can not seem to find a way to bypass current behavior alternatively, lets revert to how it was in maven 1.x -------- Original Message -------- Subject: Re: [VOTE] Apache 3.1.0-alpha-1 From: Hervé BOUTEMY <[email protected]> To: Maven Developers List <[email protected]> Date: Thu 04 Apr 2013 04:18:09 PM CDT > if we add such relaxed load during build, how do you expect to retrieve the > info? > I suppose you'll need an API to catch the info > > Regards, > > Hervé > > Le jeudi 4 avril 2013 10:03:25 Andrei Pozolotin a écrit : >> *Wayne* >> >> 1) in this case "I choose madness" :-) >> >> 2) here is my request: >> please provide an option to modello or whoever is enforcing strict >> xml model in maven >> to relax the rules, so people can use maven they way it fits them, >> while enforcing the rules by default. >> >> Thank you, >> >> Andrei >> >> -------- Original Message -------- >> Subject: Re: [VOTE] Apache 3.1.0-alpha-1 >> From: Wayne Fay <[email protected]> >> To: Andrei Pozolotin <[email protected]> >> Cc: Maven Developers List <[email protected]> >> Date: Thu 04 Apr 2013 09:56:40 AM CDT >> >>>> the way I understand your suggestions is essentially I must duplicate >>>> configuration: >>> Yes, just like you do with the other plugins mentioned. >>> >>> Wayne > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
