I am trying to deploy a specific artifact I have developed to Archiva using the POM file for my project.
I have added the artifact as a dependency in the POM file. I'm not 100% clear on how that 'should be done but I have the following since the kar's name is CNS0103_0.1.kar
<dependency>
<groupId>kar</groupId>
<artifactId>CNS0103_0.1</artifactId>
<version>0.1</version>
</dependency
What else do I need to add to this POM? The artifact's repository?