Skip to content

mtocchetto/vdldoc-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vdldoc-maven-plugin

Maven plugin designed for enable maven users to create javadocs based on taglibs xml files using the the class "org.omnifaces.vdldoc.VdldocGenerator" provided by the Vdldoc project available at http://vdldoc.omnifaces.org

It works declaring the plugin inside a pom.xml file and binding the execution at any lifecycle phase to execute the goal generate or running directly from the command line.

Please use the command line help to see all available parameters.

Command line help

mvn com.tocchetto:vdldoc-maven-plugin:1.0.0-SNAPSHOT:help -Ddetail=true -Dgoal=generate 

Command line example

mvn com.tocchetto:vdldoc-maven-plugin:1.0.0-SNAPSHOT:generate -DmanualTaglibs=primefaces-p.taglib.xml -DoutputDirectory=vdldoc-primefaces

About

Generates VDL Documentation over taglib.xml files using Omnifaces Vdldoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors