InterviewSolution
Saved Bookmarks
| 1. |
What Are The Elements In Pom That A Profile Can Modify When Specified In The Pom? |
|
Answer» <repositories>, <pluginRepositories>,<DEPENDENCIES>, <plugins> ,<PROPERTIES>, <modules><REPORTING>,<dependencyManagement>,<distributionManagement> <repositories>, <pluginRepositories>,<dependencies>, <plugins> ,<properties>, <modules><reporting>,<dependencyManagement>,<distributionManagement> |
|