Install Maven
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
install_maven()