yogeshchandra34 / jgoogleanalytics

Automatically exported from code.google.com/p/jgoogleanalytics
0 stars 0 forks source link

Deploy it on maven central #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First, I would like to say AWESOME PROJECT!

Then I would ask to make it available on maven central repository.

VELO

Original issue reported on code.google.com by velo...@gmail.com on 11 Feb 2010 at 8:12

GoogleCodeExporter commented 8 years ago
I was thinking of that for a while, but got a chance to do it.

I will try to get it done soon.

Original comment by sid...@gmail.com on 11 Feb 2010 at 8:54

GoogleCodeExporter commented 8 years ago
Easiest way know:
http://nexus.sonatype.org/oss-repository-hosting.html

VELO

Original comment by velo...@gmail.com on 11 Feb 2010 at 8:56

GoogleCodeExporter commented 8 years ago
I've deployed to maven for a couple projects through that sonatype link.  It's 
very easy, I really would love to see this project up there.  I'm planning on 
using it for google event tracking in my mvc library, but this needs to be on 
maven first

Original comment by toucansa...@gmail.com on 7 Jul 2010 at 3:01

GoogleCodeExporter commented 8 years ago
It's available on maven repo.

https://oss.sonatype.org/index.html#nexus-search;quick~com.boxysystems

Original comment by sid...@gmail.com on 7 Nov 2011 at 5:01

GoogleCodeExporter commented 8 years ago
Can you also provide repository information. It's not in default maven repo. 
(version=0.5)

Original comment by aja...@gmail.com on 24 Nov 2011 at 9:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
repo: https://oss.sonatype.org/index.html

<dependency>
  <groupId>com.boxysystems</groupId>
  <artifactId>jgoogleanalytics</artifactId>
  <version>0.5</version>
  <classifier>sources</classifier>
</dependency>

Original comment by sid...@gmail.com on 25 Nov 2011 at 4:56

GoogleCodeExporter commented 8 years ago
Apparently you are not on Maven Central ( 
http://search.maven.org/#search|ga|1|jgoogleanalytics ) , but on the Sonatype 
OSS repository only. Once you have deployed you should let the Sonatype team 
know that they can activate sync to central ( 
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage
+Guide#SonatypeOSSMavenRepositoryUsageGuide-9.ActivateCentralSync ) . 

It's a one-time action and all further deployments will be synced to Central 
hourly.

Original comment by robert.munteanu on 25 Nov 2011 at 7:42