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 2020/05/12 20:11:27 UTC

[maven-compiler-plugin] branch master updated: Update multirelease example

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dc146a  Update multirelease example
1dc146a is described below

commit 1dc146ad8cd2ee1757e465f2ee1890d32a408094
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue May 12 22:10:37 2020 +0200

    Update multirelease example
---
 src/it/multirelease-patterns/singleproject-runtime/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/it/multirelease-patterns/singleproject-runtime/pom.xml b/src/it/multirelease-patterns/singleproject-runtime/pom.xml
index c799ff9..668f124 100644
--- a/src/it/multirelease-patterns/singleproject-runtime/pom.xml
+++ b/src/it/multirelease-patterns/singleproject-runtime/pom.xml
@@ -104,10 +104,7 @@
                     <compileSourceRoots>
                       <compileSourceRoot>${project.basedir}/src/main/java9</compileSourceRoot>
                     </compileSourceRoots>
-                    <outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
-                    <compilerArgs>
-                      <arg>--patch-module</arg><arg>example.mrjar=${project.build.outputDirectory}</arg>
-                    </compilerArgs>
+                    <multiReleaseOutput>true</multiReleaseOutput>
                   </configuration>
                 </execution>
               </executions>