08 décembre 2018

Maven tips

Here is the beginning of a progressive documentation of Maven.


Useful commands

>>mvn {{command}}
  • clean
  • compile
  • package
  • site

Reports

Reports are located reporting xml element in the xml project file (pom.xml) :

...

Here are few reports plugin :

org.apache.maven.plugins maven-javadoc-plugin org.apache.maven.plugins maven-checkstyle-plugin org.apache.maven.plugins maven-jxr-plugin org.apache.maven.plugins maven-pmd-plugin

Aucun commentaire:

WSL 2 upgrade on windows

Few days ago I would like to use docker from windows with docker composer. And because I am using ansible, I found easier to deal from Linux...