Skip to content

Commit

Permalink
fix: dependencies and plugins in pom.xml. IDE run configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsa committed Feb 12, 2026
1 parent b7ac75c commit 248a8a6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 deletions.
33 changes: 33 additions & 0 deletions .idea/runConfigurations/JavaFX_run.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@
<version>3.5.4</version>
</dependency>

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.12.0</version>
</dependency>

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>25.0.1</version>
</dependency>


</dependencies>

<build>
Expand All @@ -47,8 +48,11 @@

<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>25.0.1</version>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
<configuration>
<mainClass>edu.ntnu.idi.idatt.Main</mainClass>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 248a8a6

Please sign in to comment.