Re: [VOTE] Release Apache Maven Jarsigner Plugin version 3.0.0

2018-11-03 Thread Tibor Digana
It was a component [1] but now it is a plugin [2].

[1]: https://github.com/apache/maven-jarsigner
[2]: https://github.com/apache/maven-jarsigner-plugin


On Sat, Nov 3, 2018 at 6:32 PM Eric Lilja  wrote:

> If one just reads the list, it's hard to understand why this is voted on
> again after this announcement [1] (but I can see it didn't make it to
> Maven central). Seems some off-list communication have taken place here...
>
> [1]
>
> https://mail-archives.apache.org/mod_mbox/maven-dev/201810.mbox/%3Cop.zrrhydlkkdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E
>
> - Eric L
>
> On 2018-11-03 13:58, Sylwester Lachiewicz wrote:
> > +1
> >
> > sob., 3.11.2018, 13:45: Tibor Digana 
> napisał(a):
> >
> >> +1
> >>
> >> On Sat, Nov 3, 2018 at 11:32 AM Robert Scholte 
> >> wrote:
> >>
> >>> Hi,
> >>>
> >>> We solved 8 issues:
> >>>
> >>>
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528=12330856=Text
> >>> There are still a couple of issues left in JIRA:
> >>>
> >>>
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317528%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> >>> Staging repo:
> >>> https://repository.apache.org/content/repositories/maven-maven-1465/
> >>>
> >>>
> >>
> https://repository.apache.org/content/repositories/maven-1465/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0-source-release.zip
> >>> Source release checksum(s):
> >>> maven-jarsigner-plugin-3.0.0-source-release.zip sha512:
> >>>
> >>>
> >>
> d02b69c2190a5d2360e317bb17393134b4d78a86aec66732a5534baa069afed6a6c4314697238b74badc53ed5beb88fdf6a811474923a30bb554a9b3404d5588
> >>> Staging site:
> >>>
> https://maven.apache.org/plugins-archives/maven-jarsigner-plugin-LATEST/
> >>>
> >>> Guide to testing staged releases:
> >>>
> https://maven.apache.org/guides/development/guide-testing-releases.html
> >>>
> >>> Vote open for at least 72 hours.
> >>>
> >>> [ ] +1
> >>> [ ] +0
> >>> [ ] -1
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> >>> For additional commands, e-mail: dev-h...@maven.apache.org
> >>>
> >>>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Inheritance behaviour for MNG-5951 attributes?

2018-11-03 Thread Mark Raynsford
Let's say I have the following:


  4.0.0
  com.example
  a
  1.0.0
  pom
  
https://example.com/a
scm:git:https://example.com/a
scm:git:https://example.com/a
  


And then:


  4.0.0
  
com.example
a
1.0.0
  
  com.example
  b
  1.0.0
  pom
  
https://example.com/b
scm:git:https://example.com/b
scm:git:https://example.com/b
  


And then:


  4.0.0
  
com.example
b
1.0.0
  
  com.example
  c
  1.0.0
  jar


So that's com.example:a:1.0.0 → com.example:b:1.0.0 →
com.example:c:1.0.0.

Would you expect com.example:c:1.0.0 to have
child.inherit.append.path="true" for the (inherited)  element? It
wasn't clear exactly what semantics were intended to be. What I *think*
is happening right now is that the  element in com.example:b:1.0.0
is assigned a value of child.inherit.append.path="true", because "true"
is the default if something isn't specified and it overrides the value
specified in com.example:a:1.0.0.

-- 
Mark Raynsford | http://www.io7m.com



pgp2RRx3ShuCO.pgp
Description: OpenPGP digital signature


Re: [VOTE] Release Apache Maven Jarsigner Plugin version 3.0.0

2018-11-03 Thread Eric Lilja
If one just reads the list, it's hard to understand why this is voted on 
again after this announcement [1] (but I can see it didn't make it to 
Maven central). Seems some off-list communication have taken place here...


[1] 
https://mail-archives.apache.org/mod_mbox/maven-dev/201810.mbox/%3Cop.zrrhydlkkdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E


- Eric L

On 2018-11-03 13:58, Sylwester Lachiewicz wrote:

+1

sob., 3.11.2018, 13:45: Tibor Digana  napisał(a):


+1

On Sat, Nov 3, 2018 at 11:32 AM Robert Scholte 
wrote:


Hi,

We solved 8 issues:



https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528=12330856=Text

There are still a couple of issues left in JIRA:



https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317528%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-maven-1465/



https://repository.apache.org/content/repositories/maven-1465/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0-source-release.zip

Source release checksum(s):
maven-jarsigner-plugin-3.0.0-source-release.zip sha512:



d02b69c2190a5d2360e317bb17393134b4d78a86aec66732a5534baa069afed6a6c4314697238b74badc53ed5beb88fdf6a811474923a30bb554a9b3404d5588

Staging site:
https://maven.apache.org/plugins-archives/maven-jarsigner-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

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

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





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



Re: [VOTE] Release Apache Maven Jarsigner Plugin version 3.0.0

2018-11-03 Thread Sylwester Lachiewicz
+1

sob., 3.11.2018, 13:45: Tibor Digana  napisał(a):

> +1
>
> On Sat, Nov 3, 2018 at 11:32 AM Robert Scholte 
> wrote:
>
> > Hi,
> >
> > We solved 8 issues:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528=12330856=Text
> >
> > There are still a couple of issues left in JIRA:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317528%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-maven-1465/
> >
> >
> https://repository.apache.org/content/repositories/maven-1465/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0-source-release.zip
> >
> > Source release checksum(s):
> > maven-jarsigner-plugin-3.0.0-source-release.zip sha512:
> >
> >
> d02b69c2190a5d2360e317bb17393134b4d78a86aec66732a5534baa069afed6a6c4314697238b74badc53ed5beb88fdf6a811474923a30bb554a9b3404d5588
> >
> > Staging site:
> > https://maven.apache.org/plugins-archives/maven-jarsigner-plugin-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for at least 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Re: [VOTE] Release Apache Maven Jarsigner Plugin version 3.0.0

2018-11-03 Thread Tibor Digana
+1

On Sat, Nov 3, 2018 at 11:32 AM Robert Scholte  wrote:

> Hi,
>
> We solved 8 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528=12330856=Text
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317528%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-maven-1465/
>
> https://repository.apache.org/content/repositories/maven-1465/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0-source-release.zip
>
> Source release checksum(s):
> maven-jarsigner-plugin-3.0.0-source-release.zip sha512:
>
> d02b69c2190a5d2360e317bb17393134b4d78a86aec66732a5534baa069afed6a6c4314697238b74badc53ed5beb88fdf6a811474923a30bb554a9b3404d5588
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-jarsigner-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


[VOTE] Release Apache Maven Jarsigner Plugin version 3.0.0

2018-11-03 Thread Robert Scholte

Hi,

We solved 8 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528=12330856=Text

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317528%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-maven-1465/
https://repository.apache.org/content/repositories/maven-1465/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0-source-release.zip

Source release checksum(s):
maven-jarsigner-plugin-3.0.0-source-release.zip sha512:  
d02b69c2190a5d2360e317bb17393134b4d78a86aec66732a5534baa069afed6a6c4314697238b74badc53ed5beb88fdf6a811474923a30bb554a9b3404d5588


Staging site:
https://maven.apache.org/plugins-archives/maven-jarsigner-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

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

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



Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1

2018-11-03 Thread Tibor Digana
 I am cancelling the first vote due to failed build and we can continue
with second vote. Sorry for that.

On Fri, Nov 2, 2018 at 5:00 PM Tibor Digana  wrote:

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12342871
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1463/
>
> https://repository.apache.org/content/repositories/maven-1463/org/apache/maven/surefire/surefire/3.0.0-M1/surefire-3.0.0-M1-source-release.zip
>
> Source release checksum(s):
> surefire-3.0.0-M1-source-release.zip sha512:
> fc6efb02d04da557f0932877ba44b39e68f421d62fc7e8cbffbc55b9487f2b9d0201fc3c147b70e15208cc48588f8b98ab84102a739f0e267679a7fbb56d56e9
> surefire-3.0.0-M1-source-release.zip sha1:
> 50bce813d6b384fc1e1cdea4f8f7a1733fafee66
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Cheers
> Tibor
>


[CANCELLED] [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 VOTE 1

2018-11-03 Thread Tibor Digana
I am cancelling the first vote due to failed build and we can continue with
second vote. Sorry for that.