| name | the name of the published artifact. This name must not include revision. | No, defaults to the name of the module | 
    | type | the type of the published artifact. It's usually its extension, but not necessarily. For instance, ivy files are of type 'ivy' but have 'xml' extension | No, defaults to jar | 
    | ext | the extension of the published artifact | No, defaults to type | 
    | conf | comma separated list of public configurations in which this artifact is published.
    	'*' wildcard can be used to designate all public configurations of this module | No, defaults to defaultconf attribute value on parent publications element. | 
    | url | a url at which this artifact can be found if it isn't located at the standard location in the repository since 1.4 | No, defaults to no url | 
    | packaging | a comma separated list of packaging types since 2.4 | No, defaults to no packaging |