Hmm, well in the case of android (and blackberry) we ship a jar and a js file which should be easy enough to inc in your proj. The js file lives in /assets/www and the jar can be anywhere you have setup for a build path (by convention this is /libs which ant can find but for some reason eclipse cannot).
There used to be an issue in our tracker for adding Maven support but I don't think its ever been made a priority. I'll be drinking a beer on the sidelines w/ Pat on this! ;) On Wed, Mar 28, 2012 at 11:19 AM, John D. Ament <[email protected]> wrote: > Brian, > > Thanks for the quick response. Yeah, i realize this would only work for > Android/BB, and I'm specifically interested in android. Note that I am > fairly new to the device programming realm. I followed this guide to setup > a maven android app > > http://www.sonatype.com/books/mvnref-book/reference/android-dev.html > > but I don't see anyway to bring in the cordova library (for android). > > John > > On Wed, Mar 28, 2012 at 1:58 PM, Brian LeRoux <[email protected]> wrote: > >> Hi John, I do believe the guys at VMWare/Spring did some hacking in >> this general direction but nothing official. Only really makes sense >> for Android/Blackberry tho too eh. >> >> On Wed, Mar 28, 2012 at 10:40 AM, John D. Ament <[email protected]> >> wrote: >> > Hi All, >> > >> > Are there any issues (or attempts) at using cordova with maven? >> > >> > John >>
