Build Plugin

This is a Maven 2.xAnt Plugin which is used by Apache Commons builds. See the Development page for information to help maintain this plugin.

Plugin Goals

Available Goals:

Trying out the plugin

Configure the plugin in the <build> section of the pom.xml

            <plugin>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-build-plugin</artifactId>
                <version>1.2</version>
            </plugin>

Configure any properties required by the goal and try exectuing.