How profiles are specified in maven?
Answer Posted / Prabhat Rawat
Profiles in Maven can be defined in the pom.xml file within the <profiles> tag and activated using the -P flag at the command line or in IDE.
Post New Answer View All Answers
What are the different ways to convert an inputstream to a sting?
208