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'
Activity
Peter Ledbrook
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description | Example http://svn.codehaus.org/grails-plugins/trunk/ |
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' |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Summary | Publishing plugins to SVN uses directory name instead of plugin name | Improve handling of response to "do you want to publish to Grails Central" |