appfuse:remove

Full name:

org.codehaus.mojo:appfuse-maven-plugin:2.1-SNAPSHOT:remove

Description:

This mojo is used to "remove" installed artifacts installed by AMP.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
genericCore boolean - (no description) Default value is: true.
installedDirectory String - The path where the artifacts are installed. Default value is: ${basedir}.

Parameter Details

genericCore :

(no description)

  • Type: boolean
  • Required: No
  • Expression: ${appfuse.genericCore}
  • Default: true

installedDirectory :

The path where the artifacts are installed.

  • Type: java.lang.String
  • Required: No
  • Expression: ${appfuse.installedDirectory}
  • Default: ${basedir}