On Wed, Dec 15, 2021 at 4:35 PM James Nord <jamestn...@gmail.com> wrote:

> The plugin pom probably needs to remove a lot of cruft that makes it work
> with older release now.
>

I tried in https://github.com/jenkinsci/plugin-pom/pull/457 but apparently
got it wrong; if someone has time to dig deeper that would be great.

The spotbugs annotations are source retention not runtime so unclear if
> that could cause tools issues.
>

Class retention I think you mean, so yes they could (again depending on the
tool).

AccessModifier could iiuc be not shipped in the war as that is compile time
> processing in plugins.
>

Currently runtime retention though. Could probably be downgraded to class
retention, but again that could still cause tool issues if omitted from the
WAR.

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr27BbSfOXXvWU0%2Bj3y%2BBETBbXdeCqyidhV1TbZM7ocSWQ%40mail.gmail.com.

Reply via email to