github / maven-plugins

Official GitHub Maven Plugins
MIT License
587 stars 197 forks source link

Add parameter expression for path #106

Open jinahya opened 8 years ago

jinahya commented 8 years ago

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?