astropop / gcm

Automatically exported from code.google.com/p/gcm
Apache License 2.0
0 stars 0 forks source link

Please deploy artifacts to Maven Central Repository #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since gcm-server should be broadly available from server-side projects of 
Android apps, please deploy the artifacts to public Maven Repository such like 
Sonatype OSS Maven Repository. There is someone who is providing unofficial 
repository (https://github.com/slorber/gcm-server-repository) , but I think 
this should be done officially.

I created `mavenize` branch to build and deploy gcm-server with using Maven. 
And also, I set up Maven Ant Tasks in build.xml to enable deployment via Ant.

https://code.google.com/r/yamashita-gcm/source/browse/?name=mavenize

The following is the summary of changes:

1. Add pom.xml to build and deploy with using Maven
2. Setup Maven Ant Tasks to deploy with using Ant
3. Assign unique development version name in Maven style (1.0.3-SNAPSHOT)
4. Change project structure to Maven style

Original issue reported on code.google.com by yamash...@geishatokyo.com on 8 May 2013 at 1:47