File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
flow-plugins/flow-maven-plugin/src/main/java/com/vaadin/flow/plugin/maven Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,6 @@ public abstract class FlowModeAbstractMojo extends AbstractMojo
221
221
*
222
222
* @deprecated Use {@link #frontendOutputDirectory} instead.
223
223
*/
224
- @ Parameter (defaultValue = "${project.build.outputDirectory}/"
225
- + VAADIN_WEBAPP_RESOURCES )
226
224
@ Deprecated
227
225
private File webpackOutputDirectory ;
228
226
@@ -642,6 +640,8 @@ public File frontendOutputDirectory() {
642
640
logWarn ("'webpackOutputDirectory' property is deprecated and will be removed in future releases. Please use 'frontendOutputDirectory' instead." );
643
641
frontendOutputDirectory = webpackOutputDirectory ;
644
642
webpackOutputDirectory = null ;
643
+ } else if (webpackOutputDirectory .equals (frontendOutputDirectory )) {
644
+ webpackOutputDirectory = null ;
645
645
} else {
646
646
logWarn ("Both 'frontendOutputDirectory' and 'webpackOutputDirectory' are set. "
647
647
+ "'webpackOutputDirectory' property will be removed in future releases and will be ignored. "
You can’t perform that action at this time.
0 commit comments