Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Maven Struts Plug-in

This document provides an overview of the Maven Struts Plug-in.

What it is

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>

Overview of the Struts Plug-in Reference Documentation

DocumentDescription
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.