Skip to content

Commit

Permalink
Temporarily deactivated webfx export
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Mar 17, 2024
1 parent 5517031 commit e881f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<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 @@ -946,11 +945,13 @@
<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 e881f85

Please sign in to comment.