On 10/20/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Thu, 2005-10-20 at 05:41 +0200, jerome lacoste wrote: > > Hi, > > > > I would like to upload an artifact to ibiblio and I need some guidance > > in the following aspects: > > > > 0- pom groupid > > 1- pom dependencies > > 2- pom version > > 3- submission to ibiblio > > > > The code is taken from Mustang. It's a special part of Mustang > > released under the BSD license. See [1] for details. > > > > jdk6.0-b56/deploy/src/javaws/share/sample/webpad/src/servlet/TxtServlet.java > > > > 0. I picked com.sun.java.jnlp for groupId. Does that sound correct? > > Not sure, the groupId is probably fine but what's the package? You can't > load anything in the "java" package that is external.
The package is: jnlp.sample.servlet > > 1. To build this package, one needs to both the javaws.jar and the > > servlet.jar. Both these dependencies should be provided on the > > deployment platform (web). As the first dependency is not in ibiblio > > neither, is it OK if I specify a non existant dependency given that it > > will be marked as "provided". > > > > 2. I am trying to reflect the fact that although the version of this > > package in ibiblio should have a 1.0 value, it is tied to a particular > > jdk version. In my case: sdk6.0-b56. > > Is it OK to chose a version like "1.0-6.0-b56". Would 1.0-sdk6.0-b56 > > be better? > > If not what is the advised convention to use to map the vendor > > Is this stuff just an independent library you want to use outside > Mustang? yep. It was part of SDK 5.0 with under a more restrictive license. Now it's part of Mustang with a BSD license. I want to be able to use it with SDK 5.0 easily. > > 3- upload on ibiblio. http://maven.apache.org/repository-upload.html > > doesn't exist anymore. What are the instryctions? > > http://maven.apache.org/maven2/guides/mini/guide-ibiblio-upload.html > > I just wrote plugin to create the bundle and I'll release it now. > > It's in SVN though: > > http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven- > plugins/maven-repository-plugin/ OK thanks for your info. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
