Skip to content

Commit

Permalink
fix(plc4j/ui): Tried to get the build working on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 6, 2022
1 parent 56d0b88 commit ae0dccf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plc4j/tools/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
</executions>
</plugin>

<!-- For some reason there is a class: com/sun/javafx/runtime/VersionInfo.class in two artifacts for windows systems -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-ban-duplicate-classes</id>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit ae0dccf

Please sign in to comment.