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

2018-11-06 Thread Karl Heinz Marbaise

Hi,

here is my +1 ...
Kind regards
Karl Heinz Marbaise
On 04/11/18 11:48, Tibor Digana wrote:

Hi,

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=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-1466/
https://repository.apache.org/content/repositories/maven-1466/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:
2817639681b8597a58c38dbb5616c481c263f04b722f6fafcbc3f33c17f5d4b165572c38a83789ed80097047601505b339df015617603f754319dfadf3089b94
surefire-3.0.0-M1-source-release.zip sha1:
72830b8d82bd068ab7da5eaeb4da8a66b8ea600d

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



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



Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-06 Thread Hervé BOUTEMY
Le mardi 6 novembre 2018, 10:35:25 CET Mark Raynsford a écrit :
> 'Ello.
> 
> On 2018-11-06T00:03:53 +0100
> 
> Hervé BOUTEMY  wrote:
> > Hi Mark,
> > 
> > even if this is somewhat a corner case (while overriding everything in b,
> > you can override the attribute also), it is strange...
> 
> I'm not sure it's a corner case, exactly. It reflects the real-life
> situation I'm in: Consider a tree where 'a' is the root, and there are
> a large number of projects (at the depth of 'b') that all inherit from
> 'a'. In my case "large" means "more than seventy" so, as you can
> imagine, I'm not enthusiastic about going through all of those projects
> and adding an attribute just to to fix a bug in Maven. :) In my case,
> there are over 400 modules at the depth of 'c' spread across all of the
> 'b'-level projects.
it's a corner case just because in b, you define 
distributionManagement.site.id, name and url, but not 
@child.site.url.inherit.append.path: just define this attribute while at it 
(instead of counting on inheritance) and it will work as expected. Like 
proposed in https://github.com/io7m/mng-6059-examples/pull/1
> 
> > I can reproduce the issue in an inheritance unit test (no-append-urls in
> > maven-model-builder), but still need to investigate why it does not work
> > as
> > intended by ModelMerger.mergeSite(...): you can easily check by removing
> > "name" field in b, you'll see that merge for other fields does not work
> 
> Good to know it's reproducible in tests.
in fact, you can also reproduce by defining in b:
  

  name from B

  

If you look at effective pom, you'll see that id and url are unexpectedly not 
inherited...

You discovered an edge case with the new attribute that already exists with 
elements: I still didn't have time yet to investigate on the cause, but will do

Regards,

Hervé




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



[ANN] Apache Maven Jarsigner Plugin 3.0.0 Released

2018-11-06 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache  
Maven Jarsigner Plugin, version 3.0.0


This plugin provides the capability to sign or verify a project artifact  
and attachments using jarsigner.


https://maven.apache.org/plugins/maven-jarsigner-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-jarsigner-plugin
  3.0.0


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-jarsigner-plugin/download.cgi


Release Notes - Maven Jar Signer Plugin - Version 3.0.0

** New Feature
* [MJARSIGNER-53] - Add support of the certchain parameter to the  
"sign" mojo


** Improvement
* [MJARSIGNER-47] - Upgrade Maven 3.X Only JDK 1.6
* [MJARSIGNER-56] - Require Java 7
* [MJARSIGNER-57] - Remove deprecated parameters

** Dependency upgrade
* [MJARSIGNER-49] - Upgrade maven-shared-components parent to version  
30

* [MJARSIGNER-50] - Upgrade maven-shared-utils to 3.1.0
* [MJARSIGNER-55] - Upgrade parent to 31
* [MJARSIGNER-58] - Update maven-jarsigner dependency


Enjoy,

-The Apache Maven team

-
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 - TAKE 2

2018-11-06 Thread Sylwester Lachiewicz
+1

wt., 6 lis 2018 o 19:45 użytkownik Tibor Digana 
napisał:

> +1, we need to have more participants in the Vote.
>
> On Sun, Nov 4, 2018 at 11:48 AM Tibor Digana 
> wrote:
>
> > Hi,
> >
> > We solved 4 issues:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=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-1466/
> >
> >
> https://repository.apache.org/content/repositories/maven-1466/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:
> >
> 2817639681b8597a58c38dbb5616c481c263f04b722f6fafcbc3f33c17f5d4b165572c38a83789ed80097047601505b339df015617603f754319dfadf3089b94
> > surefire-3.0.0-M1-source-release.zip sha1:
> > 72830b8d82bd068ab7da5eaeb4da8a66b8ea600d
> >
> > 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
> >
>


[RESULT] [VOTE] Release Apache Maven Jarsigner Plugin version 3.0.0

2018-11-06 Thread Robert Scholte

Hi,

The vote has passed with the following result:

+1 : Tibor Digana, Sylwester Lachiewicz, Hervé BOUTEMY, Robert Scholte

PMC quorum: reached

I will promote the artifacts to the central repo.

On Sat, 03 Nov 2018 11:32:23 +0100, Robert Scholte   
wrote:



Hi,

We solved 8 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528&version=12330856&styleName=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-06 Thread Robert Scholte

+1

On Sat, 03 Nov 2018 11:32:23 +0100, Robert Scholte   
wrote:



Hi,

We solved 8 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317528&version=12330856&styleName=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 Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-06 Thread Tibor Digana
+1, we need to have more participants in the Vote.

On Sun, Nov 4, 2018 at 11:48 AM Tibor Digana  wrote:

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=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-1466/
>
> https://repository.apache.org/content/repositories/maven-1466/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:
> 2817639681b8597a58c38dbb5616c481c263f04b722f6fafcbc3f33c17f5d4b165572c38a83789ed80097047601505b339df015617603f754319dfadf3089b94
> surefire-3.0.0-M1-source-release.zip sha1:
> 72830b8d82bd068ab7da5eaeb4da8a66b8ea600d
>
> 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
>


Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-06 Thread Mark Raynsford
'Ello.

On 2018-11-06T00:03:53 +0100
Hervé BOUTEMY  wrote:

> Hi Mark,
> 
> even if this is somewhat a corner case (while overriding everything in b, you 
> can override the attribute also), it is strange...

I'm not sure it's a corner case, exactly. It reflects the real-life
situation I'm in: Consider a tree where 'a' is the root, and there are
a large number of projects (at the depth of 'b') that all inherit from
'a'. In my case "large" means "more than seventy" so, as you can
imagine, I'm not enthusiastic about going through all of those projects
and adding an attribute just to to fix a bug in Maven. :) In my case,
there are over 400 modules at the depth of 'c' spread across all of the
'b'-level projects.

> I can reproduce the issue in an inheritance unit test (no-append-urls in 
> maven-model-builder), but still need to investigate why it does not work as 
> intended by ModelMerger.mergeSite(...): you can easily check by removing 
> "name" field in b, you'll see that merge for other fields does not work

Good to know it's reproducible in tests.

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



pgpQFR5MgaNQ5.pgp
Description: OpenPGP digital signature