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

[maven-parent] branch feature/defer-rat-check created (now 8738645)

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

kwin pushed a change to branch feature/defer-rat-check
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


      at 8738645  [MPOM-373] Execute spotless-m-p before apache-rat-plugin

This branch includes the following new commits:

     new 8738645  [MPOM-373] Execute spotless-m-p before apache-rat-plugin

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-373] Execute spotless-m-p before apache-rat-plugin

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

kwin pushed a commit to branch feature/defer-rat-check
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit 8738645ac5e9e278dabf66ea3fc1b353cbf5938c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Dec 5 11:36:10 2022 +0100

    [MPOM-373] Execute spotless-m-p before apache-rat-plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7ccac2b..05f423b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1250,6 +1250,7 @@ under the License.
             <goals>
               <goal>check</goal>
             </goals>
+            <phase>process-resources</phase><!-- execute after spotless-maven-plugin -->
           </execution>
         </executions>
       </plugin>