This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch add-api-javadoc in repository https://gitbox.apache.org/repos/asf/maven.git
discard 8ee99a5294 [MNG-8637] Pull out Standalone API from UTs This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/add-api-javadoc (c416845e85) \ O -- O -- O (8ee99a5294) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: impl/maven-impl/pom.xml | 36 ++++++++------- .../UnsupportedInStandaloneModeException.java | 47 ------------------- .../apache/maven/impl/standalone/package-info.java | 33 -------------- .../apache/maven/impl/standalone/ApiRunner.java | 52 ++-------------------- .../impl/standalone/RepositorySystemSupplier.java | 0 5 files changed, 24 insertions(+), 144 deletions(-) delete mode 100644 impl/maven-impl/src/main/java/org/apache/maven/impl/standalone/UnsupportedInStandaloneModeException.java delete mode 100644 impl/maven-impl/src/main/java/org/apache/maven/impl/standalone/package-info.java rename impl/maven-impl/src/{main => test}/java/org/apache/maven/impl/standalone/ApiRunner.java (89%) rename impl/maven-impl/src/{main => test}/java/org/apache/maven/impl/standalone/RepositorySystemSupplier.java (100%)