The dependencies are listed in the POM but the jar's aren't available in a public maven repo (they are the IBM jar's described on the plugin page here <https://wiki.jenkins-ci.org/display/JENKINS/WebSphere+Deployer+Plugin>). I had to manually copy them from my Websphere installations into my local repo in order to get this to compile. Is there a better way to handle this?
-Mike On Monday, August 4, 2014 5:10:35 PM UTC+2, Ullrich Hafner wrote: > > All dependencies need to be specified in the pom, see > http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html > . > > Am 04.08.2014 um 11:21 schrieb Michael Nothhard <[email protected] > <javascript:>>: > > Hi all, > > I've recently become active in the Jenkins community(due to being tasked > with implementing it for work). I've submitted a pull request but haven't > received a response except the automated message saying that my code didn't > compile. This failure to compile is expected due to some JARs needing to > be manually installed before compilation. > > I'm sort of new to this, so if someone could check over my code/changes > and see if everything checks out that would be great. If everything is > good it would be great if someone could accept the pull request and/or > allow me to have push permissions to the plugin's github repo. > > There are a couple other changes I would like to make to this plugin but I > wanted to make sure my first attempt is acceptable before I go any further. > > Thanks guys, > > -Mike > > -- > 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] <javascript:>. > 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]. For more options, visit https://groups.google.com/d/optout.
