In my project I have many modules.
One of the modules requires a jar
file to be deployed to the repository which it does fine.
The others involve every other kind of file: zip
, kar
etc.
I can see the zip
get uploaded if I look for it via the terminal but if I browse Archiva
it is not there.
The kar
file, for example, does not need to be built but it's being worked on and is currently manually uploaded to the repository (Archiva
). This is not desirable.
Each module has a POM
and each POM
uploads empty jar
files to Archiva
when it is built (with Jenkins
). How can I avoid that? And can I copy files to Archiva
without them having to be built into a jar
file?