This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch revert-MNG-6772
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from 1b0d56b  Revert "[MNG-6772] Prevent Super POM central entry from 
overriding"
     new 269c03f  Test for empty locations and avoid printing them
     new d65f79f  Test for empty value and avoid needless space
     new aca65d3  [MNG-7051] Optionally skip non-existing profiles and break on 
missing required profiles.
     new cf2dfbe  [MNG-7068] Active dependency management for Google Guice/Guava
     new 90d3eb7  [MNG-7029] Remove super POM release profile
     new 06fdbfa  Make sure ITs can still be used to verify older Maven versions
     new 1a2d797  Ensure that ITs can still run by all Maven versions to verify 
behavior
     new 86fb44a  Ensure that ITs can still run by all Maven versions to verify 
behavior

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |  40 ++++
 .../org/apache/maven/building/DefaultProblem.java  |   8 +-
 maven-core/pom.xml                                 |   8 +
 .../main/java/org/apache/maven/DefaultMaven.java   | 142 ++++++++++++---
 ...xception.java => MissingProfilesException.java} |  11 +-
 .../maven/exception/DefaultExceptionHandler.java   |   5 +-
 .../execution/DefaultMavenExecutionRequest.java    |  36 ++--
 .../maven/execution/MavenExecutionRequest.java     |  40 ++++
 .../apache/maven/execution/ProfileActivation.java  | 201 +++++++++++++++++++++
 .../org/apache/maven/project/MavenProject.java     |   9 +-
 .../maven/project/ProjectBuildingException.java    |   8 +-
 maven-embedder/pom.xml                             |  30 ++-
 .../main/java/org/apache/maven/cli/MavenCli.java   |  72 +++-----
 .../java/org/apache/maven/cli/MavenCliTest.java    |  37 ++--
 maven-model-builder/pom.xml                        |  10 +
 .../maven/model/building/DefaultModelProblem.java  |   7 +-
 .../model/building/ModelBuildingException.java     |   8 +-
 .../apache/maven/model/building/ModelProblem.java  |   3 +-
 .../model/validation/DefaultModelValidator.java    |   2 +
 .../resources/org/apache/maven/model/pom-4.0.0.xml |  50 -----
 .../validation/DefaultModelValidatorTest.java      |  10 +
 ...anagement-status.xml => invalid-profile-id.xml} |  17 +-
 maven-resolver-provider/pom.xml                    |  14 ++
 .../settings/building/DefaultSettingsProblem.java  |   7 +-
 .../building/SettingsBuildingException.java        |   8 +-
 pom.xml                                            |  46 +++++
 26 files changed, 618 insertions(+), 211 deletions(-)
 copy 
maven-core/src/main/java/org/apache/maven/{lifecycle/internal/builder/BuilderNotFoundException.java
 => MissingProfilesException.java} (75%)
 create mode 100644 
maven-core/src/main/java/org/apache/maven/execution/ProfileActivation.java
 copy 
maven-model-builder/src/test/resources/poms/validation/{distribution-management-status.xml
 => invalid-profile-id.xml} (75%)

Reply via email to