I guess that depends on what you mean by install. If you mean deploy to
a server, the maven build with the wolifecycle plugin gives you the same
split deploy tarballs you'd have with an ant build, so the process is
likely the same.
I'm personally of the opinion I should containerize as much as I can and
configure deployments as helm charts, so I'm in progress on learning
that toolchain. Ideally, my container will be 'FROM scratch' and contain
only my application to make it smaller and reduce attack surface. That's
why I'd like to be able to jlink/jpackage a woapp with an embedded vertx
http server. Everything I need other than a database in one nice little
package.
On 12/29/25 1:29 AM, Theodore Petrosky via Webobjects-dev wrote:
How do I 'Install' my app now that I am using maven. ANT was easy and
I understood it. I am sure this will be easy too.
Ted