Hi All,
Could you please tell how correctly specify maven in project's pom to
download and use for the build plugins from my repository.
I tried to specify in pom.xml to download only to folder were pom file
is exists
<repositories>
<repository>
<id>1</id>
<url>file:../repository</url>
</repository>
</repositories>
but anyway maven always downloads to home/.m2 folder
Thanks,
Juri.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]