IntelliJ is well known for its heavy use of keyboard shortcuts.
Many times you don't even know that a shortcut exists.
This blog shows how to refactor maven's pom.xml
https://blog.jetbrains.com/idea/2010/04/maven-refactorings-introduce-property/
Select the dependency version then:
Ctrl-Alt-V (Extract property)
will introduce a version property.
No comments:
Post a Comment