![]() | 1 | initial version |
I'd like to share the solution,and the problem can be sloved as follws: please add these statement in the pom.xml file of the validation-base folder, <plugin> <artifactid>maven-surefire-plugin</artifactid> <version>2.15</version> <configuration> <testfailureignore>true</testfailureignore> </configuration> </plugin> As above showed <configuration> is the statement added.
![]() | 2 | No.2 Revision |
I'd like to share the solution,and the problem can be sloved as follws:
please add these statement in the pom.xml file of the validation-base folder,
<plugin>
<artifactid>maven-surefire-plugin</artifactid>
<version>2.15</version>
<configuration>
<testfailureignore>true</testfailureignore>
</configuration>
</plugin>
As above showed <configuration> "configuration" is the statement added.
© 2014 AllSeen Alliance, Inc. All Rights Reserved.
Linux Foundation is a registered trademark of The Linux Foundation. AllSeen and AllSeen Alliance are trademarks of the AllSeen Alliance, Inc.
Linux is a registered trademark of Linus Torvalds.
Please see our brand guidelines, trademark guidelines, terms of use and privacy policy.