Maven: Multiple plugins invoking multiple lifecycles -


i've been using maven quite time (years), it's surprising me i've never come across issue before, or @ least have way of dealing it...

i trying invoke following plugin/goals (in specified order):

  1. sql-maven-plugin:execute
  2. hibernate3:hbm2ddl
  3. dbunit:operation
  4. jetty:run

in nutshell, i'm creating database, generating schema, inserting data, , starting webapp. however, both hbm2ddl , jetty:run goals invoke (fork) lifecycle phases of own, causes of other bound plugin goals run multuple times.

this not want. there way workaround issue?

thanks!!

i've found few stack overflow issues related (jetty:run goal in particular), related bugs:


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -