Skip to main content

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

 
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



Back to the top