Plugin documentation

Goals available for this plugin:

Goal Description
shitty:help Display help information on 'org.codehaus.mojo:shitty-maven-plugin' plugin. Call 'mvn shitty:help -Ddetail=true' to display all details.
shitty:install Installs project artifacts in local repository for super helpful integration testing. This is NOT intended to replace the normal maven-install-plugin, it is only here to allow the SHITTY test invocations to be configured with a known set of versioned artifacts to reduce any chances of testing the wrong bits.
shitty:test Invoke child Maven builds to perform super helpful integration testing.
shitty:clean Cleans generated output from super helpful integration tests.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

Maven 2.0
JDK 1.4
Memory No minimum requirement.
Disk Space No minimum requirement.

Usage

You could run 'mvn -up' to get the latest version of this plugin, or specify the version in your project's plugin configuration:

<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.codehaus.mojo<groupId>
          <artifactId>shitty-maven-plugin<artifactId>
          <version>1.0-alpha-3<version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo<groupId>
        <artifactId>shitty-maven-plugin<artifactId>
        <version>1.0-alpha-3<version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>
For more information, see "Guide to Configuring Plug-ins"