unpacked dependency in assembly question

2012-05-25 Thread Chad.Davis
Is it possible to change the name of the folder into which the dependency is unpacked? Seems like there is no equivalent to the non-unpacked outputFileNameMapping?

RE: unpacked dependency in assembly question

2012-05-25 Thread Chad.Davis
to do this. Ideas? -Original Message- From: chad.da...@emc.com [mailto:chad.da...@emc.com] Sent: Friday, May 25, 2012 9:12 AM To: users@maven.apache.org Subject: unpacked dependency in assembly question Is it possible to change the name of the folder into which the dependency

Re: unpacked dependency in assembly question

2012-05-25 Thread Ron Wheeler
this. Ideas? -Original Message- From: chad.da...@emc.com [mailto:chad.da...@emc.com] Sent: Friday, May 25, 2012 9:12 AM To: users@maven.apache.org Subject: unpacked dependency in assembly question Is it possible to change the name of the folder into which the dependency is unpacked

RE: unpacked dependency in assembly question

2012-05-25 Thread Chad.Davis
So your problem is with the unzip stage where it is creating a top level directory and putting the files in it instead of exporting just the files into the output directory? Perhaps you want to share your current method of doing that? Hey Ron. It's not that it's creating a top level

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

Assembly question

2008-09-12 Thread joel
I have a multi-module project. One of the modules inside of it has multiple source directories using build-helper-maven-plugin. I need the source in one of those directories to be included in a special place in the assembly. I was able to get that to work. There are a couple java files in that

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

RE: assembly question

2007-11-14 Thread Saloucious
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Knowlton Sent: Friday, March 23, 2007 11:59 AM To: Maven Users List Subject: Re: assembly question I'm not positive, but I believe where you said phase you

Assembly question

2007-11-09 Thread Grant Ingersoll
Hi, I have a project with 3 sub projects, one of which is an installer. I want to run assembly:directory on each of these projects, but I need a way of guaranteeing that installer runs last, since it is dependent on the other 2 projects. Anyone have any suggestions on how to do this?

assembly question

2007-03-23 Thread EJ Ciramella
Is it possible to do something like the following: plugins plugin artifactIdmaven-assembly-plugin/artifactId configuration descriptorsrc/main/assembly/dep.xml/descriptor /configuration executions

Re: assembly question

2007-03-23 Thread Tommy Knowlton
I'm not positive, but I believe where you said phase you should say goal. I haven't tried this in a POM of my own, but I've been using the maven-assembly-plugin alot lately, and I think you've got it exactly right, modulo that one change. HTH -- Tommy On 3/23/07, EJ Ciramella [EMAIL PROTECTED]

RE: assembly question

2007-03-23 Thread EJ Ciramella
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Knowlton Sent: Friday, March 23, 2007 11:59 AM To: Maven Users List Subject: Re: assembly question I'm not positive, but I believe where you said

RE: assembly question

2007-03-23 Thread EJ Ciramella
To: Maven Users List Subject: RE: assembly question Yeah, I've been trying this: plugin artifactIdmaven-assembly-plugin/artifactId executions execution idassembler-dir/id