Fork me on GitHub

Comment style List Examples

comment-style-list goal

This goal displays the available comment styles to box file header.

Use it directly (and only) from commandline :

  mvn license:comment-style-list

To display example comments, use the detail parameter :

  mvn license:comment-style-list -Ddetail

for full detail see detail page.

Example output

[INFO] --- license-maven-plugin:2.4.0:comment-style-list (default-cli) @ license-maven-plugin ---
[INFO] List of available comment styles:

  * apt        : header transformer with apt comment style            , extensions : [apt]
  * ftl        : header transformer with free marker comment style    , extensions : [ftl]
  * java       : header transformer with java comment style           , extensions : [java, groovy, css, cs, as, aj, c, h, cpp, js, json]
  * jsp        : header transformer with jsp comment style            , extensions : [jsp, jspx]
  * php        : header transformer with php comment style            , extensions : [php]
  * properties : header transformer with properties file comment style, extensions : [properties, sh, py, rb, pl, pm]
  * rst        : header transformer with rst comment style            , extensions : [rst]
  * mysql      : header transformer with mysql comment style          , extensions : [mysql]
  * sql        : header transformer with sql comment style            , extensions : [sql]
  * xml        : header transformer with xml comment style            , extensions : [pom, xml, xhtml, mxlm, dtd, fml, xsl, html, htm, jaxx, kml, gsp, tml]