I have a custom created service mix feature which is generally a features.xml file. Now i want to upload it to Archiva maven reposistory and use it to install it as a service mix feature. What will be the packaging type to refer to a file with .xml extention.
To install in service mix we use command features:addUrl mvn:a.b.c/abc/1.0/xml/features.
I am not able to make it work When i try to upload with a.b.c as group Id, abc as artifact Id, 1.0 as version and pom as packaging type. What am I supposed to do to make it work?