+1 vote
in Maven - Coalescing Pipeline by
What are the elements in POM that a profile can freely modify when specified in the POM?

1 Answer

0 votes
by

Below are the elements in POM that a profile can freely modify when specified in the POM

<repositories>, <pluginRepositories>,<dependencies>, <plugins> ,<properties>, <modules><reporting>,<dependencyManagement>,<distributionManagement>

...