Full name:
it.bancaditalia.oss:r-maven-plugin:1.0.0:validate
Description:
Goal that performs some initial checks on the package metadata.
Compliance requires passing tests enumerated in official documentation
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<attachArtifact> | boolean | - | True if the artifact produced by the build should be attached to
the project. Default value is: true. User property is: attachArtifact. |
<classifier> | String | - | Classifier of produced R artifact. User property is: classifier. |
<rHome> | File | - | Location of R installation directory. Default value is taken from
R_HOME environment variable. Default value is: ${env.R_HOME}. User property is: rHome. |
<sharedLibs> | File[] | - | Additional paths where to locate shared libraries needed by R and R
packages. User property is: sharedLibs. |
<skip> | boolean | - | You can skip the execution of the plugin if you need to. Its use is
NOT RECOMMENDED, but quite convenient on occasion. Default value is: false. User property is: R.validate.skip. |