slawekjaranowski commented on code in PR #11605:
URL: https://github.com/apache/maven/pull/11605#discussion_r2725656772
##########
pom.xml:
##########
@@ -512,6 +512,34 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>${plexusVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkNode
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"
/>
+ <argLine>-Xmx256m @{jacocoArgLine} --add-opens
java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED</argLine>
+ <systemPropertyVariables combine.children="append">
+ <version.toolbox>${toolboxVersion}</version.toolbox>
Review Comment:
Where property `toolboxVersion` is defianed?
--
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]