When run in Jenkins the resources are loaded from the archive not the filesystem. So windows will load a resource named Bob from the filesytem when it's called boB, but when it's in a jar the case must match exactly. So as Daniel pointed out I guess your maven build is on a case insensitive filesystem.
On 22 December 2014 19:32:17 GMT+00:00, Anthony DeMartini <[email protected]> wrote: >I used the same file system in both situations. > >-----Original Message----- >From: [email protected] >[mailto:[email protected]] On Behalf Of Daniel Beck >Sent: Monday, December 22, 2014 11:17 AM >To: [email protected] >Subject: Re: Plugin only works when run from Maven > > >On 22.12.2014, at 16:17, Anthony DeMartini <[email protected]> >wrote: > >> but not when running from Maven. Strange! > >Case insensitive file system? > >-- >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/07596FC3-A8A2-4187-B0DB-F81FC886FC4B%40beckweb.net. >For more options, visit https://groups.google.com/d/optout. > >-- >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/DM2PR0801MB07949523B35CE3DE1366068AEB560%40DM2PR0801MB0794.namprd08.prod.outlook.com. >For more options, visit https://groups.google.com/d/optout. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- 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/A7A5BC54-AD9B-496D-A08A-5CCED056E77C%40teilo.net. For more options, visit https://groups.google.com/d/optout.
