MVN

it.bancaditalia.oss : r-maven-plugin

Maven & Gradle

Sep 10, 2018
0 stars

r-maven-plugin · This plugin brings into Maven the lifecycle of an R package. It builds onto the existing R installation to perform build, check, etc. It provides means to complete a DESCRIPTION file with version, etc. In the future, It will allow to deploy the project to CRAN as well as a Maven artifact repository.

<plugin>
    <groupId>it.bancaditalia.oss</groupId>
    <artifactId>r-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.bancaditalia.oss : r-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of it.bancaditalia.oss : r-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
r-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>it.bancaditalia.oss</groupId>
    <artifactId>r-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement