Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread buzzterrier
erably with patches) welcome! :) > > -- > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread Wendy Smoak
On Mon, Mar 24, 2008 at 1:40 PM, buzzterrier <[EMAIL PROTECTED]> wrote: > mvn deploy:deploy-file -DgroupId=com.foo -DartifactId=common-dependencies > -Dversion=1.0 -Dpackaging=pom -Dfile=c:/poms/common-dependencies.xml > -Durl=http://ourinternalrepos:8080/archiva/repository/internal > -Dreposi

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread simon
Hi Wendy, On Mon, 2008-03-24 at 13:19 -0700, Wendy Smoak wrote: > On Mon, Mar 24, 2008 at 1:16 PM, buzzterrier <[EMAIL PROTECTED]> wrote: > > > Thx for the reply. I did define a custom pom, that declared the > > dependencies, e.g. > ... > > but when I deploy this pom to the internal repository

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread buzzterrier
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Deploy-pom-with-dependencies-to-internal-repository-tp16258021s177p16260462.html Sent from the Maven - Users mailing list

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread simon
On Mon, 2008-03-24 at 13:16 -0700, buzzterrier wrote: > Hi Simon, > > Thx for the reply. I did define a custom pom, that declared the > dependencies, e.g. > > common_dependencies.xml > > > http://maven.apache.org/POM/4.0.0"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread Wendy Smoak
On Mon, Mar 24, 2008 at 1:16 PM, buzzterrier <[EMAIL PROTECTED]> wrote: > Thx for the reply. I did define a custom pom, that declared the > dependencies, e.g. ... > but when I deploy this pom to the internal repository the dependencies are > stripped out and I am left with: What command did y

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread buzzterrier
additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Deploy-pom-with-dependencies-to-internal-repository-tp16258021s177p16259983.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Deploy pom with dependencies to internal repository

2008-03-24 Thread simon
On Mon, 2008-03-24 at 11:32 -0700, buzzterrier wrote: > Hello, > > We have several projects that share common dependencies. I wanted to create > a parent pom that allowed them to inherit these dependencies, but from what > I can tell all the projects would need to be sub-projects of the parent t

Deploy pom with dependencies to internal repository

2008-03-24 Thread buzzterrier
et the dependencies included with the pom on the Internal repository? I read the docs and it seems like the deploy:deploy-file target should be used to install to an Internal repos, while install:install-file is for local repos. -- View this message in context: http://www.nabble.com/Deploy-pom-w