Re: [m2] Assemby plugin Question

2006-07-21 Thread dcabasson
/plugins/maven-assembly-plugin/unpack-mojo.html says that it can only unpack jar ans zip files. Ben -- View this message in context: http://www.nabble.com/-m2--Assemby-plugin-Question-tf1966965.html#a5429055 Sent from the Maven - Users forum at Nabble.com

Re: [m2] Assemby plugin Question

2006-07-20 Thread dcabasson
the dependent jars into it and instead of the webapp project creating a war file can it create a zip file, that the assembly plugin can unzip into the new webapp project. then when the new webapp project. -- View this message in context: http://www.nabble.com/-m2--Assemby-plugin-Question-tf1966965.html

Re: [m2] Assemby plugin Question

2006-07-20 Thread ben short
it create a zip file, that the assembly plugin can unzip into the new webapp project. then when the new webapp project. -- View this message in context: http://www.nabble.com/-m2--Assemby-plugin-Question-tf1966965.html#a5417541 Sent from the Maven - Users forum at Nabble.com

[m2] Assemby plugin Question

2006-07-19 Thread ben short
Hi, We have several projects that produces a ear files. The ear files contains a war and several jar files. The war file is common to all the projects and uses a import statement in the spring config file to load another spring config file bundled with the ear file. Management has asked us if