Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9-rc-1
Description
When adding sources and javadoc artifacts to the archives configuration the type attribute of the artifact tag is not set appropriately. Instead a non-existent classifer attribute is added (see GRADLE-936).
Here is what is produced now:
<publications> <artifact name="genesys-communicators" type="jar" ext="jar" conf="archives"/> <artifact name="genesys-communicators" type="jar" ext="jar" conf="archives" classifier="javadoc"/> <artifact name="genesys-communicators" type="jar" ext="jar" conf="archives" classifier="sources"/> </publications>
Here is the expected output:
<publications> <artifact name="genesys-communicators" type="jar" ext="jar" conf="archives"/> <artifact name="genesys-communicators" type="javadoc" ext="jar" conf="archives"/> <artifact name="genesys-communicators" type="source" ext="jar" conf="archives"/> </publications>
Activity
Hans Dockter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Hans Dockter
made changes -
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Fixed [ 1 ] |
Hans Dockter
made changes -
| Fix Version/s | 0.9 [ 15625 ] |
Hans Dockter
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
Adam Murdoch
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Adam Murdoch
made changes -
| Fix Version/s | 0.9-rc-1 [ 16956 ] | |
| Fix Version/s | 0.9 [ 15625 ] |
Adam Murdoch
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Contegix Support
made changes -
| Project Import | Sat Mar 19 09:23:24 CDT 2011 [ 1300544604020 ] |
Daz DeBoer
made changes -
| Workflow | jira [ 12336 ] | jira with pivotal tracker [ 14255 ] |
Luke Daley
made changes -
| Workflow | jira with pivotal tracker [ 14255 ] | jira with pivotal tracker (no resolved, only closed) [ 18208 ] |
Luke Daley
made changes -
| Status | Closed [ 6 ] | Resolved [ 5 ] |
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 18208 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 20819 ] |