You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/07 18:38:14 UTC

[maven-project-utils] branch stabilize updated: pass source/target to maven-invoker-plugin

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git


The following commit(s) were added to refs/heads/stabilize by this push:
     new 453d634  pass source/target to maven-invoker-plugin
453d634 is described below

commit 453d6342d1acef2fc9169f59177c0db105c4f762
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Apr 7 20:38:06 2019 +0200

    pass source/target to maven-invoker-plugin
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a6e9270..e8c211d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,8 @@ under the License.
               <settingsFile>src/it/settings.xml</settingsFile>
               <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures>
               <properties>
+                <maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
+                <maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
                 <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
                 <https.protocols>${https.protocols}</https.protocols>
               </properties>