You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/06/24 12:20:30 UTC

[ANN] Apache Maven JAR Plugin 2.5 Released

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

This plugin provides the capability to build jars.

http://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>2.5</version>
</plugin>

Release Notes - Maven JAR Plugin - Version 2.5

Bugs:

    [MJAR-157] - forceUpdate documentation is insufficient
    [MJAR-162] - skipIfEmpty not work for test-jar goal and empty directories
    [MJAR-167] - skipIfEmpty outputs incorrect logging nessage

Improvements:

    [MJAR-168] - Update to latest plexus-archiver
    [MJAR-170] - please add property 'maven.jar.classifier'
    [MJAR-175] - Documentation problem for test-jar
    [MJAR-176] - Usage page should (only) describe default behavior

Tasks:

    [MJAR-158] - use maven-plugin-tools' java 5 annotations
    [MJAR-171] - Remove deprecated mojo jar-sign and jar-sign-verify
    [MJAR-173] - Check correctness of declared deps


Enjoy,

-The Apache Maven team

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


Re: [ANN] Apache Maven JAR Plugin 2.5 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Robert,

many thanks.

Kind regards
Karl-Heinz Marbaise
On 6/24/14 6:19 PM, Robert Scholte wrote:
> Both done,
>
> Robert
>
> Op Tue, 24 Jun 2014 12:25:55 +0200 schreef Karl Heinz Marbaise
> <kh...@gmx.de>:
>
>> Hi,
>>
>> can someone of the pmc members be so kind to push the artifacts into
>> the distro area and add it to board report?
>>
>>>
>>>      [MJAR-157] - forceUpdate documentation is insufficient
>>>      [MJAR-162] - skipIfEmpty not work for test-jar goal and empty
>>> directories
>>>      [MJAR-167] - skipIfEmpty outputs incorrect logging nessage
>>>
>>> Improvements:
>>>
>>>      [MJAR-168] - Update to latest plexus-archiver
>>>      [MJAR-170] - please add property 'maven.jar.classifier'
>>>      [MJAR-175] - Documentation problem for test-jar
>>>      [MJAR-176] - Usage page should (only) describe default behavior
>>>
>>> Tasks:
>>>
>>>      [MJAR-158] - use maven-plugin-tools' java 5 annotations
>>>      [MJAR-171] - Remove deprecated mojo jar-sign and jar-sign-verify
>>>      [MJAR-173] - Check correctness of declared deps
>>
>> ---------------------------------------------------------------------
>> 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
>
>


Mit freundlichem Gruß
Karl-Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

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


Re: [ANN] Apache Maven JAR Plugin 2.5 Released

Posted by Robert Scholte <rf...@apache.org>.
Both done,

Robert

Op Tue, 24 Jun 2014 12:25:55 +0200 schreef Karl Heinz Marbaise  
<kh...@gmx.de>:

> Hi,
>
> can someone of the pmc members be so kind to push the artifacts into the  
> distro area and add it to board report?
>
> Many thanks in advance.
> Kind regards
> Karl-Heinz Marbaise
> On 6/24/14 12:20 PM, Karl Heinz Marbaise wrote:
>> The Apache Maven team is pleased to announce the release of the
>> Apache Maven JAR Plugin, version 2.5.
>>
>> This plugin provides the capability to build jars.
>>
>> http://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>2.5</version>
>> </plugin>
>>
>> Release Notes - Maven JAR Plugin - Version 2.5
>>
>> Bugs:
>>
>>      [MJAR-157] - forceUpdate documentation is insufficient
>>      [MJAR-162] - skipIfEmpty not work for test-jar goal and empty  
>> directories
>>      [MJAR-167] - skipIfEmpty outputs incorrect logging nessage
>>
>> Improvements:
>>
>>      [MJAR-168] - Update to latest plexus-archiver
>>      [MJAR-170] - please add property 'maven.jar.classifier'
>>      [MJAR-175] - Documentation problem for test-jar
>>      [MJAR-176] - Usage page should (only) describe default behavior
>>
>> Tasks:
>>
>>      [MJAR-158] - use maven-plugin-tools' java 5 annotations
>>      [MJAR-171] - Remove deprecated mojo jar-sign and jar-sign-verify
>>      [MJAR-173] - Check correctness of declared deps
>
> ---------------------------------------------------------------------
> 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: [ANN] Apache Maven JAR Plugin 2.5 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi,

can someone of the pmc members be so kind to push the artifacts into the 
distro area and add it to board report?

Many thanks in advance.
Kind regards
Karl-Heinz Marbaise
On 6/24/14 12:20 PM, Karl Heinz Marbaise wrote:
> The Apache Maven team is pleased to announce the release of the
> Apache Maven JAR Plugin, version 2.5.
>
> This plugin provides the capability to build jars.
>
> http://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>2.5</version>
> </plugin>
>
> Release Notes - Maven JAR Plugin - Version 2.5
>
> Bugs:
>
>      [MJAR-157] - forceUpdate documentation is insufficient
>      [MJAR-162] - skipIfEmpty not work for test-jar goal and empty directories
>      [MJAR-167] - skipIfEmpty outputs incorrect logging nessage
>
> Improvements:
>
>      [MJAR-168] - Update to latest plexus-archiver
>      [MJAR-170] - please add property 'maven.jar.classifier'
>      [MJAR-175] - Documentation problem for test-jar
>      [MJAR-176] - Usage page should (only) describe default behavior
>
> Tasks:
>
>      [MJAR-158] - use maven-plugin-tools' java 5 annotations
>      [MJAR-171] - Remove deprecated mojo jar-sign and jar-sign-verify
>      [MJAR-173] - Check correctness of declared deps

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