On Mon, Apr 15, 2019 at 9:23 PM Parichay Barpanda <[email protected]> wrote: > Installing the plugin using the command as you have suggested is simple > enough but I couldn't make it work that way. It compiled successfully but I > was unable to import dependencies classes.
Can you be more specific? This is just normal Maven development workflow, not specific to Jenkins. > I tried another method using the maven install plugin. What I did there can > be found here - > https://gist.github.com/baymac/6e822204da2c175d10933aedb893dd2a Delete the `maven-install-plugin` configuration. You do not need it. What you _do_ need is the standard Jenkins plugin parent POM. https://jenkins.io/doc/developer/tutorial/ > I will read your JEP when I have some time. Do not bother, it is not likely to be useful in your situation. -- 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/CANfRfr1fP3ZOeftHwf_ddOwrYdT0Bkdv3aPwqKatw2zpBTreXA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
