marceloverdijk / lesscss-maven-plugin

LESS CSS Maven Plugin
170 stars 59 forks source link

Configuration not accepted in case it is mentioned in <executions> tag #26

Closed UditWadhwa closed 11 years ago

UditWadhwa commented 11 years ago

Consider below plugin definition example. Here, the source directory is not read and it defaults to src/main/less used by the plugin. So, none of the configurations specified in the executions tag are being applied.

org.lesscss lesscss-maven-plugin 1.3.3 ``` MinifiedExecution ${project.basedir}/src/main/resources/styles ${project.basedir}/target/minified/ true **/udit.less ```
UditWadhwa commented 11 years ago

Sorry guys, my bad. Had missed out goals tag.