Re: Creating a zip of non-java files

2009-05-11 Thread Doug Hughes
Only ignorance :) I'm still learning quite a bit. Doug Hughes, President Alagad Inc. dhug...@alagad.com 888 Alagad4 (x300) Office: 919-550-0755 Fax: 888-248-7836 On Mon, May 11, 2009 at 4:06 PM, Wayne Fay wrote: > > I don't actually need to zip these up. A jar would be just fine. If I > > c

Re: Creating a zip of non-java files

2009-05-11 Thread Wayne Fay
> I don't actually need to zip these up.  A jar would be just fine.  If I > change the packaging to jar then I DO get a jar, it just doesn't have any of > my CFML code in it.  It'd be really great if I could find a way to put > everything from the src/main/cfml directory into the root of the jar.

RE: Creating a zip of non-java files

2009-05-11 Thread Will Hoover
there is some good documentation for the plugin here: http://maven.apache.org/plugins/maven-assembly-plugin/usage.html -Original Message- From: Doug Hughes [mailto:d...@doughughes.net] Sent: Monday, May 11, 2009 2:45 PM To: Maven Users List Subject: Re: Creating a zip of non-java files

Re: Creating a zip of non-java files

2009-05-11 Thread Christian Schulte
Doug Hughes schrieb: > If there's any documentation you can recommend on how to do this, that'd be > great. I'm really just getting started with Maven and I'm using it for a > fairly non-standard language. As such, the learning curve is a bit steep. > > Thanks, Maybe something like this ?

Re: Creating a zip of non-java files

2009-05-11 Thread Doug Hughes
single >> >> package >> >> >> >> src/main/assembly/cfml.xml >> >> >>

Re: Creating a zip of non-java files

2009-05-11 Thread Doug Hughes
single > >package > > > > src/main/assembly/cfml.xml > > > > > > ... > > -Original Message- > From: Doug Hughes [mailto:dhug...@alagad.com] &g

RE: Creating a zip of non-java files

2009-05-11 Thread Will Hoover
ay, May 11, 2009 11:21 AM To: Maven Users List Subject: Creating a zip of non-java files Hi, I'm working to create a new project which would have no Java sources or tests in it. The project actually is made up of ColdFusion code. I can't figure out how to get Maven to zip this up. I

Creating a zip of non-java files

2009-05-11 Thread Doug Hughes
Hi, I'm working to create a new project which would have no Java sources or tests in it. The project actually is made up of ColdFusion code. I can't figure out how to get Maven to zip this up. I started by creating a new project and removing the java and test folders. I added a folder src/main/