Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0.RC3
-
Fix Version/s: None
-
Labels:None
Description
At the moment, if the user says that they want to import the source code of a plugin into source control, they are then asked whether they want to add it to Grails Central Plugin Repository. The code handling the response to this should accept:
- No value, i.e. use default value of 'yes'
- 'y', 'Y', 'yes' (any case) for 'yes'
- 'n', 'N', 'no' (any case) for 'no'