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.

I’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:closed
  • Created 7 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
php-codercommented, Feb 19, 2017

Why not keep this issue open to be able to fix it someday in the next major release?

0reactions
khmarbaisecommented, Feb 21, 2017

Of course a fork is also a reasonable solution.

Read more comments on GitHub >

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

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