On 7/24/06, Don Brown <[EMAIL PROTECTED]> wrote:
I'd love to be able to use a Maven plugin, like the Jetty one, to easily test the portlet w/o any extra installation. Using 'mvn jetty6:run-war" is just too handy. This is one of my many personal todo projects :) Don
I believe the Pluto 1.1 project is developing a m2 plugin that will do something like that. Take a look at http://portals.apache.org/pluto/v11/deploying.html. As for other portal containers, it shouldn't be a big problem generating the deployment descriptors needed with some m2 magic. Nils-H