Re: How to upload a parent pom to maven repository

2007-12-09 Thread Wendy Smoak
On Dec 9, 2007 4:24 PM, Michael McCallum <[EMAIL PROTECTED]> wrote: > the same way as the jar... deploy-file that would be my guess i have not > actually tried it... > > have you tried including the repository from this 3rd party? That was my first answer as well. This works: $ mvn deploy:deploy

Re: How to upload a parent pom to maven repository

2007-12-09 Thread Michael McCallum
On Mon, 10 Dec 2007 11:49:27 Henri Tremblay wrote: > Hi, > > An easy question here but how can't find any documentation about it. > > I want to upload a jar to the maven repository. This jar extends a parent > pom. > > And I have no clue on how to upload the parent (repository plugin can't > create

How to upload a parent pom to maven repository

2007-12-09 Thread Henri Tremblay
Hi, An easy question here but how can't find any documentation about it. I want to upload a jar to the maven repository. This jar extends a parent pom. And I have no clue on how to upload the parent (repository plugin can't create bundle for pom projects). Anyone can help? Thanks, Henri