Hi Andy, You can use the assembly plugin to wrap things up as you need.
If you're looking for assistance in using the JSW with Maven, the appassembler plugin will come in handy [1]. You can also take a look at Archiva for a practical example of using it for a webapp and jetty [2]. Cheers, Brett [1] http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/index.html [2] http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?revision=666080&view=markup 2008/6/12 Andy Pahne <[EMAIL PROTECTED]>: > > Hi, > > I have a maven2 enabled java project. I would like to add support for the > application to be installed as a windows service. > > Does maven2 support this scenario? > > I thought that I would use the Java Service Wrapper from Tanukisoftware, > but I am openn to other suggestions... > > > Thanks, > Andy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
