Hi!

includeTypes does not do that I want. For example, if I have in dependencies
1.jar, 2.jar, 3.war, 4.ear and I use <includeTypes>jar</includeTypes>, when
only 1.jar and 2.jar will be unpacked.
But I need something else. Imagine that 1.jar includes *.class, *.xml,
*.properties, and I want only *class files to be unpacked. includeTypes does
not resolve this problem.


Maria Odea Ching-2 wrote:
> 
> Hi,
> 
> Have you tried using the includeTypes and excludeTypes of the 
> unpack-dependencies mojo?
> 
> See 
> http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html#includeTypes
> 
> HTH,
> Deng
> 
> purestudent wrote:
>> Hi all!
>>
>> I need to filter files while unpack-dependencies goal is executed. For
>> example: I want only *.class and *.xml files to be unpacked. How I can
>> understand no default solution for this exist. 
>>
>> Can you suggest any solution for this?
>>
>> Thank you!
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/maven-dependency-plugin-filtering-issue-tf3964442s177.html#a11281619
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to