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

[ANN] Maven JAR Plugin 3.2.1 released

The Apache Maven team is pleased to announce the release of the Maven 
JAR Plugin version 3.2.1.

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

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jar-plugin</artifactId>
   <version>3.2.1</version>
</plugin>


Release Notes - Maven JAR Plugin - Version 3.2.1

** Bug
     * [MJAR-276] - Don't log a warning when jar will be empty and 
creation is forced
     * [MJAR-281] - Wrong order of META-INF/ and META-INF/MANIFEST.MF 
entries

** Improvement
     * [MJAR-270] - make build Reproducible

** Dependency upgrade
     * [MJAR-282] - Upgrade Maven Archiver to 3.5.2


Enjoy,

-The Apache Maven team

Re: [ANN] Maven JAR Plugin 3.2.1 released

Posted by dev <de...@tchemit.fr>.
just landed...

many thanks for your work.

Le sam. 8 janv. 2022 à 21:25, Michael Osipov <mi...@apache.org> a 
écrit :
> Am 2022-01-08 um 21:23 schrieb dev:
>> Hi Maven lovers :)
>> 
>> artifact is not on maven central repository :(
>> 
>> https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.1/
> 
> You suffer from premature evaluation. Give the system a bit of time 
> to sync.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org




Re: [ANN] Maven JAR Plugin 3.2.1 released

Posted by Michael Osipov <mi...@apache.org>.
Am 2022-01-08 um 21:23 schrieb dev:
> Hi Maven lovers :)
> 
> artifact is not on maven central repository :(
> 
> https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.1/ 

You suffer from premature evaluation. Give the system a bit of time to sync.

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


Re: [ANN] Maven JAR Plugin 3.2.1 released

Posted by dev <de...@tchemit.fr>.
Hi Maven lovers :)

artifact is not on maven central repository :(

https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.1/




Le sam. 8 janv. 2022 à 21:03, Michael Osipov <mi...@apache.org> a 
écrit :
> The Apache Maven team is pleased to announce the release of the Maven 
> JAR Plugin version 3.2.1.
> 
> https://maven.apache.org/plugins/maven-jar-plugin/
> 
> You should specify the version in your project's plugin configuration:
> 
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-jar-plugin</artifactId>
>   <version>3.2.1</version>
> </plugin>
> 
> 
> Release Notes - Maven JAR Plugin - Version 3.2.1
> 
> ** Bug
>     * [MJAR-276] - Don't log a warning when jar will be empty and 
> creation is forced
>     * [MJAR-281] - Wrong order of META-INF/ and META-INF/MANIFEST.MF 
> entries
> 
> ** Improvement
>     * [MJAR-270] - make build Reproducible
> 
> ** Dependency upgrade
>     * [MJAR-282] - Upgrade Maven Archiver to 3.5.2
> 
> 
> Enjoy,
> 
> -The Apache Maven team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org