Re: run jetty with war from dependencies

2010-03-11 Thread Alexander
Thanks for that! Actually I found its more easy to use cargo2 plugin instead. But you gave me right direction for solving this problem. On 11 March 2010 12:42, Aleksey Didik wrote: > Hello, > Try to use maven-dependency-plugin in couple with jetty-maven-plugin. > First can dowload artifact (war

Re: run jetty with war from dependencies

2010-03-10 Thread Aleksey Didik
Hello, Try to use maven-dependency-plugin in couple with jetty-maven-plugin. First can dowload artifact (war) from repository. Second, start this war as webapp. http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html hth, Aleksey. 11.03.2010 10:30, Alexander пи

run jetty with war from dependencies

2010-03-10 Thread Alexander
Hello, How could I run jetty from maven with webapp (war file) from repository? -- Regards, Alexander