Hi, "maven create-upload-bundle" is to create a upload bundle from an existing maven project. If you want to upload a jar from a third party, you have to make a jar with three contents: - the jar file you want to upload - the license the jar is under (LICENSE.TXT) - project.xml, with that minimal information to make a more documented repo
regards On 10/18/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > I don't understand http://maven.apache.org/reference/repository-upload.html. > http://htmlparser.sourceforge.net/ does not have a LICENSE.TXT. > > Where does the project.xml come from? Do I create a new empty project with > maven genapp? Or does maven create it? OR do I create it with emacs? It does > not make sense to use my current project. > > OK, so I tried "maven create-upload-bundle" in an empty temp directory. > Maven only created a "target" directory contain a bunch of empty directories > and no jar file. http://maven.apache.org/reference/repository-upload.html > explained that it would create a jar file -- it did not. > > I'm confused. > > Thanks, > Siegfried > > -----Original Message----- > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 10:41 PM > To: 'Maven Users List' > Subject: RE: How to add html parser dependency? > > Yes this is the faster solution. > You can also follow the instructions given in [1] to upload it to ibiblio. > > [1] http://maven.apache.org/reference/repository-upload.html > > Arnaud > > > > -----Message d'origine----- > > De : Siegfried Heintze [mailto:[EMAIL PROTECTED] > > Envoyé : mercredi 19 octobre 2005 06:13 > > À : 'Maven Users List' > > Objet : How to add html parser dependency? > > > > I'm looking for an HTML parser. I heard that > > http://java-source.net/open-source/html-parsers/html-parser > > is good. How do I add that to my maven 1 project? I don't see > > this in the mevenide repository browser. Do I have to > > manually download it and stick it in my local maven repository? > > > > Sieg > > > > > > --------------------------------------------------------------------- > > 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] > > > --------------------------------------------------------------------- > 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]
