You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/07/11 19:25:30 UTC

[ANN] Apache Maven Source Plugin 2.3 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Source Plugin, version 2.3.

The Source Plugin creates a jar archive of the source files of the current
project. The jar file is, by default, created in the project's target
directory.

http://maven.apache.org/plugins/maven-source-plugin/

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-source-plugin</artifactId>
  <version>2.3</version>
</plugin>

Release Notes - Maven Source Plugin - Version 2.3


Bugs:

 * [MSOURCES-63] - Non-working links on doc site
 * [MSOURCES-64] - forceCreation=true doesn't create test source package when src/test missing

Improvements:

 * [MSOURCES-68] - Add Maven version used to Created-By entry in manifest
 * [MSOURCES-69] - Update version of plexus-archiver to 2.4.4
 * [MSOURCES-70] - Update of maven-invoker-plugin to 1.9

Enjoy,

-The Apache Maven team

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


Re: [ANN] Apache Maven Source Plugin 2.3 Released

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

Kind regards
Karl-Heinz Marbaise
>
> Op Fri, 11 Jul 2014 19:26:46 +0200 schreef Karl Heinz Marbaise
> <kh...@gmx.de>:
>
>> Hi,
>>
>> can please one of the Maven PMC's please so kind to add the release
>> to the distribution area and add it to the board report.
>>
>> Many thanks in advance.
>>
>> Kind regards
>> Karl-Heinz Marbaise
>>
>> On 7/11/14 7:25 PM, Karl Heinz Marbaise wrote:
>>> The Apache Maven team is pleased to announce the release of the
>>> Apache Maven Source Plugin, version 2.3.
>>>
>>> The Source Plugin creates a jar archive of the source files of the
>>> current
>>> project. The jar file is, by default, created in the project's target
>>> directory.
>>>
>>> http://maven.apache.org/plugins/maven-source-plugin/
>>>
>>> You should specify the version in your project's plugin configuration:
>>>
>>> <plugin>
>>>    <groupId>org.apache.maven.plugins</groupId>
>>>    <artifactId>maven-source-plugin</artifactId>
>>>    <version>2.3</version>
>>> </plugin>
>>>
>>> Release Notes - Maven Source Plugin - Version 2.3
>>>
>>>
>>> Bugs:
>>>
>>>   * [MSOURCES-63] - Non-working links on doc site
>>>   * [MSOURCES-64] - forceCreation=true doesn't create test source
>>> package when src/test missing
>>>
>>> Improvements:
>>>
>>>   * [MSOURCES-68] - Add Maven version used to Created-By entry in
>>> manifest
>>>   * [MSOURCES-69] - Update version of plexus-archiver to 2.4.4
>>>   * [MSOURCES-70] - Update of maven-invoker-plugin to 1.9

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


Re: [ANN] Apache Maven Source Plugin 2.3 Released

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

Robert

Op Fri, 11 Jul 2014 19:26:46 +0200 schreef Karl Heinz Marbaise  
<kh...@gmx.de>:

> Hi,
>
> can please one of the Maven PMC's please so kind to add the release
> to the distribution area and add it to the board report.
>
> Many thanks in advance.
>
> Kind regards
> Karl-Heinz Marbaise
>
> On 7/11/14 7:25 PM, Karl Heinz Marbaise wrote:
>> The Apache Maven team is pleased to announce the release of the
>> Apache Maven Source Plugin, version 2.3.
>>
>> The Source Plugin creates a jar archive of the source files of the  
>> current
>> project. The jar file is, by default, created in the project's target
>> directory.
>>
>> http://maven.apache.org/plugins/maven-source-plugin/
>>
>> You should specify the version in your project's plugin configuration:
>>
>> <plugin>
>>    <groupId>org.apache.maven.plugins</groupId>
>>    <artifactId>maven-source-plugin</artifactId>
>>    <version>2.3</version>
>> </plugin>
>>
>> Release Notes - Maven Source Plugin - Version 2.3
>>
>>
>> Bugs:
>>
>>   * [MSOURCES-63] - Non-working links on doc site
>>   * [MSOURCES-64] - forceCreation=true doesn't create test source  
>> package when src/test missing
>>
>> Improvements:
>>
>>   * [MSOURCES-68] - Add Maven version used to Created-By entry in  
>> manifest
>>   * [MSOURCES-69] - Update version of plexus-archiver to 2.4.4
>>   * [MSOURCES-70] - Update of maven-invoker-plugin to 1.9
>>
>
> ---------------------------------------------------------------------
> 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 Source Plugin 2.3 Released

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

can please one of the Maven PMC's please so kind to add the release
to the distribution area and add it to the board report.

Many thanks in advance.

Kind regards
Karl-Heinz Marbaise

On 7/11/14 7:25 PM, Karl Heinz Marbaise wrote:
> The Apache Maven team is pleased to announce the release of the
> Apache Maven Source Plugin, version 2.3.
>
> The Source Plugin creates a jar archive of the source files of the current
> project. The jar file is, by default, created in the project's target
> directory.
>
> http://maven.apache.org/plugins/maven-source-plugin/
>
> You should specify the version in your project's plugin configuration:
>
> <plugin>
>    <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-source-plugin</artifactId>
>    <version>2.3</version>
> </plugin>
>
> Release Notes - Maven Source Plugin - Version 2.3
>
>
> Bugs:
>
>   * [MSOURCES-63] - Non-working links on doc site
>   * [MSOURCES-64] - forceCreation=true doesn't create test source package when src/test missing
>
> Improvements:
>
>   * [MSOURCES-68] - Add Maven version used to Created-By entry in manifest
>   * [MSOURCES-69] - Update version of plexus-archiver to 2.4.4
>   * [MSOURCES-70] - Update of maven-invoker-plugin to 1.9
>

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