[ANN] Apache Maven Resources Plugin 3.0.2 Released

2016-12-10 Thread Christian Schulte
The Maven team is pleased to announce the release of the Apache Maven Resources 
Plugin, version 3.0.2

The Resources Plugin handles the copying of project resources to the output
directory. There are two different kinds of resources: main resources and 
test resources. The
difference is that the main resources are the resources associated to the 
main
source code while the test resources are associated to the test source code.
Thus, this allows the separation of resources for the main source code and 
its
unit tests.

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

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


  org.apache.maven.plugins
  maven-resources-plugin
  3.0.2



Release Notes - Apache Maven Resources Plugin - Version 3.0.2

Bug
* [MRESOURCES-234] Upgrade of commons-io to 2.5 and correction of invalid scope.
* [MRESOURCES-233] Upgrade of plexus-interpolation 1.24 to correct escaping 
issue.

Task
* [MRESOURCES-235] Revert enabling escaping by default introduced in 3.0.0.


Enjoy,

-The Maven team

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



Re: maven-shade-plugin and classifiers

2016-12-10 Thread Robert Scholte

Hi,

If you only have to shade an attached artifact I wonder if your project  
setup is correct.
Without knowing the details I would expect that this classified jar should  
be a separate module in a Maven multimodule project


Robert

On Thu, 08 Dec 2016 12:11:28 +0100, Túlio Gomes   
wrote:



Hi there,

I’m having some trouble while working with maven-shade-plugin, profiles  
and classifiers.


I need my classified jar to be an input to the shade plugin. Currently  
only the main artifact is an input.


If i change the execution id of maven-jar-plugin to “default-jar”, the  
following error is thrown:


“Failed to create shaded artifact, project main artifact does not exist.”

Is there any option that i can use that take my classified jar in  
consideration?


Thanks in advance.

Enviado do Email para  
Windows 10


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