wilx commented on issue #2637: URL: https://github.com/apache/maven-surefire/issues/2637#issuecomment-5228625002
You can make this work by combination of `maven-dependency-plugin` copying the agent JARs into some directory like `target/agent-jars` and adding the `-javaagent:agent.jar` into Maven SureFire plugin's `argLine` with the paths to `target/agent-jars/agent.jar`. -- 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]
