Installing Jax-WS in a local Maven Repository

| | Comments (0) | TrackBacks (0)

I said I wouldn't, but I did it anyway. This morning, I built a batch file and a pom to install the NetBeans distribution of Jax-WS into my local maven 2 repository. I based my approach on this post, which detailed the process using a unix shell.

I use Windows at work, so I created a batch file to install the jars and a pom into my local repository. The group ids for each package are the public group prepended with 'local'. To use the library, include the following dependency in your project pom:

<dependency>
       <groupId>local.sun.java.net</groupId>
       <artifactId>jaxws-ri</artifactId>
       <version>2.1</version>
       <type>pom</type>
</dependency>

You can download a zip file containing the jars and the bat file here: jaxws21.zip Just unzip and click install.bat.

0 TrackBacks

Listed below are links to blogs that reference this entry: Installing Jax-WS in a local Maven Repository.

TrackBack URL for this entry: http://coffeejolts.com/cgi-bin/mt4/mt-tb.cgi/5

Leave a comment

About this Entry

This page contains a single entry by Coffeejolts published on January 4, 2008 9:53 AM.

Maven 2 Woes was the previous entry in this blog.

Car PC Page Posted is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.2-en