publications
Tag: publications Parent: ivy-module
Container for artifact elements, used to describe the artifacts published by this module. If this container is not present, it is assumed that the module has one artifact, with the same name as the module, and published in all module configurations.
Thus if you have a module which publishes no artifacts (a sort of virtual module, made only to integrate several other modules as a whole), you have to include a publications element with no artifact sub element.
Container for artifact elements, used to describe the artifacts published by this module. If this container is not present, it is assumed that the module has one artifact, with the same name as the module, and published in all module configurations.
Thus if you have a module which publishes no artifacts (a sort of virtual module, made only to integrate several other modules as a whole), you have to include a publications element with no artifact sub element.
Child elements
Element | Description | Cardinality |
---|---|---|
artifact | declares a published artifact for this module | 0..n |
it's not clear from the
it's not clear from the documentation what the type and extension will be of the default published artifiact if no publications element is present.
I had to look into the code to see that it will be 'jar' for both type and extension.
regards,
Maarten