Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven #19

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 5 comments
Open

maven #19

GoogleCodeExporter opened this issue Jul 4, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

how about to turn this project into maven?
I can post pom.xml

Original issue reported on code.google.com by [email protected] on 13 Apr 2014 at 8:58

@GoogleCodeExporter
Copy link
Author

The maven project pom.xml

Original comment by [email protected] on 22 Apr 2014 at 2:02

Attachments:

@GoogleCodeExporter
Copy link
Author

I think you can remove this apklib dependency -only jar is using as dependency ?

<code>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>google-play-services</artifactId>
<version>12.0.0</version>
<type>apklib</type>
</dependency>
</code>

Original comment by [email protected] on 22 Apr 2014 at 2:07

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Hiya. Tell me what to do to include this in the project and it'll make it into 
the v18 release :-) Please test with v17 code base.

Original comment by [email protected] on 24 Apr 2014 at 1:20

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Just copy pom.xml file to you project dir (where Eclipse .project is located)
Now if you use IDE like IntelliJ IDEA or Eclipse you can import Maven project 
model file -pom.xml and IDE will import all maven dependency. Maven will be 
like addition to Eclipce project you can build project with Eclipse (using 
Maven dependeny) or with maven too. You can write some dependency in pom.xml 
and Maven will automatically download all dependency needed from Maven central 
repository. If some of them like google-play-services don`t have copy in maven 
repo they can be imported from you maven local repository. You need first to 
import your local Android SDK to maven local repository with this project:
https://github.com/mosabua/maven-android-sdk-deployer

Original comment by [email protected] on 1 May 2014 at 9:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant