FroMage / jax-doclets

Set of JavaDoc doclets for modern Java annotations APIs
http://www.lunatech-labs.com/open-source/jax-doclets
GNU Lesser General Public License v3.0
26 stars 23 forks source link

Prefix doclet parameters with fully-qualified lunatech package to avoid collision with other plugins #15

Closed calebjones closed 13 years ago

calebjones commented 13 years ago

Having parameters like "stylesheet", "header", "footer", "link" etc. are too generic and should be prefixed with some kind of unique identifier (ie: "com.lunatech.doclets") to avoid collision with other plugins.

calebjones commented 13 years ago

On second thought, putting these inside the maven <configuration> section is sufficient to scope them. I was originally thinking of the context where someone might pass in parameters via -Dparam=value from the command line.