Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It'd be great if the was6 maven plugin supported the ability to install a single WAR. I currently can install an EAR, but when installing a WAR, the plugin/WAS complains about the contextroot missing.
It would be nice if one could specify the contextroot when trying to install a single WAR.
I am currently using the following jython script to accomplish this: http://code.google.com/p/codesnippetssite/wiki/InstallEar
I'd say default the contextroot to the artifact name, but then allow people to change it with a configuration property.