Candy-Doc / candy-doc-maven-plugin

GNU General Public License v3.0
29 stars 5 forks source link

Add Maven dependency tag to changelog #159

Closed ctacquet closed 2 years ago

ctacquet commented 2 years ago

Description

Is your feature request related to a problem? Please describe. When we want to use a maven plugin we automatically need to add this kind of tag :

<dependency>
  <groupId>io.candy-doc</groupId>
  <artifactId>candy-doc</artifactId>
  <version>1.0.3</version>
</dependency>

Describe the solution you'd like It would be great to add to our changelog this 5 lines with updated version. It will allow users to simply copy paste this into their Maven project.

Describe alternatives you've considered No.

Additional context No.