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'
The reason the code ended up in the wrong place was that the user was asked for the URL and didn't include the plugin name in that URL. It appears his response to the "do you want to publish to Grails Central" was not handled correctly. Also, it's not clear what form the URL should take.