github/maven-plugins

Add parameter expression for path

jinahya opened this issue · 0 comments

I need to set path parameter using properties and I found that the parameter has no expression.

/**
 * Path of tree
 *
 * @parameter
 */
private String path;

Please add one if it's applicable. Say, github.site.path?