Is it possible to add and pull files from a sonatype nexus repo using the command line ?
I'm looking at storing the source dir (tarballs and all) of a rpm build environment, and i've been told there's a nexus file repo locally available to do it.
However i've never encountered nexus before so i've no idea how to interact with it. From what i can tell its for java projects, but if it can do the job then im happy enough.
I was kind of hoping i could just rsync the files into a particular dir and nexus will make them known via its web interface.