Skip to content

Commit

Permalink
[MSITE-887] Deprecate templateFile parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 16, 2022
1 parent 6c42df3 commit d1bfb42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ public abstract class AbstractSiteRenderingMojo extends AbstractSiteDescriptorMo
* are disabled. It is highly recommended that you package this as a skin instead.
*
* @since 2.0-beta-5
* @deprecated Upcoming major Doxia version removes support for template files in favor of skins.
*/
@Parameter( property = "templateFile" )
@Deprecated
private File templateFile;

/**
Expand Down

0 comments on commit d1bfb42

Please sign in to comment.