cstamas commented on issue #186: URL: https://github.com/apache/maven-verifier/issues/186#issuecomment-3642235389
Both, `maven-invoker` and `maven-verifier` "just" invoke Maven (with different APIs and different capabilities, like "only fork" or "fork" or "embed"). maven invoker: * https://github.com/apache/maven-invoker * relevant doco https://maven.apache.org/shared/maven-invoker/ maven-verifier: * https://github.com/apache/maven-verifier * https://maven.apache.org/shared/maven-verifier/getting-started.html Both offer subtle different use cases, but for example the [helper methods](https://github.com/apache/maven-verifier/blob/master/src/main/java/org/apache/maven/shared/verifier/Verifier.java#L310) in verifier seems totally unrelated and can/should be made reusable instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
