Re: Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Olivier Lamy
On Sat, 6 Jun 2020 at 23:08, Elliotte Rusty Harold 
wrote:

> maven-dependency-plugin depends on maven-artifact-transfer, and that's
> causing us some trouble, though perhaps that dependency can be removed
> if we can upgrade the dependency plugin to a 3.1 minimum.
>

I guess we can as we discussed this recently and nobody complains this 3.1
as minimum so feel free to do it.
see https://maven.apache.org/developers/compatibility-plan.html


>
> On Sat, Jun 6, 2020 at 8:36 AM Robert Scholte 
> wrote:
> >
> > I think you already asked this question before, but the answer is no.
> >
> > The whole idea behind maven artifact transfer was to have a library that
> made it possible to support all Maven 3 releases.
> > Especially when Maven 3.1.0 cam out, several plugins were broken because
> of the API change compared to 3.0.
> > This library solved that.
> >
> > The question is more: would a plugin need this library if you require
> Maven 3.1+?
> >
> > Robert
> > On 6-6-2020 13:02:32, Elliotte Rusty Harold  wrote:
> > Maven Artifact Transfer has extra dependencies and code related to
> > org.sonatype.aether to support Maven 3.0.
> >
> > Is this something we want to support and release or should we rip this
> > out before going to 1.0? (I don't think this is a blocker for the 0.13
> > beta release).
> >
> > --
> > Elliotte Rusty Harold
> > elh...@ibiblio.org
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


[GitHub] [maven-artifact-transfer] olamy commented on pull request #13: update mockito-core to 2.28.2

2020-06-06 Thread GitBox


olamy commented on pull request #13:
URL: 
https://github.com/apache/maven-artifact-transfer/pull/13#issuecomment-640130752


   **NO NEED OF PR FOR THIS**



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



Fwd: [apache/maven-war-plugin] ignore backup versions file (#11)

2020-06-06 Thread Olivier Lamy
Seriously!!
Please commit this directly.
I feel like receiving a lot of spam. Having a PR for this is definitely
useless.
At the end everybody will just configure their email client to filter every
PR to a spam or junk folder.
The risk is to miss/ignore important PR.



-- Forwarded message -
From: Elliotte Rusty Harold 
Date: Sun, 7 Jun 2020 at 03:32
Subject: [apache/maven-war-plugin] ignore backup versions file (#11)
To: apache/maven-war-plugin 
Cc: Subscribed 


--
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/maven-war-plugin/pull/11
Commit Summary

   - ignore backup versions file

File Changes

   - *M* .gitignore
   

   (2)

Patch Links:

   - https://github.com/apache/maven-war-plugin/pull/11.patch
   - https://github.com/apache/maven-war-plugin/pull/11.diff

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
, or unsubscribe

.


-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


any reviewer for [MJAVADOC-653]?

2020-06-06 Thread Xeno Amess
Hi.
I created a pr 8 days ago.
Is there anyone who interested in giving some suggestions?
jira  [MJAVADOC-653], github
https://github.com/apache/maven-javadoc-plugin/pull/48


[GitHub] [maven-artifact-transfer] elharo merged pull request #14: docs: fix minor doc comment issues

2020-06-06 Thread GitBox


elharo merged pull request #14:
URL: https://github.com/apache/maven-artifact-transfer/pull/14


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



Re: Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Elliotte Rusty Harold
maven-dependency-plugin depends on maven-artifact-transfer, and that's
causing us some trouble, though perhaps that dependency can be removed
if we can upgrade the dependency plugin to a 3.1 minimum.

On Sat, Jun 6, 2020 at 8:36 AM Robert Scholte  wrote:
>
> I think you already asked this question before, but the answer is no.
>
> The whole idea behind maven artifact transfer was to have a library that made 
> it possible to support all Maven 3 releases.
> Especially when Maven 3.1.0 cam out, several plugins were broken because of 
> the API change compared to 3.0.
> This library solved that.
>
> The question is more: would a plugin need this library if you require Maven 
> 3.1+?
>
> Robert
> On 6-6-2020 13:02:32, Elliotte Rusty Harold  wrote:
> Maven Artifact Transfer has extra dependencies and code related to
> org.sonatype.aether to support Maven 3.0.
>
> Is this something we want to support and release or should we rip this
> out before going to 1.0? (I don't think this is a blocker for the 0.13
> beta release).
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

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



Re: Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Robert Scholte
I think you already asked this question before, but the answer is no.

The whole idea behind maven artifact transfer was to have a library that made 
it possible to support all Maven 3 releases.
Especially when Maven 3.1.0 cam out, several plugins were broken because of the 
API change compared to 3.0.
This library solved that.

The question is more: would a plugin need this library if you require Maven 
3.1+?

Robert
On 6-6-2020 13:02:32, Elliotte Rusty Harold  wrote:
Maven Artifact Transfer has extra dependencies and code related to
org.sonatype.aether to support Maven 3.0.

Is this something we want to support and release or should we rip this
out before going to 1.0? (I don't think this is a blocker for the 0.13
beta release).

--
Elliotte Rusty Harold
elh...@ibiblio.org

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



[GitHub] [maven-artifact-transfer] elharo opened a new pull request #14: docs: fix minor doc comment issues

2020-06-06 Thread GitBox


elharo opened a new pull request #14:
URL: https://github.com/apache/maven-artifact-transfer/pull/14


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [maven-artifact-transfer] elharo merged pull request #13: update mockito-core to 2.28.2

2020-06-06 Thread GitBox


elharo merged pull request #13:
URL: https://github.com/apache/maven-artifact-transfer/pull/13


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.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 Shard Component: Maven Artifact Transfer version 0.13.0

2020-06-06 Thread Elliotte Rusty Harold
Thanks. Latest master build passed:

https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/master/103/

so I withdraw my -1. I am now at +0 (no opinion) on this release.


On Sat, Jun 6, 2020 at 6:46 AM Hervé BOUTEMY  wrote:
>
> this one is a memory issue with H30 node (node name is displayed at the
> beginning)
> I just pinged infra to fix the node
>
> Regards,
>
> Hervé
>
> Le vendredi 5 juin 2020, 13:27:57 CEST Elliotte Rusty Harold a écrit :
> > -1 from me.
> >
> > Jenkins Build is red:
> > https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/mast
> > er/
> >
> > This might be one of our periodic problems with CI machines, since
> > there aren't any obvious test failures and says "Latest Test Result
> > (no failures)"
> >
> > Still it's worth resolving before a release is cut.
> >
> > On Thu, Jun 4, 2020 at 1:52 PM Karl Heinz Marbaise 
> wrote:
> > > Hi,
> > >
> > > We solved 18 issues:
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922;
> > > version=12346567
> > >
> > > There are still a couple of issues left in JIRA:
> > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%2
> > > 0status%20in%20(Open%2C%20Reopened)%20AND%20component%20%3D%20maven-artifa
> > > ct-transfer
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1586
> > > https://repository.apache.org/content/repositories/maven-1586/org/apache/m
> > > aven/shared/maven-artifact-transfer/0.13.0/maven-artifact-transfer-0.13.0-
> > > source-release.zip
> > >
> > > Source release checksum(s):
> > > maven-artifact-transfer-0.13.0-source-release.zip sha512:
> > > 5efc374766e017304881d0c63bf631c7ae07cf5473ec59e42695acace7d4af346c6879c419
> > > f31a7357c7a0161b22a63c26a5571e8905e7c68802ddede3300c5d
> > >
> > > maven-artifact-transfer-0.13.0-source-release.zip sha1:
> > > 93aaadc483c994038ab153a80cff11cd189d9b1f
> > >
> > > Staging site:
> > > http://maven.apache.org/shared-archives/maven-artifact-transfer-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
> > >
> > > Kind regards
> > > Karl Heinz Marbaise
> > >
> > > -
> > > 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
>


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

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



[GitHub] [maven-artifact-transfer] elharo opened a new pull request #13: update mockito-core to 2.28.2

2020-06-06 Thread GitBox


elharo opened a new pull request #13:
URL: https://github.com/apache/maven-artifact-transfer/pull/13


   Deliberately did not file a JIRA issue for this per latest communication 
from project lead



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Elliotte Rusty Harold
 Maven Artifact Transfer has extra dependencies and code related to
org.sonatype.aether to support Maven 3.0.

Is this something we want to support and release or should we rip this
out before going to 1.0? (I don't think this is a blocker for the 0.13
beta release).

-- 
Elliotte Rusty Harold
elh...@ibiblio.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 Shard Component: Maven Artifact Transfer version 0.13.0

2020-06-06 Thread Hervé BOUTEMY
this one is a memory issue with H30 node (node name is displayed at the 
beginning)
I just pinged infra to fix the node

Regards,

Hervé

Le vendredi 5 juin 2020, 13:27:57 CEST Elliotte Rusty Harold a écrit :
> -1 from me.
> 
> Jenkins Build is red:
> https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/mast
> er/
> 
> This might be one of our periodic problems with CI machines, since
> there aren't any obvious test failures and says "Latest Test Result
> (no failures)"
> 
> Still it's worth resolving before a release is cut.
> 
> On Thu, Jun 4, 2020 at 1:52 PM Karl Heinz Marbaise  
wrote:
> > Hi,
> > 
> > We solved 18 issues:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922;
> > version=12346567
> > 
> > There are still a couple of issues left in JIRA:
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%2
> > 0status%20in%20(Open%2C%20Reopened)%20AND%20component%20%3D%20maven-artifa
> > ct-transfer
> > 
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1586
> > https://repository.apache.org/content/repositories/maven-1586/org/apache/m
> > aven/shared/maven-artifact-transfer/0.13.0/maven-artifact-transfer-0.13.0-
> > source-release.zip
> > 
> > Source release checksum(s):
> > maven-artifact-transfer-0.13.0-source-release.zip sha512:
> > 5efc374766e017304881d0c63bf631c7ae07cf5473ec59e42695acace7d4af346c6879c419
> > f31a7357c7a0161b22a63c26a5571e8905e7c68802ddede3300c5d
> > 
> > maven-artifact-transfer-0.13.0-source-release.zip sha1:
> > 93aaadc483c994038ab153a80cff11cd189d9b1f
> > 
> > Staging site:
> > http://maven.apache.org/shared-archives/maven-artifact-transfer-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
> > 
> > Kind regards
> > Karl Heinz Marbaise
> > 
> > -
> > 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



[VOTE] Release Apache Maven WAR Plugin version 3.3.0

2020-06-06 Thread Hervé BOUTEMY
Hi,

We solved 7 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121=12345578=Text

Staging repo:
https://repository.apache.org/content/repositories/maven-1587/
https://repository.apache.org/content/repositories/maven-1587/org/apache/maven/plugins/maven-war-plugin/3.3.0/maven-war-plugin-3.3.0-source-release.zip

Source release checksum(s):
maven-war-plugin-3.3.0-source-release.zip sha512: 
7cd64cd5279f16f1da377f5bfe3f97e6939a53c211db4967fc6dbccd5e7d2c77dcb76fa90f2561bd50e8ffcd6f15a41f501dc06f3942a8b1971e55bcf3bd57ad

Staging site:
https://maven.apache.org/plugins-archives/maven-war-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