Re: How to configure maven-site-plugin to publish jar?

2009-04-15 Thread Dennis Lundberg
David Hoffer wrote: > Can and if possible how can I configure the maven-site-plugin so that it > bundles the entire site in a jar and then deploys it? Ideally the whole > process would remain contained within the site-deploy phase. > > -Dave > You can use the site:jar goal for this purpose: htt

How to configure maven-site-plugin to publish jar?

2009-04-13 Thread David Hoffer
Can and if possible how can I configure the maven-site-plugin so that it bundles the entire site in a jar and then deploys it? Ideally the whole process would remain contained within the site-deploy phase. -Dave