gnodet opened a new pull request, #2226:
URL: https://github.com/apache/maven/pull/2226

   This commit moves the Standalone API implementation from the test directory 
to the main source directory, making it available for reuse outside of tests.
   
   The Standalone API provides a way to run Maven API in a standalone mode 
(without the full Maven environment), primarily for testing and specialized 
execution scenarios. This is now the proper way to utilize Maven 4 in MIMA-like 
scenarios.
   
   Key changes:
   - Moved ApiRunner and RepositorySystemSupplier from test to main source
   - Added UnsupportedInStandaloneModeException for operations not supported in 
standalone mode
   - Added package-info.java with documentation for the standalone package
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to