Skip to content

Commit

Permalink
Attach maven sortpom plugin to process-sources maven phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 18, 2022
1 parent 3cca2cd commit 7fe0ccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -453,6 +453,10 @@ Contributors:
<goals>
<goal>verify</goal>
</goals>
<!-- attach to process-sources to avoid flatten-maven-plugin interaction
with some maven plugin (E.g. maven-source-plugin or maven-javadoc-plugin)
See : https://github.com/Ekryd/sortpom/issues/229#issuecomment-1177872634 -->
<phase>process-sources</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 7fe0ccf

Please sign in to comment.