reset password
Author Message
neilchoksi
Posts: 29
Posted 21:16 Jul 16, 2015 |

Cant Create zip file.

 

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.842 s
[INFO] Finished at: 2015-07-16T21:12:58-08:00
[INFO] Final Memory: 12M/171M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project csjobs: There are test failures.
[ERROR] 
[ERROR] Please refer to H:\WorkSpace\csjobs\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 

shashank7991
Posts: 18
Posted 21:37 Jul 16, 2015 |

check your all test case working properly.?.

if all test cases run without failures than and than only maven-build will allow you to generate csjobs-src.zip file.

neilchoksi
Posts: 29
Posted 21:47 Jul 16, 2015 |

ok. so if one of the test case doesnt work then zip wont be created? how can i upload with two passed case ?

shashank7991
Posts: 18
Posted 21:57 Jul 16, 2015 |

For this question you contact Misha or Harsh or Dr.Sun.

Last edited by shashank7991 at 21:57 Jul 16, 2015.
afetiso
Posts: 84
Posted 22:56 Jul 16, 2015 |

You just need to check Skip Test in run configuration

afetiso
Posts: 84
Posted 22:58 Jul 16, 2015 |

Check picture

Attachments:
neilchoksi
Posts: 29
Posted 23:27 Jul 16, 2015 |

Thanks people. Done.