Recommended configuration phase
See original GitHub issueOn wiki there is the recommended configuration https://github.com/Ekryd/sortpom/wiki/Recommended-configuration:
<build>
<plugins>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
<version>2.11.0</version>
<executions>
<execution>
<goals>
<goal>sort</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
Shouldn’t the <phase>
be validate
instead of verify
? It’s also the default phase as seen in the code.
Does it make sense to compile everything and fail at the end because the POM is not sorted?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Phase Configuration - an overview | ScienceDirect Topics
The delta/zigzag, three-phase configuration is used for feeding unbalanced loads and three-phase rectifiers. You may assume ideal transformer conditions.
Read more >HCM Implementation Configuration Phase - Time to Build
The purpose of the configuration phase is to take the future business processes defined in the Requirements and come up with the best...
Read more >Configuration Phase - Informatica Documentation
This phase involves a dynamic, iterative process of building and testing Informatica MDM Hub functionality to meet the stated requirements of an organization....
Read more >Configuration - Phase DJ
Download Phase Manager, the dedicated configuration software that allows you to configure, customize, and update your Phase.
Read more >Create phased deployments - Configuration Manager
The site gradually makes the software available depending on the configuration for each phase. Every client in a phase has a deadline relative ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I’m back again. Please have a look at https://github.com/Ekryd/sortpom/wiki/SortPom-and-Build-Servers and tell me what you think.
Looks great 👍