Re: list of libraries in maven local repository

2021-03-09 Thread Oliver B. Fischer
you should find your artifact. Am 09.03.21 um 11:25 schrieb Nikos Karamolegkos: Hello, I am trying to add a library to my maven local repository using ./gradlew publishToMavenLocal. How can I check that the library is really installed to the repository? Thank you -- N Oliver B. Fischer A S

Re: list of libraries in maven local repository

2021-03-09 Thread Nikos Karamolegkos
Karamolegkos: Hello, I am trying to add a library to my maven local repository using ./gradlew publishToMavenLocal. How can I check that the library is really installed to the repository? Thank you -- Nikos Karamolegkos R & D engineer at ICS-FORTH Telecommunications and Networks Lab

Re: list of libraries in maven local repository

2021-03-09 Thread Oliver B. Fischer
The default configuration of Maven is to have its local repository in the directory ./m2/repository. Below this directory you should find your artifact. Am 09.03.21 um 11:25 schrieb Nikos Karamolegkos: Hello, I am trying to add a library to my maven local repository using ./gradlew

list of libraries in maven local repository

2021-03-09 Thread Nikos Karamolegkos
Hello, I am trying to add a library to my maven local repository using ./gradlew publishToMavenLocal. How can I check that the library is really installed to the repository? Thank you -- Nikos Karamolegkos R & D engineer at ICS-FORTH Telecommunications and Networks Lab

How to create a maven local repository

2009-12-31 Thread Mezigue
Hi, In preceeding Maven version, there was a way to build and initiate a local repository via the CLI : %MAVEN_HOME%\bin\install_repo.bat %HOME%\.maven\repository And this command created a repository and loaded some core .jar By now, when I unzip maven2, under \bin I don't find

Re: How to create a maven local repository

2009-12-31 Thread Roland Asmann
Hi, Just run Maven on a project and everything will solve itself! Or is there a specific reason you only want this initial repository? Roland Hi, In preceeding Maven version, there was a way to build and initiate a local repository via the CLI : %MAVEN_HOME%\bin\install_repo.bat

RE: How to create a maven local repository

2009-12-31 Thread Mezigue
notes. Alain -Message d'origine- De : Roland Asmann [mailto:roland.asm...@adesso.at] Envoyé : jeudi 31 décembre 2009 1:42 Juliane À : Maven Users List Objet : Re: How to create a maven local repository Hi, Just run Maven on a project and everything will solve itself

Re: How to create a maven local repository

2009-12-31 Thread Justin Edelson
On 12/31/09 10:15 AM, Mezigue wrote: Hi Roland, Thanks for your advice. You are certainly right ; to be true, I should say you are surely right ! :) Of course, I have no reason to initiate a local repository, but, why was this necessary in the previous version of Maven ?? And I've not found

Re: How to create a maven local repository

2009-12-31 Thread Roland Asmann
On 12/31/09 10:15 AM, Mezigue wrote: Hi Roland, Thanks for your advice. You are certainly right ; to be true, I should say you are surely right ! :) Of course, I have no reason to initiate a local repository, but, why was this necessary in the previous version of Maven ?? And I've not

Can multiple processes download artifacts and access them from one Maven local repository without failure?

2008-01-05 Thread Kurt Roy
is this: Can all these builds share the SAME default Maven local repository stored in the one UNIX user id's home directory? I assume for reads this is not a problem. But what if two (or three) separate processes start downloading the same artifact to the local repository at the same time? Is this supported

RE: Can multiple processes download artifacts and access them from one Maven local repository without failure?

2008-01-05 Thread Kurt Roy
Maven local repository without failure? Hey Roy, It cannot handle multiple download or even parallel builds. Look into this proposal: http://docs.codehaus.org/display/MAVEN/Local+repository+separation It is not implemented and nobody knows if it will be implemented. There was discussion on dev

Re: Can multiple processes download artifacts and access them from one Maven local repository without failure?

2008-01-05 Thread Piotr Tabor
Hey Roy, It cannot handle multiple download or even parallel builds. Look into this proposal: http://docs.codehaus.org/display/MAVEN/Local+repository+separation It is not implemented and nobody knows if it will be implemented. There was discussion on dev group about this proposal - you can find

Re: Maven Local Repository

2007-09-14 Thread Brett Porter
it's a known problem - you can use -U to force it to try again. On 14/09/2007, De Vleeschauwer Nele [EMAIL PROTECTED] wrote: Hi, I have a question concerning the Maven local repository on my pc. When I add a new dependency to the pom file of my project then my maven installation will try

RE: Maven Local Repository

2007-09-14 Thread De Vleeschauwer Nele
september 2007 13:22 To: Maven Users List Subject: Re: Maven Local Repository it's a known problem - you can use -U to force it to try again. On 14/09/2007, De Vleeschauwer Nele [EMAIL PROTECTED] wrote: Hi, I have a question concerning the Maven local repository on my pc. When I add a new dependency

Maven Local Repository

2007-09-14 Thread De Vleeschauwer Nele
Hi, I have a question concerning the Maven local repository on my pc. When I add a new dependency to the pom file of my project then my maven installation will try to download the necessary artifacts in my local repository. If for one reason or another, my connection with the central site can

Re: Maven Local Repository

2007-09-14 Thread Brett Porter
List Subject: Re: Maven Local Repository it's a known problem - you can use -U to force it to try again. On 14/09/2007, De Vleeschauwer Nele [EMAIL PROTECTED] wrote: Hi, I have a question concerning the Maven local repository on my pc. When I add a new dependency to the pom file of my

Re: Maven local repository location

2007-03-30 Thread Eric Redmond
Try a field in your mojo with an expression = ${settings.localRepository} Eric On 3/29/07, Rahul Khot [EMAIL PROTECTED] wrote: Is there a way to access maven local repository location in the plugin or in the pom.xml. I have tried the following vars: ${maven.repo.local

Maven local repository location

2007-03-29 Thread Rahul Khot
Is there a way to access maven local repository location in the plugin or in the pom.xml. I have tried the following vars: ${maven.repo.local} ${localRepository} I try to pass them as a parameter in the plugin metadata file. Any help will be highly appreciated. Thanks

maven local repository within SVN..

2007-02-01 Thread Wojtek Ciesielski
Hi there, We're trying to set up continuous building infrastructure and incorporate Maven 2.0 in line with know best-practices. What I've read is that it's a good idea to put maven installation to the SCM system - because of this we can share maven-wide settings.xml among members of a

maven local repository within SVN..

2007-02-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Well, you could could install SVN on the machine, and have your build call a bootstrapping project which checks out whatever you need from SVN. Then, control would flow to the build, etc. Thanks. This message (including any attachments) contains confidential information intended for a