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:
1.0-alpha-1.pre-integration-test.| 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. |
Enable or disable artifact checksum creation.
boolean1.0-alpha-1No${createChecksum}trueversion :
The version which will be used to install artifacts for integration testing.
java.lang.String1.0-alpha-1No${version}testing