You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/04/28 10:24:40 UTC

[maven-compiler-plugin] 02/02: Test commit.

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

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

commit bc9ced9880e10cc2b36871a19e3920486f89f7ab
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Apr 28 12:24:24 2019 +0200

    Test commit.
---
 .../java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java b/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
index 0ac1e27..801ed28 100644
--- a/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
+++ b/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
@@ -1562,7 +1562,7 @@ public abstract class AbstractCompilerMojo
         if ( fileExtensions == null || fileExtensions.isEmpty() )
         {
             fileExtensions = new ArrayList<>();
-            fileExtensions.add( "class" );
+            fileExtensions.add( ".class" );
         }
 
         Date buildStartTime = getBuildStartTime();