Skip to content

Commit

Permalink
Fixing: Error: Could not find or load main class
Browse files Browse the repository at this point in the history
org.apache.maven.surefire.booter.ForkedBooter
  • Loading branch information
dkayiwa committed Nov 8, 2018
1 parent 521d14f commit 9dd4a48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 9dd4a48

Please sign in to comment.