Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to change install location of my plugin under local repository?

This is a general maven problem, local repository can become corrupted
when used by multiple builds running in parallel. Use separate local
repository for each build.

--
Regards,
Igor

On 12-02-03 1:41 AM, ramesh gunjal wrote:

Hello,
How can I change install location of my plugin under local repository?
For example when I run
 mvn -Dmaven.repo.local=C:/src/repository -o clean install
It installs my plugins under local repository at
C:/src/repository/com/xxx/myapp/. Can I change this location
dynamically? something like C:/src/repository/win32/com/xxx/myapp/. If
yes how can I do that?
The problem is - I have my local repository at some common shared
location. I build myapp and run tests from different machines Windows 32
and 64-bit. When my builds run parallely it mess up
C:/src/repository/com/xxx/myapp directory and my tests failed.
Please help me.
--
God bless you,
Ramesh




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top