I am new for Maven.
I have created two class say App1 and App2 in a spring project using Maven build.
How can I configure settings.xml
to use one of App1 or App2 class in my project.
So that if one person wants App1 to use, then he will change settings.xml
and App1 will be used by project.
Same, If other person wants to use App2 then he will make change in settings.xml
and App2 will be used by project.