Skip to content

Commit d1bfb42

Browse files
committed
[MSITE-887] Deprecate templateFile parameter
1 parent 6c42df3 commit d1bfb42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java

+2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ public abstract class AbstractSiteRenderingMojo extends AbstractSiteDescriptorMo
9090
* are disabled. It is highly recommended that you package this as a skin instead.
9191
*
9292
* @since 2.0-beta-5
93+
* @deprecated Upcoming major Doxia version removes support for template files in favor of skins.
9394
*/
9495
@Parameter( property = "templateFile" )
96+
@Deprecated
9597
private File templateFile;
9698

9799
/**

0 commit comments

Comments
 (0)