Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

JellyDoc Settings

PropertyOptional?Description
maven.jellydoc.packages Yes Specifies the packages which contain Jelly tags. By restricting this to a subset of your packages will optimise the goal and simplify the documentation. e.g. setting it to org.foo.jelly.* The default value is ${pom.build.sourceDirectory}.*