maven assembly question

2010-04-14 Thread amin sakka
Hi I use maven for the creation of my jars and it works very well. Now I want to create a zip file containing for example 2 jar (these jars are maven projects having many dependencies ). To do that, I use maven assembly plugin (i use jar-with-dependencies as descriptorRef, but in my zip, the

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

Maven Assembly Question

2009-06-02 Thread virtualshock
,**/**.properties / /copy Thanks -- View this message in context: http://www.nabble.com/Maven-Assembly-Question-tp23833852p23833852.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

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

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