Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0 final
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
1. create a new grails project.
2. execute
grails run-app
once
3. execute
grails uninstall-plugin tomcat
grails install-plugin jetty
4. execute
grails run-app
5. execute
grails list-plugins
the plugin tomcat appears again
There are 2 separate issues here.
The uninstall-plugin command cannot be used to remove plugins which are declared in BuildConfig.groovy. That file is edited directly (there are no grails commands to do that for you).
There may not be a Grails 2.0 compatible version of the jetty plugin right now. Note that doesn't mean that you can't deploy a Grails 2.0 app on Jetty. You can.