You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2008/01/10 20:36:19 UTC

[VOTE] Release Maven Jar plugin version 2.2

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by nicolas de loof <ni...@apache.org>.
+1

2008/1/10, Olivier Lamy <ol...@apache.org>:
>
> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

RE: [VOTE] Release Maven Jar plugin version 2.2

Posted by William Ferguson <Wi...@yarris.com>.
+1 (non binding) 

> -----Original Message-----
> From: oliver.lamy@gmail.com [mailto:oliver.lamy@gmail.com] 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: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Wendy Smoak <ws...@gmail.com>.
On Jan 10, 2008 3:19 PM, Dennis Lundberg <de...@apache.org> 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 <project> element.  Moving
it inside <project> might help.  (Then again, I thought this was fixed
in the release plugin already...)

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Olivier Lamy <ol...@apache.org>.
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 <de...@apache.org>:
> 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 <de...@apache.org>:
> >>> -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: dev-unsubscribe@maven.apache.org
> >>>> For additional commands, e-mail: dev-help@maven.apache.org
> >>>>
> >>>>
> >>>
> >>> --
> >>> Dennis Lundberg
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
> >
> >
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Dennis Lundberg <de...@apache.org>.
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 <de...@apache.org>:
>>> -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: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>
>>> -- 
>>> Dennis Lundberg
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Dennis Lundberg <de...@apache.org>.
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 <de...@apache.org>:
>> -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: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Olivier Lamy <ol...@apache.org>.
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 <de...@apache.org>:
> -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: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Dennis Lundberg <de...@apache.org>.
-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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Emmanuel Venisse <em...@venisse.net>.
+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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Jar plugin version 2.2

Posted by Mauro Talevi <ma...@aquilonia.org>.
+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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org