michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1171452931
> > Yes, it does: > > https://github.com/apache/maven-integration-testing/blob/0b8a1d613193d73aa02cd703ed59d0e468a8bc6f/core-it-suite/src/test/java/org/apache/maven/it/MavenITBootstrapTest.java#L51 > > > > So you need to reinstantiate that IT, but with a single module using you new plugin and the issue should be solved. > > I really don't like the idea of wrapping the download in a fake test. I've pushed a change to force the download from maven central. I am not happy with this solution because: * It completely breaks of the system * It cannot be mirrored automatically * Locked down envs will fail * Slow links will make it even slower * etc. I don't consider this solution better than before. From an IT perspective, the bootstrap must behave just the way any other IT would behave while downloading a depedency. Now, you have change the conditions. Now, I cannot just run `run-it.sh`. I will always need to filddle to inject the mirrors, credentials, etc. A drawback for fast downloads. -- 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]
