Re: Maven Assemblies

2009-01-29 Thread David Weintraub
On Thu, Jan 29, 2009 at 5:37 AM, Karl Heinz Marbaise wrote: > 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

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 am

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> bin tar.gz ${artifactId}-${version} false lib false runtime

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 men

RE: Maven Assemblies

2009-01-28 Thread Edelson, Justin
The assembly descriptor (i.e. the file that defines the directory structure and contents of the assembly) is a separate file from the POM. They are typically placed in src/main/assembly/. See http://maven.apache.org/plugins/maven-assembly-plugin/usage.html for examples of how to configure the