Le samedi 12 avril 2008, Brian E. Fox a écrit :
> Al the work is being put on a branch right? That was where I saw the
> discussion with Jason going.
I did the work on 2 plugins in a branch:
- jxr: http://svn.apache.org/viewvc?rev=645260&view=rev
- javadoc: http://svn.apache.org/viewvc?rev=645262&view=rev
As you can see, the change on plugins themselves is really tiny: it's much 
about convention, little about code.

Sample use is in the branch too, to let Maven developers see the concrete 
positive impact on users:

- actually every plugin has to be configured separately (pom is bigger), each 
one having its own parameter name for encoding (confusion): 
http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/before/pom.xml?view=markup

- after the plugin change, there is one property that every plugin uses as a 
default value, hiding the fact that the parameter name is different for each 
plugin:
http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/pom.xml?view=markup

There is still exactly the same work to be done on at least 7 other Apache 
plugins and 4 Codehaus ones. The change on some plugins will represent more 
code, since they don't even support an encoding parameter yet, but the 
proposal on which we need to agree is about the convention to unify the 
parameter's value. IMHO the actual work on 2 plugins shows everything.

I think it is sufficient to adopt, or reject, or transform, any aspect of the 
proposal:
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding

any objection?

Hervé


>
> -----Original Message-----
> From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 12, 2008 10:06 AM
> To: Maven Developers List
> Subject: Re: [VOTE] POM Element for Source File Encoding
>
> > I created http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/
> > with javadoc and jxr plugins branches to test the change, and sample use
> > case.
>
> no reaction: I suppose this is lazy consensus :)
>
> I'll start to merge to plugins trunks tomorrow
>
> regards
>
> Hervé
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to