You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Guillaume Nodet <gn...@apache.org> on 2023/02/15 20:19:23 UTC

[VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
The goal of this release is to provide a first set of classes to test
plugins using the v4 api, mainly using the package at
https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
and the provided junit 5 extension.  An example usage of this extension is
available at
https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java
Those classes are new classes in a new package, so there's no compatibility
issue with all plugins using this component.

This component has not been released since a while.  The list of fixed
issues is available at

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930

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

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

Please review and vote.
-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

Posted by Guillaume Nodet <gn...@apache.org>.
+1

Le mer. 15 févr. 2023 à 21:19, Guillaume Nodet <gn...@apache.org> a écrit :

> I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
> The goal of this release is to provide a first set of classes to test
> plugins using the v4 api, mainly using the package at
> https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
> and the provided junit 5 extension.  An example usage of this extension is
> available at
> https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java
> Those classes are new classes in a new package, so there's no
> compatibility issue with all plugins using this component.
>
> This component has not been released since a while.  The list of fixed
> issues is available at
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930
>
> Staging repository:
>   https://repository.apache.org/content/repositories/maven-1874
>
> Staging site:
>    https://maven.apache.org/plugin-testing-archives/LATEST/
>
> Please review and vote.
> --
> ------------------------
> Guillaume Nodet
>
>

-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (non binding)

Regards
JB

On Wed, Feb 15, 2023 at 9:19 PM Guillaume Nodet <gn...@apache.org> wrote:
>
> I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
> The goal of this release is to provide a first set of classes to test
> plugins using the v4 api, mainly using the package at
> https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
> and the provided junit 5 extension.  An example usage of this extension is
> available at
> https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java
> Those classes are new classes in a new package, so there's no compatibility
> issue with all plugins using this component.
>
> This component has not been released since a while.  The list of fixed
> issues is available at
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930
>
> Staging repository:
>   https://repository.apache.org/content/repositories/maven-1874
>
> Staging site:
>    https://maven.apache.org/plugin-testing-archives/LATEST/
>
> Please review and vote.
> --
> ------------------------
> Guillaume Nodet

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


Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

Posted by Slawomir Jaranowski <s....@gmail.com>.
+1

śr., 15 lut 2023 o 21:19 Guillaume Nodet <gn...@apache.org> napisał(a):

> I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
> The goal of this release is to provide a first set of classes to test
> plugins using the v4 api, mainly using the package at
>
> https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
> and the provided junit 5 extension.  An example usage of this extension is
> available at
>
> https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java
> Those classes are new classes in a new package, so there's no compatibility
> issue with all plugins using this component.
>
> This component has not been released since a while.  The list of fixed
> issues is available at
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930
>
> Staging repository:
>   https://repository.apache.org/content/repositories/maven-1874
>
> Staging site:
>    https://maven.apache.org/plugin-testing-archives/LATEST/
>
> Please review and vote.
> --
> ------------------------
> Guillaume Nodet
>


-- 
Sławomir Jaranowski

Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

Posted by Hervé Boutemy <he...@free.fr>.
+1

Reproducible Builds ok: reference done with JDK 17 on *nix

Regards,

Hervé

Le mercredi 15 février 2023, 21:19:23 CET Guillaume Nodet a écrit :
> I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
> The goal of this release is to provide a first set of classes to test
> plugins using the v4 api, mainly using the package at
> https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing
> -harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
> and the provided junit 5 extension.  An example usage of this extension is
> available at
> https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/
> apache/maven/plugins/install/InstallMojoTest.java Those classes are new
> classes in a new package, so there's no compatibility issue with all
> plugins using this component.
> 
> This component has not been released since a while.  The list of fixed
> issues is available at
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&ve
> rsion=12352930
> 
> Staging repository:
>   https://repository.apache.org/content/repositories/maven-1874
> 
> Staging site:
>    https://maven.apache.org/plugin-testing-archives/LATEST/
> 
> Please review and vote.





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


Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

Posted by Michael Osipov <mi...@apache.org>.
Am 2023-02-15 um 21:19 schrieb Guillaume Nodet:
> I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
> The goal of this release is to provide a first set of classes to test
> plugins using the v4 api, mainly using the package at
> https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
> and the provided junit 5 extension.  An example usage of this extension is
> available at
> https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java
> Those classes are new classes in a new package, so there's no compatibility
> issue with all plugins using this component.
> 
> This component has not been released since a while.  The list of fixed
> issues is available at
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930
> 
> Staging repository:
>    https://repository.apache.org/content/repositories/maven-1874
> 
> Staging site:
>     https://maven.apache.org/plugin-testing-archives/LATEST/

+1


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


[RESULT] [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

Posted by Guillaume Nodet <gn...@apache.org>.
Closing this vote with 5 +1s and no other votes.
THx !

Guillaume

Le mer. 15 févr. 2023 à 21:19, Guillaume Nodet <gn...@apache.org> a écrit :

> I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1.
> The goal of this release is to provide a first set of classes to test
> plugins using the v4 api, mainly using the package at
> https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html
> and the provided junit 5 extension.  An example usage of this extension is
> available at
> https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java
> Those classes are new classes in a new package, so there's no
> compatibility issue with all plugins using this component.
>
> This component has not been released since a while.  The list of fixed
> issues is available at
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930
>
> Staging repository:
>   https://repository.apache.org/content/repositories/maven-1874
>
> Staging site:
>    https://maven.apache.org/plugin-testing-archives/LATEST/
>
> Please review and vote.
> --
> ------------------------
> Guillaume Nodet
>
>

-- 
------------------------
Guillaume Nodet