[JIRA] (JENKINS-46340) nexusArtifactUploader Allow uploading by path instead of by name and version

5 views
Skip to first unread message

klass@ite-web.de (JIRA)

unread,
Aug 13, 2019, 8:07:02 AM8/13/19
to jenkinsc...@googlegroups.com
Jan Klass updated an issue
 
Jenkins / New Feature JENKINS-46340
nexusArtifactUploader Allow uploading by path instead of by name and version
Change By: Jan Klass
Summary: nexusArtifactUploader Add an option for deactivate the group Allow uploading by path instead of by name and version
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

klass@ite-web.de (JIRA)

unread,
Aug 13, 2019, 8:18:02 AM8/13/19
to jenkinsc...@googlegroups.com
Jan Klass commented on New Feature JENKINS-46340
 
Re: nexusArtifactUploader Allow uploading by path instead of by name and version

Technical analysis as a starter/context for implementing it:

  1. groupId and version is passed to DefaultArtifact
  2. DefaultArtifact is from the sonatype aether package
  3. sonatype aether seems to have migrated to an eclipse project, which in turn has been archived. from the limited information I can find it seems to be for maven package uploading (is it for more/unspecific?)
  4. DefaultArtifact constructor paramters indicate there's no option without them
  5. Which would make sense if it is a lib only for Magen and Pom, which makes the groupId and version fields a requirement
  6. So to implement this, the configuration would have to introduce a second type of configuration and mark the existing one as explicitly for Maven

klass@ite-web.de (JIRA)

unread,
Aug 13, 2019, 8:48:03 AM8/13/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages