Hi there,
I'm working on the maven plugin for Renjin (R on the JVM) and had a
question about best practices for plugin goals that require project
dependencies.
The renjin-maven-plugin has a compile-namespace goal and a test goal, which
both evaluate R scripts in src/main/R, and so require that the
Hi there,
I'm working on Renjin, an interpreter for the R language written in Java
for the JVM. Since a major goal of the project is to make it easier to
intermix R language packages and java packages, I'd like to develop a set
of plugins for maven to that make it easy to include R-language packag