micha149 / gulp-maven-deploy

Gulp wrapper for the maven-deploy plugin
MIT License
12 stars 11 forks source link

Temporary file name generated causes problem in Nexus #22

Open andrepaap opened 10 months ago

andrepaap commented 10 months ago

Our project recently updated Nexus to version OSS 3.62.0-01. In this new version Nexus uses the extension from the temporary generated file name of the artifact passed by gulp-manve-deploy as extension in the Nexus repository. The result is that in Nexus the artifact can't be found by the artifact name anymore. Before Nexus used the type argument and the artifact name to generate a proper and predictable artifact name. This could be considered an issue with Nexus, except that maven would not specify a random name, but would use the same name as it expects in the repository.