Jump to content

JadoN

Members
  • Posts

    279
  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. JadoN's post in Eclipse error build failed! was marked as the answer   
    ty mate 🙂 i  just add this code and worked for me!
     
    <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> <testFailureIgnore>true</testFailureIgnore> </configuration> </plugin>
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..