shitty:install

Full name:

org.codehaus.mojo:shitty-maven-plugin:1.0-alpha-3:install

Description:

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.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Since version: 1.0-alpha-1.
  • Binds by default to the lifecycle phase: pre-integration-test.

Optional Parameters

Name Type Since Description
createChecksum boolean 1.0-alpha-1 Enable or disable artifact checksum creation. Default value is: true.
version String 1.0-alpha-1 The version which will be used to install artifacts for integration testing. Default value is: testing.

Parameter Details

createChecksum :

Enable or disable artifact checksum creation.

  • Type: boolean
  • Since: 1.0-alpha-1
  • Required: No
  • Expression: ${createChecksum}
  • Default: true

version :

The version which will be used to install artifacts for integration testing.

  • Type: java.lang.String
  • Since: 1.0-alpha-1
  • Required: No
  • Expression: ${version}
  • Default: testing