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 Maven related stuff.
The only to do it is to change the groupId/artifactID so that it matches the location you want. But it is a very bad pratice to change the Maven coordinates of a component during its lifetime

Jeff MAURY

On Fri, Feb 3, 2012 at 7:41 AM, ramesh gunjal <rameshg282@xxxxxxxxx> 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




--
Jeff MAURY

"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top