This document provides an overview of the Maven Struts Plug-in.
The Struts Plug-in is the place where Struts tools are found in Maven.
At the moment it provides a validator to ensure a war file is valid. To use this validator, simply add the following snippet to your maven.xml
<postGoal name="war"> <attainGoal name="struts"/> </postGoal>
Document | Description |
---|---|
Goals | This document provides detailed information on the various goals that are available as part of the Maven Struts Plug-in. |
Properties | The behavior of the Maven Struts Plug-in can be altered via properties. This document describes each property available and the default used. |
Futures | These are the current thoughts on additional items that could or should be added to the plug-in. They may or may not make it to an actual task list of a developer. |