Does it make sense to do that? If yes, where can I find an example of doing that with a simple “Hello World from Web”? Do people run webapps with Jetty when they execute it from Maven? I imagine tomcat is too heavy for that.
Any help will be appreciated! Thx!
I deploy
.warfiles to our internal Archiva Maven repository so that I can pull them down to assembly things like RPMS without having to hand copy files around, same with building assemblies. It also is useful when the.waris something like a service that is generic and may be included in multiple other web app compliations.That said, Central is probably NOT the place to be deploying
.warfiles to.