grails / grails-maven

67 stars 52 forks source link

fix regression around how plugin names are identified #44

Closed ryangardner closed 10 years ago

ryangardner commented 10 years ago

This addresses the regression identified in https://github.com/grails/grails-maven/issues/43

I added test dependencies on the spock framework to the pom to facilitate adding a simple unit test around the new method I was adding.

This should also make it possible to add more unit tests to this plugin in the future.