Re: Maven can not create new project?

2007-07-19 Thread Eric Yu
the goal deps on maven-archetype-plugin, it seems that your maven can not download it On 7/19/07, 钱新林 <[EMAIL PROTECTED]> wrote: hi, everyone, i am a newbie to Maven2. i am here to ask some question about maven. hope some warmhearted friends can help me. i am working on windows and want to use

Re: maven deps problem

2007-07-11 Thread Eric Yu
ye, that's the problem :-( thank you very much! On 7/12/07, MK Tan <[EMAIL PROTECTED]> wrote: Shouldn't it groupId refer to org.springframework? HTH, MK Tan

maven deps problem

2007-07-11 Thread Eric Yu
hi, all I hava a problem here. My project deps on spring, so I add spring(the whole package) as my deps, since my project also deps on struts2-spring-plugin, and the plugin deps on spring-core, spring-beans etc. When i package my project, maven will both copy spring, spring-core, spring-beans... t