MichaelEvans / gag

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

Upload to the Maven Central Repository? #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could you upload version 1.0 to the maven central repository (as per
http://maven.apache.org/guides/mini/guide-central-repository-upload.html)? 

Thanks,

Nick

Original issue reported on code.google.com by n.j.wh...@gmail.com on 2 Apr 2010 at 8:47

GoogleCodeExporter commented 8 years ago
+1 Maven community would be very thankful.

Original comment by w.schoen...@gmail.com on 30 Apr 2010 at 2:56

GoogleCodeExporter commented 8 years ago
+1 I would like to see it in my code :)

Original comment by stal...@gmail.com on 8 Feb 2012 at 11:56

GoogleCodeExporter commented 8 years ago
Please do this!  I would really like to start using these.

Thanks.

Original comment by chris.ru...@gmail.com on 2 Mar 2012 at 3:26

GoogleCodeExporter commented 8 years ago
+1 Would be really nice to have it integrated with maven

Original comment by robertob...@gmail.com on 27 Mar 2012 at 11:11

GoogleCodeExporter commented 8 years ago
@Win 
Maven

Original comment by luca...@gmail.com on 22 Nov 2012 at 12:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
GAG is already loaded to Maven Central

<dependency>
  <groupId>com.google.gag</groupId>
  <artifactId>gag</artifactId>
  <version>1.0.1</version>
</dependency>

<dependency>
  <groupId>com.google.gag</groupId>
  <artifactId>gag-agent</artifactId>
  <version>1.0.1</version>
</dependency>

But it is not mavenized yet
I had created mavenized fork of GAG on GitHub https://github.com/stokito/gag 
Now, GAG builded by Maven, thats a helps to resolve transitive dependencies.
This version also is uploaded to Maven Central, here is dependency:
        <dependency>
            <groupId>com.github.stokito</groupId>
            <artifactId>gag-annotations</artifactId>
            <version>1.0.1</version>
        </dependency>

Take a look on demo application https://github.com/stokito/gag-demo

Everybody are wellcome to fork me ;)

Original comment by stok...@gmail.com on 22 Nov 2012 at 12:43

GoogleCodeExporter commented 8 years ago
It has transitive dependencies????

Original comment by ceefour666@gmail.com on 15 Mar 2013 at 5:36

GoogleCodeExporter commented 8 years ago
It uses asm and Java agent

Original comment by stok...@gmail.com on 15 Mar 2013 at 7:00