Skip to content

Commit

Permalink
install default plugins into plugin project too
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 21, 2009
1 parent de06cbc commit 9cb23f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails/scripts/_GrailsCreateProject.groovy
Expand Up @@ -84,6 +84,9 @@ target(createPlugin: "The implementation target") {
replacefilter(token: "@grails.version@", value: grailsVersion)
}

// install default plugins into plugin project
installDefaultPluginSet()

event("StatusFinal", [ "Created plugin ${pluginName}" ])
}

Expand Down

0 comments on commit 9cb23f5

Please sign in to comment.