Hello together,

does anyone know if it is possible to publish an artifact without
extension?

My current configurations (ivy is still searching for test.jar, but
according to my needs it shouldn't. Ivy should publish "test" without
extension ;) ):

<publications>
        <artifact name="test" conf="${module.configuration}" />
</publications>

where "test" has no extension.

My ivyconf-file.properties contains the following entry:

xxx.ivy.resolver.local.artifact.pattern=${ivy.local.repos}/[...]/[artifa
ct].[ext]
xxx.ivy.resolver.local.artifact.withoutext.pattern=${ivy.local.repos}/[.
..]/[artifact]

My ivyconf.xml contains the following entry:

<filesystem name="local">
        <ivy pattern = "${xxx.ivy.resolver.local.ivy.pattern}"/>
                        <artifact pattern =
"${xxx.ivy.resolver.local.artifact.pattern}"/>
                        <artifact pattern =
"${xxx.ivy.resolver.local.artifact.withoutext.pattern}"/>
</filesystem>


Thank you in advance for your help!
Greetings
Annette

Reply via email to