Re: Maven Assemblies

2009-01-29 Thread Karl Heinz Marbaise
Hi David, Thanks for your help. I kept seeing the assembly file referenced, but nothing too much on where it should be. http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) Isn't this enough ? Or do i misunderstand things ? There are two issues I

Re: Maven Assemblies

2009-01-29 Thread David Weintraub
On Thu, Jan 29, 2009 at 5:37 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi David, Thanks for your help. I kept seeing the assembly file referenced, but nothing too much on where it should be.

Maven Assemblies

2009-01-28 Thread David Weintraub
I'm building a JAR file that needs to be packaged with some shell scripts and some configuration files. The shell scripts will be in a bin directory, the configuration files will be in a conf directory, and I'd like the jar in the lib directory with any of the dependency jars mentioned in the POM.

RE: Maven Assemblies

2009-01-28 Thread Edelson, Justin
the assembly plugin in your POM to point to the assembly descriptor file name. Justin From: David Weintraub [mailto:qazw...@gmail.com] Sent: Wed 1/28/2009 8:29 AM To: Maven Users List Cc: jk...@solbright.com Subject: Maven Assemblies I'm building a JAR file

Re: Maven Assemblies

2009-01-28 Thread Karl Heinz Marbaise
Hi David, I'm building a JAR file that needs to be packaged with some shell scripts and some configuration files. The shell scripts will be in a bin directory, the configuration files will be in a conf directory, and I'd like the jar in the lib directory with any of the dependency jars

Re: Maven Assemblies

2009-01-28 Thread David Weintraub
Thanks for your help. I kept seeing the assembly file referenced, but nothing too much on where it should be. Here's my Assembly file: assembly idbin/id formats formattar.gz/format /formats baseDirectory${artifactId}-${version}/baseDirectory