athibanraj / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

please maven-ize gdata-java-client #328

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Maven is the most widely used way to manage dependencies for java projects.  
Please add a maven artifact for gdata-java-client and add it to 
https://oss.sonatype.org/content/groups/google/.

Original issue reported on code.google.com by tim.jul...@gmail.com on 17 Mar 2011 at 5:35

GoogleCodeExporter commented 9 years ago
This would be awesome.

Original comment by StephenNancekivell@gmail.com on 17 Nov 2011 at 7:34

GoogleCodeExporter commented 9 years ago
I've attached a simple pom that package the whole thing into one jar. See 
https://github.com/ermh/Gdata-mavenized and the branches guava and collections.

Original comment by erik.mar...@gmail.com on 22 Mar 2012 at 8:12

Attachments:

GoogleCodeExporter commented 9 years ago
any news redarding this issue? 

Original comment by DoctorMi...@gmail.com on 29 Apr 2012 at 11:10

GoogleCodeExporter commented 9 years ago
I yesterday uploaded the current jar to the oss third-party service[1] making 
it available in central-repo under 

        <dependency>
            <groupId>com.google.gdata</groupId>
            <artifactId>core</artifactId>
            <version>1.47.1</version>
        </dependency>

The sources are forked on Github[2] and to not contain the apt-package.

[1]: 
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Th
e+Central+Repository
[2]: https://github.com/sebastiangraf/gdata-java-mavenized

Original comment by sebastia...@gmail.com on 27 Oct 2012 at 8:59