Install Maven

R/installers.R

install_maven

Description

This function installs Apache Maven.

Usage

install_maven(dir = NULL, version = NULL) 

Arguments

Arguments Description
dir (Optional) Directory to install maven in. Defaults to maven/ under user’s home directory.
version Version of Maven to install, defaults to the latest version tested with this package.

Examples

library(mleap)
install_maven()