You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/03/01 02:08:00 UTC

[james-project] branch master updated: [UPGRADE] scala maven plugin change recompileMode: incremental -> all

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new b3d00d6  [UPGRADE] scala maven plugin change recompileMode: incremental -> all
b3d00d6 is described below

commit b3d00d6cfe3130bad391633fb44d11264934f797
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Sat Feb 26 14:39:40 2022 +0700

    [UPGRADE] scala maven plugin change recompileMode: incremental -> all
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43276ff..b3c7fd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2938,8 +2938,7 @@
                     <artifactId>scala-maven-plugin</artifactId>
                     <version>4.5.6</version>
                     <configuration>
-                        <fork>false</fork>
-                        <recompileMode>incremental</recompileMode>
+                        <recompileMode>all</recompileMode>
                         <source>${target.jdk}</source>
                         <target>${target.jdk}</target>
                         <args>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org