Introduction
Here, we'll make a Maven plugin to run a method of a different project from the plugin. Instead of POJO, this custom plugin is known ...
For further actions, you may consider blocking this person and/or reporting abuse
Hi. Nice post. I have a suggestion related to formatting. You can use syntax highlighting in your code blocks by specifying the language on the line with the backticks. Instead of starting the block with just 3 backticks, put Java on that same line as the backticks without a space. Likewise you can do the same with the XML code blocks by putting XML after the backticks.
Thanks Vincent for the suggestions. Will do it.