slawekjaranowski commented on code in PR #353:
URL: 
https://github.com/apache/maven-antrun-plugin/pull/353#discussion_r2678581196


##########
pom.xml:
##########
@@ -219,6 +215,16 @@ under the License.
           <!--           </execution> -->
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-invoker-plugin</artifactId>
+        <configuration>
+          <properties>
+            <maven.compiler.source>${javaVersion}</maven.compiler.source>
+            <maven.compiler.target>${javaVersion}</maven.compiler.target>
+          </properties>
+        </configuration>
+      </plugin>

Review Comment:
   we have in parents version almost for all plugins so maintain of ITs will be 
easier when we use properties instead of hardcoded versions



-- 
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]

Reply via email to