The purpose of this function is to write a pom.xml to support classpath management when using rJava on dependencies with dependencies of their own. For the most part this is probably not a function that users should be calling directly.
write_pom(dep, group, version, mvn = find_mvn(), java_home, transitive = TRUE, path = tempdir(), artifactid = "tempproj", groupid = "tempgroup", artifactversion = "0.0.1-SNAPSHOT")
path | Character. The path where the pom should be written. |
---|---|
artifactid | Character. The |
groupid | Character. The |
artifactversion | Character. The |
the file path of the newly written pom.xml