Based on Jenkins Plugin documentation, in order to create a new Jenkins plugin, we have to host our plugin repository under GitHub Jenkins organization, and using this group ID: *<groupId>io.jenkins.plugins</groupId>* <artifactId>veracode-scan</artifactId>
Unfortunately, we already developed a plugin which is not open source and used by many customers, and only host in our internal server, and we used group ID as: *<groupId>com.veracode.jenkins</groupId>* <artifactId>veracode-jenkins-plugin</artifactId> This caused some migration issue for our existing customer, because above plugins are being treated as totally two different Jenkins plugin, and existed customer need to migrate new one from old one manually. Is there any way Jenkins will allow me to still using the old group ID for my new plugin, so customer won't need to do migration. Or it is impossible because any Jenkins open source plugin need to be using io.jenkins.plugins group. Thank you for any suggestion! Dennis -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/188d0ef7-871e-4063-b64d-4615105adf20%40googlegroups.com.
