You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/05/04 16:42:01 UTC

[mina-sshd] 02/02: [SSHD-978] Update import statements sort plugin configuration

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit a3a1b83728866e35fe7bff1ff8d5f3180ba39e90
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon May 4 19:35:42 2020 +0300

    [SSHD-978] Update import statements sort plugin configuration
---
 pom.xml | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ae7540..9f4bb97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1039,6 +1039,18 @@
                         <lineEnding>LF</lineEnding>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>net.revelc.code</groupId>
+                    <artifactId>impsort-maven-plugin</artifactId>
+                    <version>1.4.1</version>
+                    <configuration>
+                        <lineEnding>LF</lineEnding>
+                        <groups>java.,javax.,org.w3c.,org.xml.,junit.</groups>
+                        <removeUnused>true</removeUnused>
+                        <staticAfter>true</staticAfter>
+                        <staticGroups>java.,javax.,org.w3c.,org.xml.,junit.</staticGroups>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
 
@@ -1094,13 +1106,6 @@
             <plugin>
                 <groupId>net.revelc.code</groupId>
                 <artifactId>impsort-maven-plugin</artifactId>
-                <version>1.3.2</version>
-                <configuration>
-                    <groups>java.,javax.,org.w3c.,org.xml.,junit.</groups>
-                    <removeUnused>true</removeUnused>
-                    <staticAfter>true</staticAfter>
-                    <staticGroups>java.,javax.,org.w3c.,org.xml.,junit.</staticGroups>
-                </configuration>
                 <executions>
                     <execution>
                         <id>sort-imports</id>