Show line number
See original GitHub issueI’d like to see on which line I have an error. At present, plugin shows only a message:
$ mvn sortpom:verify -Dsort.verifyFail=stop
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building My Stamps 0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- sortpom-maven-plugin:2.5.0:verify (default-cli) @ mystamps ---
[INFO] Verifying file /Users/coder/git/mystamps.git/pom.xml
[ERROR] The xml element <groupId>com.github.heneke.thymeleaf</groupId> should be placed before <groupId>javax.validation</groupId>
[ERROR] The file /Users/coder/git/mystamps.git/pom.xml is not sorted
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
How do I make the vi editor display or hide line numbers?
Press the Esc key if you are currently in insert or append mode. · Press : (the colon). · Enter the following command:...
Read more >How To Show or Hide Line Numbers In vi / vim Text Editor
Make the vi/vim text editor show or hide line numbers · Press ESC key · At the : prompt type the following command...
Read more >How to Show Line Numbers in Vim / Vi
To show line numbers in Vim, use the :set number command for absolute line numbers, :set relativenumber for relative line numbers. If both ......
Read more >Easily Show Line Numbers in Vi and Vim
How to Show and Hide Line Numbers in Vim · Make sure you're in command mode: press Esc if you're not sure you...
Read more >Add or remove line numbers
Click in a section or select multiple sections. · On the Layout tab, in the Page Setup group, click Line Numbers. · Click...
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
Why not keep this issue open to be able to fix it someday in the next major release?
Of course a fork is also a reasonable solution.