slawekjaranowski commented on issue #245:
URL: 
https://github.com/apache/maven-plugin-testing/issues/245#issuecomment-3727393932

   It will be more clear defined in next version:
   
https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/getting-started/index.html
   
   > Just create a POM as usual. Only plugin configuration is processed by the 
testing harness. All other parts of the POM are ignored.
   
   The problem with loading whole real pom is that such action need remote 
session repository, which is not created by default as it is dedicated for unit 
test.
   
   When you need real project you can consider to use integration tests, like 
with https://maven.apache.org/plugins/maven-invoker-plugin/usage.html
   
   Next version will be published tomorrow
   https://lists.apache.org/thread/38bnn0j4yssjdxo0qgzr2pfn4bzkdg8s


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