I knew it wouldn't/couldn't be in the central repo. Was more looking to see how it was handled by someone else.
The primary reason I ask is because none of the jars actually have any version information on them, so is everyone else just using the jwsdp version or are they doing something else? MAR -----Original Message----- From: Arik Kfir [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 11:01 AM To: Maven Users List Subject: Re: JWSDP & Maven 2 ? I think JWSDP belongs to Sun, which means - due to licensing issues - that the JARs cannot be placed in the Maven central repository. What you need to do is to install them in your local repository (see http://maven.apache.org/maven2/general.html#importing-jars for storing external JARs in your local repo), or, setup a private remote repository where you can host any JARs you want. Good luck! :) On 10/7/05, Russell, Mark <[EMAIL PROTECTED]> wrote: > Has anyone setup a repository for maven 2 containing the JWSDP stuff? > I'm trying to figure out how best to lay it out, and determine if I have > to append version numbers to all of the jar's in order for maven to pick > them up. > > > > Additionally I'm curious about maybe setting up a .pom so that I only > have to include one reference in the dependencies section of my projects > and all the dependencies will just be retrieved automatically. > > > > Any help would be much appreciated especially since this is really my > first time working with maven and the docs for 2.0 seem somewhat > limited. > > > > > > MAR > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
