question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recommended configuration phase

See original GitHub issue

On 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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Ekrydcommented, Oct 20, 2020

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.

0reactions
piomar123commented, Oct 20, 2020

Looks great 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found