Skip to content

Commit

Permalink
Revert "Temporarily deactivated webfx export"
Browse files Browse the repository at this point in the history
This reverts commit e881f85.
  • Loading branch information
salmonb committed Mar 17, 2024
1 parent e881f85 commit 3d5e3a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<plugin.enforcer.version>3.3.0</plugin.enforcer.version>

<!-- Other third-party plugins versions -->
<plugin.buildhelper.version>3.3.0</plugin.buildhelper.version>
<plugin.javapackager.version>1.7.5</plugin.javapackager.version>
<plugin.javafx.version>0.0.8</plugin.javafx.version>

Expand Down Expand Up @@ -945,13 +946,11 @@
<profile>
<id>auto-plugin-webfx</id>
<!-- We recognize a WebFX module by the presence of a webfx.xml file -->
<!--
<activation>
<file>
<exists>webfx.xml</exists>
</file>
</activation>
-->
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 3d5e3a7

Please sign in to comment.