reset password
Author Message
ummata
Posts: 68
Posted 20:39 Oct 06, 2011 |

Hello all,

I want to run Maven package using Eclipse. This is what I have tried.
- right-click on csns2 project
-> Run as -> Now I see all Maven program(build, clean, generate-source, install, test) except package.

Did I do anything wrong here? Please recommend.

Thank you.

yychen
Posts: 12
Posted 20:43 Oct 06, 2011 |

Run As -> 5 Maven Build 

In the Goal Section type package --> Then click Run

Last edited by yychen at 21:36 Oct 06, 2011.
ummata
Posts: 68
Posted 21:29 Oct 06, 2011 |

Thanks YYCHEN, it works!!