how to upgrade the version of transitive dependency?!

2008-07-01 Thread oliver.maven
hi,all my Maven libraries container found a dependency ,which is asm-1.5.3.jar,it is automatically added by other dependency transitivly. but the version is to low caused a ClassNotFound exception at runtime, i can not add a new asm dependency by using m2eclipse,because the asm dependency

how to find the *.hbm.xml if the file doesnt located in the resources directory?

2008-06-30 Thread oliver.maven
hi,all due to i put the *.hbm.xml file together with the persistent class,when i build the project,will cause file not found error. so how to solve this so that can find the file?!put them in resources?but i still like these close to it's java class. thank you! oliver.lee 2008-06-30

No Jsp in the work directory after run mvn jetty:run-war?!

2008-06-29 Thread oliver.maven
hi,all after mvn jetty:run-war , i found there is no on other file in work directory except a lib directory which contains many dependencies. Then i got the 404 NOT_FOUND error When i visit the url,any way to solve this problem? here is my coniguration: plugin

Sorry for my last mail,i can view other files after refresh the work directory!

2008-06-29 Thread oliver.maven
but still got 404 NOT_FOUND error!_ oliver.lee 2008-06-30

Some questions about executions?!thanks for any help!

2008-06-19 Thread oliver.maven
hi,all some questions about executions section i have, 1-Does execution only can be activated along with it's config phase been called? 2-If i have 2 executions,both of them didn't set phase / section, when and which one will executed? 3-How to directly invoke one of execution? waiting for

what is difference between configuarion and execution of plugin ?

2008-06-19 Thread oliver.maven
hi, i know execution may contains configuration,but i am still confusing, some plugin has the configuration only,some plugin has the execution only, and some has both of them, how to differentiate them and use correctly? thanks a lot! oliver.lee 2008-06-20

Re: Re: what is difference between configuarion and execution of plugin ?

2008-06-19 Thread oliver.maven
is difference between configuarion and execution of plugin ? On Thu, Jun 19, 2008 at 9:30 PM, oliver.maven [EMAIL PROTECTED] wrote: hi, i know execution may contains configuration,but i am still confusing, some plugin has the configuration only,some plugin has the execution only, and some

who can explain this table about dependencies scope?

2008-06-13 Thread oliver.maven
hi,all i am learning maven by reading offical document,when i encounter this table below,i am really cant understand it,so anyone can give me one reality example?or explain in more detail? from offical:Each of the scopes (except for import ) affects transitive dependencies in different ways,

Re: Re: who can explain this table about dependencies scope?

2008-06-13 Thread oliver.maven
thank you very much! oliver.lee 2008-06-13 发件人: [EMAIL PROTECTED] 发送时间: 2008-06-13 19:45:48 收件人: Maven Users List 抄送: 主题: Re: who can explain this table about dependencies scope? oliver.maven schrieb: hi,all i am learning maven by reading offical document,when i encounter this table

which repository contains the 2 artifacts?

2008-05-10 Thread oliver.maven
. thanks a lot! oliver.maven 2008-05-10

Re: Re: which repository contains the 2 artifacts?

2008-05-10 Thread oliver.maven
hi Brian Fox thanks for reply! actually i do config the mirror of *.are there any other reason i cant download these artifact? oliver.maven 2008-05-10 发件人: Brian Fox 发送时间: 2008-05-10 17:01:06 收件人: Maven Users List 抄送: 主题: Re: which repository contains the 2 artifacts? For nexus we

where to put the 'data' directory for hsqldb?

2008-04-24 Thread oliver.maven
hi, i am a maven newbie, i want use hsqldb as my development database,normally it need a directroy to store the related files where to put this directory within the maven's directory structure? thanks a lot! oliver.maven 2008-04-24

Re: RE: where to put the 'data' directory for hsqldb?

2008-04-24 Thread oliver.maven
/ db-name still can work,thank you so much! oliver.maven 2008-04-25 发件人: J�rg_Schaible 发送时间: 2008-04-24 23:46:34 收件人: Maven Users List 抄送: 主题: RE: where to put the 'data' directory for hsqldb? Hi Oliver, oliver.maven wrote: hi, i am a maven newbie, i want use hsqldb as my development

pom descriptor in target directory??

2008-04-06 Thread oliver.maven
hi,all friends i am studying maven2 recentlly,i found that there are many directories in appfuse's target directories,like appfuse-data,appfuse-service,each directory contains one pom descriptor,i want know what do these poms used for??i think they are used for combine some other modules when