Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-11 Thread Olivier Lamy
Thanks.
I will do that.
And I will try to work on this license header removing.
But currently units failed in the release project due to this (on a
windows laptop but not on a solaris box). (weird) (can someone with a
windows confirms this or I have a real issue on my laptop :-) ).
I suspect an indexOf in the code which break due to line.separator
difference (but I have to investigate more).
As I understand here in oder to have a correctly rewrite license
header during release:prepare.
The license header must in left of pom file (no spaces or tabs) and
the project element must be on a single line. (as the pom didn't
contains this my release:prepare removed the license header even on a
solaris box) (I have tested the current pom with a release dryRun and
everything looks fine).
Did I miss something ?

Thanks,
--
Olivier

2008/1/12, Dennis Lundberg <[EMAIL PROTECTED]>:
> Dennis Lundberg wrote:
> > Olivier Lamy wrote:
> >> Ok (in fact license header was not here even before release).
> >
> > Yes it was there before the first release cycle. I caught it in the
> > commit email:
> >
> > https://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?r1=610166&r2=610863&diff_format=h
>
> I have checked to make sure that the license will not be lost in the
> next release cycle.
>
> >
> >> I will revert the release.
> >> Let me know when you will have finished this documentation.
> >
> > I'll can probably do that tomorrow.
>
> I've finished the work on the site now. Feel free to make another
> release attempt.
>
> >>
> >> Thanks,
> >> --
> >> Olivier
> >>
> >> 2008/1/10, Dennis Lundberg <[EMAIL PROTECTED]>:
> >>> -1, because the pom lost the license header during release:prepare.
> >>>
> >>> Also -0, because I have a few things I'd like to fix in the docs before
> >>> the release.
> >>>
> >>> Olivier Lamy wrote:
>  Hi,
> 
>  I'd like to release the Maven Jar Plugin version 2.2.
> 
>  We solved 26 issues:
>  http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create
> 
> 
>  Staging repo : http://people.apache.org/~olamy/staging-repo
> 
>  Staging Site :
>  http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/
> 
>  Tag :
>  https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/
> 
> 
>  Vote open for 72 hours.
> 
>  [ ] +1
>  [ ] +0
>  [ ] -1
> 
>  Here my +1 (non binding).
> 
>  Thanks,
>  --
>  Olivier
> 
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> >>>
> >>> --
> >>> Dennis Lundberg
> >>>
> >>> -
> >>> 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]
> >>
> >>
> >
> >
>
>
> --
> Dennis Lundberg
>
> -
> 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]



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-11 Thread Dennis Lundberg

Dennis Lundberg wrote:

Olivier Lamy wrote:

Ok (in fact license header was not here even before release).


Yes it was there before the first release cycle. I caught it in the 
commit email:


https://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?r1=610166&r2=610863&diff_format=h 


I have checked to make sure that the license will not be lost in the 
next release cycle.





I will revert the release.
Let me know when you will have finished this documentation.


I'll can probably do that tomorrow.


I've finished the work on the site now. Feel free to make another 
release attempt.




Thanks,
--
Olivier

2008/1/10, Dennis Lundberg <[EMAIL PROTECTED]>:

-1, because the pom lost the license header during release:prepare.

Also -0, because I have a few things I'd like to fix in the docs before
the release.

Olivier Lamy wrote:

Hi,

I'd like to release the Maven Jar Plugin version 2.2.

We solved 26 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create 



Staging repo : http://people.apache.org/~olamy/staging-repo

Staging Site : 
http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/


Tag :
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/ 



Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1 (non binding).

Thanks,
--
Olivier

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




--
Dennis Lundberg

-
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]








--
Dennis Lundberg

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



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread Wendy Smoak
On Jan 10, 2008 3:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
> Olivier Lamy wrote:
> > Ok (in fact license header was not here even before release).
>
> Yes it was there before the first release cycle. I caught it in the
> commit email:
>
> https://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?r1=610166&r2=610863&diff_format=h

ISTR it gets removed if it is _outside_ the  element.  Moving
it inside  might help.  (Then again, I thought this was fixed
in the release plugin already...)

-- 
Wendy

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



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread Dennis Lundberg

Olivier Lamy wrote:

Ok (in fact license header was not here even before release).


Yes it was there before the first release cycle. I caught it in the 
commit email:


https://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?r1=610166&r2=610863&diff_format=h


I will revert the release.
Let me know when you will have finished this documentation.


I'll can probably do that tomorrow.



Thanks,
--
Olivier

2008/1/10, Dennis Lundberg <[EMAIL PROTECTED]>:

-1, because the pom lost the license header during release:prepare.

Also -0, because I have a few things I'd like to fix in the docs before
the release.

Olivier Lamy wrote:

Hi,

I'd like to release the Maven Jar Plugin version 2.2.

We solved 26 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create

Staging repo : http://people.apache.org/~olamy/staging-repo

Staging Site : 
http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/

Tag :
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1 (non binding).

Thanks,
--
Olivier

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




--
Dennis Lundberg

-
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]





--
Dennis Lundberg

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



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread Olivier Lamy
Ok (in fact license header was not here even before release).
I will revert the release.
Let me know when you will have finished this documentation.

Thanks,
--
Olivier

2008/1/10, Dennis Lundberg <[EMAIL PROTECTED]>:
> -1, because the pom lost the license header during release:prepare.
>
> Also -0, because I have a few things I'd like to fix in the docs before
> the release.
>
> Olivier Lamy wrote:
> > Hi,
> >
> > I'd like to release the Maven Jar Plugin version 2.2.
> >
> > We solved 26 issues:
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create
> >
> > Staging repo : http://people.apache.org/~olamy/staging-repo
> >
> > Staging Site : 
> > http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/
> >
> > Tag :
> > https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Here my +1 (non binding).
> >
> > Thanks,
> > --
> > Olivier
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Dennis Lundberg
>
> -
> 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]



RE: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread William Ferguson
+1 (non binding) 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Olivier Lamy
> Sent: Friday, 11 January 2008 5:36 AM
> To: Maven Developers List
> Subject: [***POSSIBLE SPAM***] - [VOTE] Release Maven Jar 
> plugin version 2.2 - Sender is forged (SPF Fail)
> 
> Hi,
> 
> I'd like to release the Maven Jar Plugin version 2.2.
> 
> We solved 26 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878
> &styleName=Html&projectId=11137&Create=Create
> 
> Staging repo : http://people.apache.org/~olamy/staging-repo
> 
> Staging Site : 
> http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/
> 
> Tag :
> https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-
> plugin-2.2/
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Here my +1 (non binding).
> 
> Thanks,
> --
> Olivier
> 
> -
> 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]



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread Dennis Lundberg

-1, because the pom lost the license header during release:prepare.

Also -0, because I have a few things I'd like to fix in the docs before 
the release.


Olivier Lamy wrote:

Hi,

I'd like to release the Maven Jar Plugin version 2.2.

We solved 26 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create

Staging repo : http://people.apache.org/~olamy/staging-repo

Staging Site : 
http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/

Tag :
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1 (non binding).

Thanks,
--
Olivier

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





--
Dennis Lundberg

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



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread nicolas de loof
+1

2008/1/10, Olivier Lamy <[EMAIL PROTECTED]>:
>
> Hi,
>
> I'd like to release the Maven Jar Plugin version 2.2.
>
> We solved 26 issues:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create
>
> Staging repo : http://people.apache.org/~olamy/staging-repo
>
> Staging Site :
> http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/
>
> Tag :
> https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here my +1 (non binding).
>
> Thanks,
> --
> Olivier
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread Emmanuel Venisse
+1

Emmanuel

> Hi,
>
> I'd like to release the Maven Jar Plugin version 2.2.
>
> We solved 26 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create
>
> Staging repo : http://people.apache.org/~olamy/staging-repo
>
> Staging Site :
> http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/
>
> Tag :
> https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here my +1 (non binding).
>
> Thanks,
> --
> Olivier
>
> -
> 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]



Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread Mauro Talevi

+1

Olivier Lamy wrote:

Hi,

I'd like to release the Maven Jar Plugin version 2.2.

We solved 26 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878&styleName=Html&projectId=11137&Create=Create

Staging repo : http://people.apache.org/~olamy/staging-repo

Staging Site : 
http://people.apache.org/~olamy/staging-sites/maven-jar-plugin-2.2/

Tag :
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-jar-plugin-2.2/

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1 (non binding).

Thanks,
--
Olivier



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