RE: What to put in 3rd party lib POM?

2006-10-05 Thread Adrian Shum
day, October 04, 2006 9:16 PM To: Maven Users List Subject: Re: What to put in 3rd party lib POM? Adrian I just install the jar file without writing a pom: $ mvn install:install-file Check out these guides: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html http://maven.apache.

RE: What to put in 3rd party lib POM?

2006-10-05 Thread Adrian Shum
Well, I think your "This is the only reason to create own ones." give me the answer ;) Thanks a lot :) Adrian -Original Message- From: Jorg Schaible [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 9:01 PM To: Maven Users List Subject: RE: What to put in 3rd party

Re: What to put in 3rd party lib POM?

2006-10-04 Thread Philippe Faes
Adrian I just install the jar file without writing a pom: $ mvn install:install-file Check out these guides: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html Works fine for fixing dependencies. Philippe On W

RE: What to put in 3rd party lib POM?

2006-10-04 Thread Jörg Schaible
Hi Adrian, Adrian Shum wrote on Wednesday, October 04, 2006 2:25 PM: > Hi All, > > I am trying to create POMs for some 3rd party lib which will > be placed in our company's > internal repository. > > What is suggested to put in the POM in order to make it an 'adequate' > POM (apart from group I