LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Upload jar into maven central #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a Javascript developer, I'd like to use easily include jstestdriver as a 
maven dependency in my project, so I can use it for testing my Javascript.

Details:
I've developed the jstd-maven-plugin, and am currently hosting the jstd jar's 
on my google code site.  I'd love to pull that jar down from maven central (the 
typical way plugins would in a maven project).  I've tried to create a bundle 
and do a 3rd party upload of it (per the instructions here: 
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Ma
ven+Central), but because the groupId starts with com.google, I'm not able to. 

Any chance you guys could upload the jars into maven central as you release new 
versions?  I'm glad to help out in any way possible to get this done.

Thanks!

Original issue reported on code.google.com by burke.we...@gmail.com on 18 Apr 2011 at 7:49

GoogleCodeExporter commented 9 years ago
Please note that it would help not only people who use maven but anyone who 
uses dependency resolution through maven repos (like for example ivy, which is 
the case for grails based projects). Even setting up a svn based maven repo 
would help!

Original comment by erd...@gmail.com on 31 May 2011 at 9:15

GoogleCodeExporter commented 9 years ago
@burke.we...: Just curious, what about the "com.google" groupId prevented you 
from publishing this as a 3rd party?  I've published org.eclipse artifacts as a 
3rd party, and since this wouldn't be a fork I would think Sonatype would 
accept it (see: 
https://docs.sonatype.org/display/Repository/Choosing+your+Coordinates).

Original comment by i...@ianbrandt.com on 9 Jan 2012 at 11:40

GoogleCodeExporter commented 9 years ago
If this is published please use the JAR without dependencies and a POM that 
declares the immediate dependencies only.  See 
http://code.google.com/p/jstd-maven-plugin/issues/detail?id=5 for more.

Original comment by i...@ianbrandt.com on 9 Jan 2012 at 11:44

GoogleCodeExporter commented 9 years ago
Could the coverage.jar be published in a maven repository as well...
Preferably in the maven public repo, but otherwise 
http://jstd-maven-plugin.googlecode.com/svn/maven2 would be oke as well..

Original comment by mcbee...@gmail.com on 9 May 2012 at 7:55