On Wed, Nov 12, 2014 at 4:40 PM, Perry Nguyen <[email protected]> wrote: > mvn install:help -Dgoal=install-file -Ddetail=true
True, if the project you're working with is a maven project. Also, installing to the local repo isn't enough if you want to use multiple development machines (e.g. multiple developers, CI, home and work machines...) Generally, for my projects, I want to be able to check the project out of VCS and be able to build it without other non-automated steps. Jim > > On Wed Nov 12 2014 at 1:17:56 PM Jim Fulton <[email protected]> wrote: >> >> On Wed, Nov 12, 2014 at 4:02 PM, Nolan Darilek <[email protected]> >> wrote: >> > Do you know of any way to manually convert an apklib? This is >> > unfortunately a closed-source project which I don't have control over, >> > and it isn't published to a remote Maven repository. I've poked Google >> > but nothing is jumping out at me. I'd certainly have used an aar if I >> > could. >> >> I use a local ivy repo, because it's just a HTTP server. >> >> I hand roll the repo based on previous examples. It's not very hard. >> >> If you want to have a look at an example: >> >> http://yum.zope.com/buildout/ivy/ >> >> There are several examples of apklibs. >> >> Ideally, I'd (you'd) use a proper artifact repository, but this was >> easier for me >> to cobble together. :) >> >> Jim >> >> -- >> Jim Fulton >> http://www.linkedin.com/in/jimfulton >> >> -- >> You received this message because you are subscribed to the Google Groups >> "scala-on-android" 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. > > -- > You received this message because you are subscribed to the Google Groups > "scala-on-android" 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. -- Jim Fulton http://www.linkedin.com/in/jimfulton -- You received this message because you are subscribed to the Google Groups "scala-on-android" 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.
