[ 
https://issues.apache.org/jira/browse/MBUILDCACHE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17629216#comment-17629216
 ] 

ASF GitHub Bot commented on MBUILDCACHE-34:
-------------------------------------------

AlexanderAshitkin commented on code in PR #36:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/36#discussion_r1014499425


##########
src/test/java/org/apache/maven/buildcache/its/junit/IntegrationTestExtension.java:
##########
@@ -208,6 +208,8 @@ public Object resolveParameter( ParameterContext 
parameterContext,
 
             Verifier verifier = new Verifier( testExecutionDir.toString(), 
true );
             verifier.setLogFileName( "../log.txt" );
+            verifier.setSystemProperty( "projectVersion", System.getProperty( 
"projectVersion" ) );
+            verifier.setLocalRepo( System.getProperty( "localRepo" ) );

Review Comment:
   Thanks for clarifications!





> Improve IT test execution
> -------------------------
>
>                 Key: MBUILDCACHE-34
>                 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-34
>             Project: Maven Build Cache Extension
>          Issue Type: Improvement
>            Reporter: Slawomir Jaranowski
>            Assignee: Slawomir Jaranowski
>            Priority: Major
>              Labels: pull-request-available
>
> * IT tests should use separate local repository
>  * version of tested component should be parameterized



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to