M2: Install third party library

2005-10-17 Thread Christian Schlaefcke
Hi folks, I try to install a third party jar into my local repository. Under M1 I was used to create a directory that contains the jar-file and a project.xml (now pom.xml) and run maven install. When I do this under M2 I just get this: [INFO] [jar:jar] [WARNING] JAR will be empty - no content

Re: M2: Install third party library

2005-10-17 Thread Arik Kfir
Hi Christian, It is very easy - see http://maven.apache.org/maven2/general.html#importing-jars for instructions. On 10/17/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Hi folks, I try to install a third party jar into my local repository. Under M1 I was used to create a directory that

Re: M2: Install third party library

2005-10-17 Thread Christian Schlaefcke
Thank you! I promise to take a closer look to FAQ next time ;-) Hi Christian, It is very easy - see http://maven.apache.org/maven2/general.html#importing-jars for instructions. On 10/17/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Hi folks, I try to install a third party jar into

Re: M2: Install third party library

2005-10-17 Thread Arik Kfir
no problem :D On 10/17/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Thank you! I promise to take a closer look to FAQ next time ;-) Hi Christian, It is very easy - see http://maven.apache.org/maven2/general.html#importing-jars for instructions. On 10/17/05, Christian