I'm developing a addon for Roo. Is there any way to add a maven "system" type dependency to the resulting project pom ?
In the Roo source code, the Dependency class has a "type" field indeed but for a maven system dependency the "systemPath" attribute is also needed. The MavenProjectMetadataProvider class also contains no hint of whether one could add/update a "system" type dependency.
