Maven Glassfish Plugin: Deploy application as exploded directory/folder
Posted
by ifischer
on Stack Overflow
See other posts from Stack Overflow
or by ifischer
Published on 2010-06-17T00:27:25Z
Indexed on
2010/06/17
0:32 UTC
Read the original article
Hit count: 405
I need my JavaEE-application to be deployed on Glassfish as a directory, not a packaged WAR file. Is it possible to deploy a directory to Glassfish with the Maven Glassfish Plugin?
With the admin console, it's possible. But i want to be also able to do it on the command line.
© Stack Overflow or respective owner