jglick commented on issue #3743: URL: https://github.com/apache/netbeans/issues/3743#issuecomment-1064265998
Check it in to `jenkins-test-harness/src/main/resources/`. `jenkins-test-harness.jar` would just contain `org-netbeans-insane-hook.jar` as a nested entry, unpacking it to a temp dir whenever INSANE is needed. At least that would work for `RealJenkinsRule` which explicitly controls the launch of the test process. For other cases indeed we would need to customize Surefire booter arguments somehow. I am not really sure offhand how you would propose to do that, especially if you want to do so both for Java 8 and 11, but if it is helpful to grab `org-netbeans-insane-hook.jar` as a Maven artifact (for use from `dependency:copy`?) we can easily deploy it to our Artifactory. Again there is no need to ever repeat this process since it should never change. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
