[ 
https://issues.apache.org/jira/browse/CB-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287032#comment-15287032
 ] 

Alexis Kofman commented on CB-8348:
-----------------------------------

Ok ! I've just published the arr of master on a github repo to test it : 
{code}
https://github.com/akofman/mavenrepo/tree/master/releases/org/apache/cordova/cordova-android/5.2.0-dev
{code}

Then I created a new project configuring this repo from gradle :
{code}
maven { url "https://raw.github.com/akofman/mavenrepo/master/releases"; }
{code}

Added the dependency :
{code}
compile 'org.apache.cordova:cordova-android:5.2.0-dev:release@aar'
{code}

And ... suspense ... it works like a charm ;)


> Add Cordova Android to Maven Central / jCenter
> ----------------------------------------------
>
>                 Key: CB-8348
>                 URL: https://issues.apache.org/jira/browse/CB-8348
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Android
>            Reporter: Alan Rahlf
>            Assignee: Joe Bowser
>              Labels: CordovaAndroidSix
>
> My app uses uses Cordova as a component, primarily the plugin support and 
> infrastructure for communicating with the web view from the client.  For iOS, 
> I can add Cordova as a dependency using 
> [CocoaPods|https://github.com/CocoaPods/Specs/tree/master/Specs/Cordova] by 
> adding it to my Podfile.
> I know the initial Gradle integration work is still seemingly in it's 
> early/beta stages, but it would eventually be nice to add that dependency on 
> Android in a similar fashion by adding it as a compile dependency to my 
> build.gradle file.  Are there any plans to upload release artifacts to Maven 
> Central or jCenter after a release?  Or can/would they be uploaded/maintained 
> on those repositories by the community?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to