Re: Referencing jars during maven hpi:run

2015-08-28 Thread Jesse Glick
On Fri, Aug 28, 2015 at 1:22 PM, 'Laurence Bordowitz' via Jenkins Developers wrote: > Are there any workarounds to this problem? Try `Which.jarFile` on a representative class from each (transitive) dependency. -- You received this message because you are subscribed to the Google Groups "Jenkin

Referencing jars during maven hpi:run

2015-08-28 Thread 'Laurence Bordowitz' via Jenkins Developers
Not a blocker, but an annoyance for development. I'm developing a plugin which forks a process and runs the main of a jar (let's call it jupiter.jar). This jar is a maven dependency, and has other jars it depends on. When packaged as an .hpi, all the jars are in the same folder, so when I fork t