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
Thanks for the great plugin. The task I wanted to do was upload a zip and tar.gz, but not the main jar file of the project. While this can be achieved (by choosing one of the files as the artifact and putting the other in filesets), this seems like a hack. Unfortunately, you can't set artfiact to an empty string in Maven, as that still applies the default.
This looks like a boolean flag - uploadMainArtifact - set to true by default is needed. That way, it is easy to block the upload of the main artifact.
The text was updated successfully, but these errors were encountered:
Thanks for the great plugin. The task I wanted to do was upload a zip and tar.gz, but not the main jar file of the project. While this can be achieved (by choosing one of the files as the artifact and putting the other in
filesets
), this seems like a hack. Unfortunately, you can't setartfiact
to an empty string in Maven, as that still applies the default.This looks like a
boolean
flag -uploadMainArtifact
- set to true by default is needed. That way, it is easy to block the upload of the main artifact.The text was updated successfully, but these errors were encountered: