Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload to the Maven Central Repository? #6

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 9 comments
Open

Upload to the Maven Central Repository? #6

GoogleCodeExporter opened this issue Mar 15, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 2 Apr 2010 at 8:47

@GoogleCodeExporter
Copy link
Author

+1 Maven community would be very thankful.

Original comment by [email protected] on 30 Apr 2010 at 2:56

@GoogleCodeExporter
Copy link
Author

+1 I would like to see it in my code :)

Original comment by [email protected] on 8 Feb 2012 at 11:56

@GoogleCodeExporter
Copy link
Author

Please do this!  I would really like to start using these.

Thanks.

Original comment by [email protected] on 2 Mar 2012 at 3:26

@GoogleCodeExporter
Copy link
Author

+1 Would be really nice to have it integrated with maven

Original comment by [email protected] on 27 Mar 2012 at 11:11

@GoogleCodeExporter
Copy link
Author

@Win 
Maven

Original comment by [email protected] on 22 Nov 2012 at 12:30

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 22 Nov 2012 at 12:43

@GoogleCodeExporter
Copy link
Author

It has transitive dependencies????

Original comment by [email protected] on 15 Mar 2013 at 5:36

@GoogleCodeExporter
Copy link
Author

It uses asm and Java agent

Original comment by [email protected] on 15 Mar 2013 at 7:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant