slachiewicz opened a new pull request, #184:
URL: https://github.com/apache/maven-invoker/pull/184

   The deprecation notices (README, POM description, javadoc, site) link to 
`apache/maven/tree/master/impl/maven-executor`, which no longer exists; 
maven-executor lives in 
[apache/maven-executor](https://github.com/apache/maven-executor) and 1.0.0 is 
on Central as `org.apache.maven.executor:maven-executor`, built for Java 8 with 
no dependencies, so 3.x plugins can use it too.
   
   `MIGRATION.md` and the site's migration page are rewritten against the 1.0.0 
API. The previous text used `ExecutorRequest.builder()`, `ForkedExecutor`, 
`EmbeddedExecutor`, `.args(...)`, `.outputRedirect(...)` and the coordinates 
`org.apache.maven:maven-executor:4.0.0-rc5`, none of which exist in the 
released library; the guide now has a setter-to-option table for 
`InvocationRequest` and examples using `ExecutorRequest.mavenBuilder()`, 
`ForkedMavenExecutor`, `EmbeddedMavenExecutor` and `ExecutorResult`.
   
   Part of #164.
   


-- 
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]

Reply via email to