Skip to content

Instantly share code, notes, and snippets.

View codehustler's full-sized avatar

Daniel Mueller codehustler

View GitHub Profile
@codehustler
codehustler / nexusartifactremoverproject.py
Last active October 29, 2019 08:01
Atrifact removal script for Nexus
#Credits: The original author is Maarten Smeets
#this is a "fork" from his original script which can be found here: https://dl.dropboxusercontent.com/u/6693935/blog/NexusArtifactRemoverNetBeansProject.zip
#his blog article about this script can be found here: http://www.sonatype.org/nexus/2015/07/13/sonatype-nexus-delete-artifacts-based-on-a-selection/
import xml.etree.ElementTree as ET
import httplib
import datetime
import string
import base64
import getpass