This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
from 0b29d8f7a6 Fix MavenProject#getPlugin(String) performances (#2530)
add e75b278543 [MNG-8568] Add maven.deploy.buildPom property to control
build POM deployment (#2571)
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/maven/api/Constants.java | 13 ++
.../org/apache/maven/api/feature/Features.java | 7 +
.../org/apache/maven/api/feature/FeaturesTest.java | 194 +++++++++++++++++++++
.../impl/ConsumerPomArtifactTransformer.java | 29 +--
.../impl/ConsumerPomArtifactTransformerTest.java | 155 ++++++++++++++++
src/site/markdown/configuration.yaml | 8 +-
6 files changed, 394 insertions(+), 12 deletions(-)
create mode 100644
api/maven-api-core/src/test/java/org/apache/maven/api/feature/FeaturesTest.java