Using nexus-repository-apt plugin and trying to upload *.deb packages with curl according to this instructions:
curl -u user:pass -X POST -H "Content-Type: multipart/form-data" --data-binary "@package.deb" http://nexus_url:8081/repository/repo_name/
Also tried to upload from API section in the Nexus GUI. Could not make it work.
Any help?