Re: Maven build - webserver resources in frameworks

2020-03-05 Thread Paul Hoadley via Webobjects-dev
Hi Steven, On 6 Mar 2020, at 02:14, Steven Meyer via Webobjects-dev wrote: > The wolifecycle-maven-plugin doesn’t seem to do that, so the web server > resources portion of the split artifact looks like this > > MyApp.woa > Contents > WebserverResources > >

Re: Maven build - webserver resources in frameworks

2020-03-05 Thread Dennis Scheffer via Webobjects-dev
Hi, I have to admit that I do not fully understand why you would need to do this but you can just inject a Maven plugin into your build process. A suitable lifecycle phase that runs before packaging would be process-classes. Add this below your wolifecycle plugin declaration: maven-ant

Maven build - webserver resources in frameworks

2020-03-05 Thread Steven Meyer via Webobjects-dev
Greetings, I’m in the middle of converting a group of fairly ancient applications from Ant builds to Maven. The process has been remarkably smooth, but I’m caught on the issue referenced in the subject. Our existing ant builds result in the following structure in the web server resources port