Custom Grails plugin dependency
- by ankimal
I have a custom grails plugin I m trying to develop and set this
def dependsOn = [tomcat: "1.0"]
in the Plugin script.
Now, my custom plugin loads just fine but I dont see tomcat installed in my application. How does one install a dependency plugin (prompt the user to say yes/no)? Is this even possible?