We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42df3 commit d1bfb42Copy full SHA for d1bfb42
src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java
@@ -90,8 +90,10 @@ public abstract class AbstractSiteRenderingMojo extends AbstractSiteDescriptorMo
90
* are disabled. It is highly recommended that you package this as a skin instead.
91
*
92
* @since 2.0-beta-5
93
+ * @deprecated Upcoming major Doxia version removes support for template files in favor of skins.
94
*/
95
@Parameter( property = "templateFile" )
96
+ @Deprecated
97
private File templateFile;
98
99
/**
0 commit comments