maven - How to specify a custom settings.xml for Spring Roo in order to avoid regular user_home/.m2/settings.xml. -


since spring roo works maven , picks settings.xml .m2 folder in user_home path, not able run perform test , perform eclipse command since settings.xml configured other project. want specify own settings.xml. simple spring project used -s in mvn command.

how can achieve same in spring roo?

i dont know answer question, however, advise not relying on spring roo commands. spring roo delegates mvn anyway, can run equivalent commands directly in mvn. have used spring roo alot , find use roo cli when refactoring domain classes..


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -