You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a similar problem and this time it was because the file extension didn't match the regex on upload.go#L136. And unfortunately I couldn't fix it with N3DR_MAVEN_UPLOAD_REGEX_VERSION or N3DR_MAVEN_UPLOAD_REGEX_CLASSIFIER because it's hardcoded.
I'm wondering if the program should be this strict because all I've done is export from one Nexus instance and import into another and some Maven releases have files that end with .lastUpdated.
What happened:
Some artifacts with specified groupId and artifactId can't upload to Nexus Maven repo
Probably wrong regex parsing
All upload errors in logfiles
upload.log
Environment:
n3dr -v
): 7.5.2cat /etc/os-release
): Windowsuname -a
):The text was updated successfully, but these errors were encountered: