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
Post a Comment