Closed GoogleCodeExporter closed 9 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
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
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
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
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
[deleted comment]
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
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
Original issue reported on code.google.com by
velo...@gmail.com
on 11 Feb 2010 at 8:12