Browse Source

Merge pull request #3 from jordanmason-stleo/master

Updates from Jordan
pull/4/head
Gregory Rudolph 4 years ago committed by GitHub
parent
commit
a056902f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pom.xml

8
pom.xml

@ -49,6 +49,14 @@ @@ -49,6 +49,14 @@
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<configuration>
<mainClass>MTGClone.Driver</mainClass>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>

Loading…
Cancel
Save