This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Maven refactorings: Introduce Property
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
Sometimes while editing pom.xml one needs to define a property and replace the occurrences of some value - artifact version, for example, - with this property. Now you can use the new IDEA Introduce Property refactoring for these purposes.
To invoke refactoring, select the string that should be replaced and press Ctrl-Alt-V (alternatively, you can use [...]