Re: JUnit 5 in maven-plugin-testing-harness

2022-08-15 Thread Benjamin Marwell
Haven't seen a discussion in Slack or on the mailing list, so I guess no.

But I like the idea. Be aware that there are still Junit3 tests iirc.
Updating would be a breaking change, but that's okay for the upcoming Maven
4 release.







On Fri, 12 Aug 2022, 01:37 Vladimir V. Bychkov,  wrote:

> Hello everyone.
>
> Maven-plugin maven-plugin-testing-harness
> 
> still uses JUnit 4
> 
> . Are where plans upgrade it to JUnit 5 ?
>
> With regards,
> Vladimir V. Bychkov
>
>
>


Re: [VOTE] Release Maven Help Plugin version 3.3.0

2022-08-15 Thread Slawomir Jaranowski
+1

niedz., 14 sie 2022 o 14:35 Michael Osipov  napisał(a):

> Hi,
>
> We solved 11 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522=12345417
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPH%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1797/
>
> https://repository.apache.org/content/repositories/maven-1797/org/apache/maven/plugins/maven-help-plugin/3.3.0/maven-help-plugin-3.3.0-source-release.zip
>
> Source release checksum(s):
> maven-help-plugin-3.3.0-source-release.zip
> sha512:
>
> a33f460119cc11324a7e706199e323fbd5bd06835b448f5d2839fc8632cc71a64c454a7e1c56146f31a9e06e4fe4f895481c1271fbcc74454df14f7ba5109774
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-help-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven Help Plugin version 3.3.0

2022-08-15 Thread Sylwester Lachiewicz
+1

pon., 15 sie 2022, 09:01 użytkownik Karl Heinz Marbaise 
napisał:

> Hi,
>
> +1 from me.
>
> Kind regards
> Karl Heinz Marbaise
> On 14.08.22 14:34, Michael Osipov wrote:
> > Hi,
> >
> > We solved 11 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522=12345417
> >
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPH%20AND%20resolution%20%3D%20Unresolved
> >
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1797/
> >
> https://repository.apache.org/content/repositories/maven-1797/org/apache/maven/plugins/maven-help-plugin/3.3.0/maven-help-plugin-3.3.0-source-release.zip
> >
> >
> > Source release checksum(s):
> > maven-help-plugin-3.3.0-source-release.zip
> > sha512:
> >
> a33f460119cc11324a7e706199e323fbd5bd06835b448f5d2839fc8632cc71a64c454a7e1c56146f31a9e06e4fe4f895481c1271fbcc74454df14f7ba5109774
> >
> >
> > Staging site:
> > https://maven.apache.org/plugins-archives/maven-help-plugin-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 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
>
>


API for resolving Maven artifacts to be used from Mojos

2022-08-15 Thread Konrad Windszus
Hi,
I found the following APIs dealing with resolving of Maven artifacts:

1. 
https://maven.apache.org/ref/3.8.6/apidocs/org/apache/maven/repository/RepositorySystem.html
2. 
https://maven.apache.org/ref/3.8.6/apidocs/org/apache/maven/bridge/MavenRepositorySystem.html
3. 
https://maven.apache.org/resolver/apidocs/org/eclipse/aether/RepositorySystem.html

According to https://wiki.eclipse.org/Aether/Using_Aether_in_Maven_Plugins the 
API from 3. should be used in Mojos.

There is also a TODO in 
https://cwiki.apache.org/confluence/display/MAVEN/Maven+Core+Cleanup#MavenCoreCleanup-SortoutRepositorySystem/MavenRepositorySystem
 related to 1. and 2. And it seems the only implementation of 1. is actually in 
maven-compat (https://issues.apache.org/jira/browse/MNG-6561). The purpose of 
2. is not that clear to me, as it doesn’t even provide a method for resolving, 
but only some helpers around it.

Thanks in advance for any pointers.
Konrad


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



Re: [VOTE] Release Maven Help Plugin version 3.3.0

2022-08-15 Thread Karl Heinz Marbaise

Hi,

+1 from me.

Kind regards
Karl Heinz Marbaise
On 14.08.22 14:34, Michael Osipov wrote:

Hi,

We solved 11 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522=12345417


There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPH%20AND%20resolution%20%3D%20Unresolved


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


Source release checksum(s):
maven-help-plugin-3.3.0-source-release.zip
sha512:
a33f460119cc11324a7e706199e323fbd5bd06835b448f5d2839fc8632cc71a64c454a7e1c56146f31a9e06e4fe4f895481c1271fbcc74454df14f7ba5109774


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

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

Vote open for 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