Skip to content

Instantly share code, notes, and snippets.

View yottta's full-sized avatar

Andrei Ciobanu yottta

View GitHub Profile
@SanSan-
SanSan- / upload2nexus.sh
Last active October 11, 2023 09:32
How to mass upload maven artifacts to nexus
#!/bin/bash
files="./files.out"
releasefiles="./release.out"
snapshotfiles="./snapshot.out"
username="admin"
password="admin123"
nexusurl="http://nexus/content/repositories/thirdparty/"
snapshoturl="http://nexus/content/repositories/Snapshots/"