Advertisement
Guest User

Untitled

a guest
Apr 28th, 2012
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Junit maven Error occured in starting fork, check output in log [closed]
  2. <plugin>
  3. <groupId>org.apache.maven.plugins</groupId>
  4. <artifactId>maven-surefire-plugin</artifactId>
  5. <version>2.5</version>
  6. <configuration>
  7. <skipTests>false</skipTests>
  8. <testFailureIgnore>true</testFailureIgnore>
  9. <forkMode>once</forkMode>
  10. </configuration>
  11. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement