You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/07/23 18:08:08 UTC

[VOTE] Release Maven Resources Plugin version 3.3.0

Hi,

We solved 11 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12348676

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

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

Source release checksum(s):
maven-resources-plugin-3.3.0-source-release.zip
sha512: 
c7df1d5713d08c942d2f6b3a1b3d8463e3b5ef284470bb0efc2bbb241c5f224747e43007c9af6bdef82d4e220d926dbf490a959b6c290bc9c0106db70fc74752

Staging site:
https://maven.apache.org/plugins-archives/maven-resources-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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Resources Plugin version 3.3.0

Posted by Olivier Lamy <ol...@apache.org>.
I missed to add +1

On Mon, 25 Jul 2022 at 21:35, Michael Osipov <mi...@apache.org> wrote:

> Am 2022-07-25 um 08:44 schrieb Olivier Lamy:
> > any idea why we now have the tests.jar here
> >
> https://repository.apache.org/content/repositories/maven-1789/org/apache/maven/plugins/maven-resources-plugin/3.3.0/
> > whereas it's not in previous versions?
>
> Here:
>
> https://github.com/apache/maven-resources-plugin/blob/1a9702fb763d2a783f98233b8f84e6580592715f/pom.xml#L211-L224


I know the test jar produced within the run-its profile
But it was not present in 3.2.0
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/
and we do not need it to attach it as it's only used by it tests (just an
improvement)
anyway not a problem but weird it was not in 3.2.0 but 3.1.0



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

Re: [VOTE] Release Maven Resources Plugin version 3.3.0

Posted by Michael Osipov <mi...@apache.org>.
Am 2022-07-25 um 08:44 schrieb Olivier Lamy:
> any idea why we now have the tests.jar here
> https://repository.apache.org/content/repositories/maven-1789/org/apache/maven/plugins/maven-resources-plugin/3.3.0/
> whereas it's not in previous versions?

Here: 
https://github.com/apache/maven-resources-plugin/blob/1a9702fb763d2a783f98233b8f84e6580592715f/pom.xml#L211-L224


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


Re: [VOTE] Release Maven Resources Plugin version 3.3.0

Posted by Olivier Lamy <ol...@apache.org>.
any idea why we now have the tests.jar here
https://repository.apache.org/content/repositories/maven-1789/org/apache/maven/plugins/maven-resources-plugin/3.3.0/
whereas it's not in previous versions?

On Mon, 25 Jul 2022 at 16:34, Herve Boutemy <hb...@apache.org> wrote:

> +1
>
> Reproducible Builds near fully ok: reference build done on Windows with
> JDK 8
> the only lille issue is for maven-resources-plugin-3.3.0-tests.jar that
> contains a
> unit/test-dir/resourceSystemProperties_Filtering/target/classes/file4.txt
> file containing current working directory (current-working-directory =
> D:\\Entwicklung\\Projekte\\maven-resources-plugin\\target\\checkout in the
> reference build)
> I'll open a Jira issue to try to improve that in a future release
>
> Regards,
>
> Hervé
>
> On 2022/07/23 18:08:08 Michael Osipov wrote:
> > Hi,
> >
> > We solved 11 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12348676
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOURCES%20AND%20resolution%20%3D%20Unresolved
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1789/
> >
> https://repository.apache.org/content/repositories/maven-1789/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0-source-release.zip
> >
> > Source release checksum(s):
> > maven-resources-plugin-3.3.0-source-release.zip
> > sha512:
> >
> c7df1d5713d08c942d2f6b3a1b3d8463e3b5ef284470bb0efc2bbb241c5f224747e43007c9af6bdef82d4e220d926dbf490a959b6c290bc9c0106db70fc74752
> >
> > Staging site:
> > https://maven.apache.org/plugins-archives/maven-resources-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-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Resources Plugin version 3.3.0

Posted by Herve Boutemy <hb...@apache.org>.
+1

Reproducible Builds near fully ok: reference build done on Windows with JDK 8
the only lille issue is for maven-resources-plugin-3.3.0-tests.jar that contains a unit/test-dir/resourceSystemProperties_Filtering/target/classes/file4.txt file containing current working directory (current-working-directory = D:\\Entwicklung\\Projekte\\maven-resources-plugin\\target\\checkout in the reference build)
I'll open a Jira issue to try to improve that in a future release

Regards,

Hervé

On 2022/07/23 18:08:08 Michael Osipov wrote:
> Hi,
> 
> We solved 11 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12348676
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOURCES%20AND%20resolution%20%3D%20Unresolved
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1789/
> https://repository.apache.org/content/repositories/maven-1789/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0-source-release.zip
> 
> Source release checksum(s):
> maven-resources-plugin-3.3.0-source-release.zip
> sha512: 
> c7df1d5713d08c942d2f6b3a1b3d8463e3b5ef284470bb0efc2bbb241c5f224747e43007c9af6bdef82d4e220d926dbf490a959b6c290bc9c0106db70fc74752
> 
> Staging site:
> https://maven.apache.org/plugins-archives/maven-resources-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-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

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


Re: [VOTE] Release Maven Resources Plugin version 3.3.0

Posted by Michael Osipov <mi...@apache.org>.
Am 2022-07-23 um 20:08 schrieb Michael Osipov:
> Hi,
> 
> We solved 11 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12348676
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOURCES%20AND%20resolution%20%3D%20Unresolved
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1789/
> https://repository.apache.org/content/repositories/maven-1789/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0-source-release.zip
> 
> Source release checksum(s):
> maven-resources-plugin-3.3.0-source-release.zip
> sha512: 
> c7df1d5713d08c942d2f6b3a1b3d8463e3b5ef284470bb0efc2bbb241c5f224747e43007c9af6bdef82d4e220d926dbf490a959b6c290bc9c0106db70fc74752
> 
> Staging site:
> https://maven.apache.org/plugins-archives/maven-resources-plugin-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.

+1


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