 |
Java.net maven repository updates
Posted by kohsuke on November 22, 2006 at 03:58 PM | Comments (8)
A few more updates on the java.net maven repository:
- JSR-250 jars and source zips are now available in the maven repository.
- The fact that java.net only accepts HTTPS connections is a source of many troubles. So I set up a mirror of the repository at glassfishwiki.org. This is synced every hour.
- Source jars for stax-ex, sjsxp, stax-api are also posted.
- I've been fixing missing dependencies of the JAX-WS RI POMs. 2.1-SNAPSHOT now contains all the needed dependencies for maven users out there.
I plan to set up a mirror for maven2-repository as well.
Bookmark blog post: del.icio.us Digg DZone Furl Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment
-
Great stuff!
I can't wait for a maven2 repo with all the jaxb commons stuff in there - there's loads of great plugins I'd really like to use but the lack of maven2 repos for them have pushed them onto the 'when they are in a repo' backburner list :)
Posted by: jstrachan on November 23, 2006 at 09:59 AM
-
I would like to convert some of jaxws-ri/samples build to maven as examples for org.codehaus.mojo:jaxws-maven-plugin.
This work needs jaxws' http.jar on java.net's repo. Could you upload this jar?
When do you plan to have java.net maven2 repo up and running?
Good work with all uploaded jars. Thanks
Posted by: danttran on December 02, 2006 at 10:46 PM
-
I ran into the same problem about some missing jars, so I created a pom project which I described in my blog
entry. Hopefully, it might help people. I am using the antrun plugin now, till we get a proper plugin.
Posted by: mohank on December 04, 2006 at 07:25 AM
-
Please give jaxws-maven-plugin a crack for your next jaxws toy project in the next blog.
Posted by: danttran on December 04, 2006 at 08:39 AM
-
Dan,
Thanks for letting me know about the jaxws-maven-plugin. I tried to duplicate by using the wsgen goal, but I get an error Class Not Found. The goal seems to be bound for generate-sources phase, which is too early as my SEI class files don't exist yet? Or am I doing something wrong? Thanks
Posted by: mohank on December 05, 2006 at 10:52 AM
-
Hi Mohank,
wsgen is not well tested yet, I just cooked it up ;-). However
You will need to use maven-compiler-plugin to produce your
SEI at initialize phase. Use the following as example
http://mojo.codehaus.org/visibroker-maven-plugin/examples/java.html. If you can, please follow up with maven user list
Posted by: danttran on December 05, 2006 at 09:08 PM
-
resolver.jar also must be part of jaxws-rt pom as well.
Posted by: danttran on December 06, 2006 at 01:07 PM
-
Kohsuke, any reason why javax.jms:jms-api artifact has not been added to repo?
Posted by: cmcnally on February 07, 2007 at 08:48 AM
|