You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/05 17:20:57 UTC

[maven-parent] branch MPOM-376 created (now 622453d)

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

sjaranowski pushed a change to branch MPOM-376
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


      at 622453d  [MPOM-376] Spotless importOrder should be taken into consideration

This branch includes the following new commits:

     new 622453d  [MPOM-376] Spotless importOrder should be taken into consideration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-parent] 01/01: [MPOM-376] Spotless importOrder should be taken into consideration

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MPOM-376
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit 622453d1a166ef1fac037fb9bd01a730d3cd453d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Dec 5 18:18:35 2022 +0100

    [MPOM-376] Spotless importOrder should be taken into consideration
    
    Spotless formatters must be placed in correct order in configuration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae648d0..f76369e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1166,11 +1166,11 @@ under the License.
           <version>2.27.1</version>
           <configuration>
             <java>
+              <palantirJavaFormat/>
+              <removeUnusedImports/>
               <importOrder>
                 <file>config/maven-eclipse-importorder.txt</file>
               </importOrder>
-              <removeUnusedImports/>
-              <palantirJavaFormat/>
               <licenseHeader>
                 <file>config/maven-header-plain.txt</file>
               </licenseHeader>