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
yes, the package name has nothing to do with the maven artifact ID. To my knowledge, there can only be one combination of groupId+artifactId+version+classifier+type. Normally that is something like: foo/bar/baz/1.0/baz-javadoc.jar
I'm producing a number of rpms with different package names. However the artifact uploaded to the repo always has the name of the module.
How do I specify the artifactId for the different rpms I produce?
The text was updated successfully, but these errors were encountered: