[GRADLE-142] Change the default naming schema for archives. Created: 06/Jul/08 Updated: 04/Jan/13 Resolved: 11/Jul/08 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.2 |
| Fix Version/s: | 0.3 |
| Type: | Improvement | ||
| Reporter: | Hans Dockter | Assignee: | Hans Dockter |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
Right now the default naming is: projectName + archiveType (e.g. gradle_war). Having the project name in there does not make much sense. We want to change the default schema to: 'archive_' + type (e.g. archive_war, archive-src_war, archive_jar, archive_zip, ...). Of course one is always free to use a custom name for the task. The default naming for the generated archive is not affected by this. We would still use the project name for this. |