Plugin Documentation

Goals available for this plugin:

Goal Description
stash:cli @since 3.10
stash:compress-resources @since 3.10
stash:copy-bundled-dependencies @since 3.10
stash:create @since 3.10
stash:create-home-zip @since 3.10
stash:create-plugin-module @since 3.10
stash:debug @since 3.10
stash:filter-plugin-descriptor @since 3.10
stash:generate-manifest @since 3.10
stash:generate-obr-artifact @since 3.10
stash:generate-rest-docs @since 3.10
stash:idea @since 3.10
stash:install @since 3.10
stash:integration-test @since 3.10
stash:jar @since 3.10
stash:release @since 3.10
stash:run @since 3.10
stash:stop @since 3.10
stash:test-install @since 3.10
stash:test-jar @since 3.10
stash:unit-test @since 3.10
stash:validate-manifest @since 3.10

System Requirements

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

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

Usage

You should specify the version in your project's plugin configuration:

<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>com.atlassian.maven.plugins</groupId>
          <artifactId>maven-stash-plugin</artifactId>
          <version>3.10.2</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>com.atlassian.maven.plugins</groupId>
        <artifactId>maven-stash-plugin</artifactId>
        <version>3.10.2</version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>

For more information, see "Guide to Configuring Plug-ins"