[GRADLE-826] Ivy.xml invalid when deploying artifacts with classifier Created: 17/Feb/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Gregory Boissinot | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 1 |
Description |
With the following example task sourcesZip(type:Zip) { artifacts{ The generated ivy.xml is The classifier element is not a valid attribute --> It's missing the Maven namespace <artifact name="test" type="zip" ext="zip" conf="archives" m:classifier="sources"/> |