blob: 084490291a275a4a9ab96f8da9314f8ec35423ef [file] [log] [blame]
package test.bug
import org.codehaus.mojo.groovy.GroovyMojoSupport
/**
* Show bug?
*
* @goal bug
* @phase package
*/
class DepMojo
extends GroovyMojoSupport
{
void execute() {
println "USING VERSION 2";
}
}