From 5c9f8289166e5fdd304f58698ec45e555c09d2ab Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 3 Jun 2020 01:22:43 -0500 Subject: [PATCH] Update plugins --- README.md | 4 +--- pom.xml | 21 +++------------------ 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c431332..1d442f5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ Prerequisites: - Java 11+ installed - Maven 3+ installed -To start a game, run the command `mvn exec:java` - -Or (experimental with modules), run the command `mvn javafx:compile`, then `mvn javafx:run` +To start a game, run the command `mvn javafx:run` Controls: diff --git a/pom.xml b/pom.xml index 1b93e9b..05935c2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ maven-compiler-plugin - 3.8.0 + 3.8.1 11 @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M2 + 3.0.0-M3 enforce-versions @@ -59,22 +59,7 @@ org.openjfx javafx-maven-plugin - 0.0.1 - - com.charego.freecell.FreeCellApplication - - - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - - java - - - + 0.0.4 com.charego.freecell.FreeCellApplication