You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/03/26 00:05:55 UTC

[maven-compiler-plugin] branch master updated: use batch mode

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

olamy 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 69d53c9  use batch mode
69d53c9 is described below

commit 69d53c9697b5311b3d4de0a75b892d519a287cc0
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Mar 26 10:05:34 2018 +1000

    use batch mode
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 src/it/MCOMPILER-192/invoker.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCOMPILER-192/invoker.properties b/src/it/MCOMPILER-192/invoker.properties
index 98a8e95..3717c05 100644
--- a/src/it/MCOMPILER-192/invoker.properties
+++ b/src/it/MCOMPILER-192/invoker.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean compile
+invoker.goals = clean compile -B
 invoker.buildResult = failure

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.