Well, in this case I am not sure; you may have to get to the bottom of the exact license rules for your case.
What I can tell you is that there are several other open source projects that had 'similar' problems and they could not include certain artifacts. They had to make a note that those missing jars had to be downloaded manually by users of the open-source project. (This has been partly solved now by Sun as they have created their own public maven repo for these artifacts.) -dh -----Original Message----- From: José González Gómez [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 6:50 AM To: Maven Users List Subject: Re: [OT?] Including Java Look&Feel Graphics Repository The problem is that this is not an internal project, this is a project published on sourceforge, so I should provide poms that can be used anywhere, not just in our local network, and provide an easy way to get all the missing dependencies not located at ibiblio. How is people handling this? Am I missing anything? Thanks, best regards 2006/10/5, Dave Hoffer <[EMAIL PROTECTED]>: > > Jose, > > You should not upload this to ibiblio, rather you would deploy this to > your own repo so that projects you create can find it locally on your > network. (We use Proximity as our artifact server). > > -dh > > > -----Original Message----- > From: José González Gómez [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 05, 2006 6:22 AM > To: Maven Users List > Subject: [OT?] Including Java Look&Feel Graphics Repository > > Hi there, > > I want to include a jar from Sun, the Java Look & Feel Graphics Repository > (jlfgr-1_0.jar), in a project built with maven and released as GPL. It > seems > there is no problem in including it, as the license says the following: > > Sun grants you ("Licensee") a non-exclusive, > royalty free, license to use, and redistribute > this software graphics artwork, as individual > graphics or as a collection, as part of software > code or programs that you develop... > > > My question is, may I do a bundle to upload it to ibiblio? The license > seems > to imply that you only may redistribute it as part of software code or > programs, but not in any other form, so I guess ibiblio distribution is > discouraged. In this case, how would I distribute it with my maven built > project? From my limited legal knowledge, I understand I could only > redistribute it including it in a source or binary release, and in case of > source, include instructions for the users to manually install it in their > local repository if they want to be able to correctly build the project > from > scratch. Am I right? > > Thanks in advance, best regards > Jose > > --------------------------------------------------------------------- > 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]
