Re: dependency to run jetty on a dependent project

2009-08-30 Thread ZsJoska
://www.nabble.com/dependency-to-run-jetty-on-a-dependent-project-tp23252831p25215374.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: dependency to run jetty on a dependent project

2009-04-29 Thread Grant Rettke
On Wed, Apr 29, 2009 at 6:19 PM, ZsJoska wrote: > Could not convince jetty to start in the generate-sources phase... That passes my current bounds of knowledge :). - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: dependency to run jetty on a dependent project

2009-04-29 Thread ZsJoska
-mail: users-h...@maven.apache.org >> >> >> > > -- View this message in context: http://www.nabble.com/dependency-to-run-jetty-on-a-dependent-project-tp23252831p23302613.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: dependency to run jetty on a dependent project

2009-04-29 Thread ZsJoska
s in the order that you desire. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this message in context: http://www.nabble

Re: dependency to run jetty on a dependent project

2009-04-28 Thread Grant Rettke
On Tue, Apr 28, 2009 at 8:52 AM, ZsJoska wrote: > How could I make the wsimport goal from myProject-wsclient to depend from > the jetty:run goal in the myProject-ws module. Why not create a POM that references these two projects a sub-modules. You can initiate the goals in the order that you des

Re: dependency to run jetty on a dependent project

2009-04-28 Thread ZsJoska
t; pom.xml? > > You can attach that goal to any phase you wish. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this message in context:

Re: dependency to run jetty on a dependent project

2009-04-27 Thread Grant Rettke
On Mon, Apr 27, 2009 at 1:48 PM, ZsJoska wrote: > Thanks for your answer but is that possible to attach to the code-generation > (i think is more suitable) phase the jetty:run goal from/for another > pom.xml? You can attach that goal to any phase you wish. ---

Re: dependency to run jetty on a dependent project

2009-04-27 Thread ZsJoska
hase solve your > problem? > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this message in context: http:/

Re: dependency to run jetty on a dependent project

2009-04-27 Thread Grant Rettke
> How could I do this automatically? Would attaching the jetty:run goal to the pre-test phase solve your problem? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apac

dependency to run jetty on a dependent project

2009-04-27 Thread Jozsef Zsido
Hi, I have the following setup: A super pom project which enumerates 2 modules: a web service war project and a web service client project. The web service client calls the wsimport goal in order to generate the client artifacts but that fails if I don’t run the other project with mvn jetty:ru