Re: M2 project type for a standalone utility

2006-11-03 Thread Wayne Fay
I think you should be able to construct this the Assembly plugin, without creating your own plugin type etc which is a lot more work. Various people on this list have created special artifacts similar to what you're describing using Assembly. Give it a try before heading down the "new plugin" pat

Re: M2 project type for a standalone utility

2006-11-03 Thread John Casey
You might want to checkout the assembly plugin. http://maven.apache.org/plugins/maven-assembly-plugin This plugin can do what you want, plus much more. Also, there is a new release coming out soon (as soon as I can finish the documentation, which should happen in the next week or so), which will

Re: M2 project type for a standalone utility

2006-11-03 Thread jp4
e to run the utility. > > Before I try to create a new plugin that will build this kind of > project, I'm wondering if anyone out there has already built this kind > of thing and what you used to build it. > > Thanks, > ..David.. > > > -- View this message i

M2 project type for a standalone utility

2006-11-03 Thread David Jackman
I have a Java project that I want to build using Maven 2. This particular project doesn't really produce a jar as its main artifact, but instead needs to produce a zip file containing all of the runtime dependencies along with a batch file that users use to run the utility. Before I try to creat