DEV Community

Cover image for Creating A Maven Plugin

Creating A Maven Plugin

Isurumax26 on August 12, 2023

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 ...
Collapse
 
cicirello profile image
Vincent A. Cicirello

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.

Collapse
 
isurumax26 profile image
Isurumax26

Thanks Vincent for the suggestions. Will do it.