You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/25 18:04:46 UTC

[commons-net] branch master updated: Incremental compiler bug has been fixed

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 6df206cd Incremental compiler bug has been fixed
6df206cd is described below

commit 6df206cd29febb170f71bda572476e13cf086b8f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 25 13:04:42 2022 -0500

    Incremental compiler bug has been fixed
    
    See https://issues.apache.org/jira/browse/MCOMPILER-205
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ca775b9..37c8d4fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,17 +142,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
                         <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>${commons.compiler.version}</version>
-                    <configuration>
-                        <!-- Fix incremental compiler bug, see https://issues.apache.org/jira/browse/MCOMPILER-205 etc. -->
-                        <excludes>
-                            <exclude>**/package-info.java</exclude>
-                        </excludes>
-                    </configuration>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>