Re: Maven Assembly Question

2009-06-25 Thread virtualshock

BumpAnybody have some suggestions?
-- 
View this message in context: 
http://www.nabble.com/Maven-Assembly-Question-tp23833852p24205262.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



RE: maven assembly question

2007-12-04 Thread EJ Ciramella
Nvm - slight oversight. 

-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 04, 2007 1:44 PM
To: users@maven.apache.org
Subject: maven assembly question

I'm trying to include just a few files from another projects output via
the dependencySet feature of the maven assembly plugin.
 
I keep seeing this:
 
[WARNING] The following patterns were never triggered in this artifact
inclusion filter:
 
And obviously I'm not getting my warfile bits included.  Anyone able to
shed some light on this for me?
 
 

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



Re: maven assembly question

2007-12-04 Thread John Casey
The includes/excludes in the dependencySet is for artifact patterns  
to be included/excluded. If you want to unpack a dependency and only  
include certain files, you'll need to use the latest snapshots of the  
assembly plugin, and then in your dependencySet:


unpacktrue/unpack
unpackOptions
  includes
[...]
  /includes
/unpackOptions

HTH,

-john

On Dec 4, 2007, at 1:44 PM, EJ Ciramella wrote:

I'm trying to include just a few files from another projects output  
via

the dependencySet feature of the maven assembly plugin.

I keep seeing this:

[WARNING] The following patterns were never triggered in this artifact
inclusion filter:

And obviously I'm not getting my warfile bits included.  Anyone  
able to

shed some light on this for me?




---
John Casey
Committer and PMC Member, Apache Maven
mail: jdcasey at commonjava dot org
blog: http://www.ejlife.net/blogs/john
rss: http://feeds.feedburner.com/ejlife/john