0 Replies Latest reply on Nov 18, 2008 11:33 AM by no_escape

    Jboss + Maven

    no_escape

      Hi, I have a multi-project maven build system defined on my project (1 parent pom file, and 1 pom file for every subproject).
      We are needing a way for starting/stopping jboss from within maven, but every time I configure a plugin (maven jboss plugin, cargo, is there another?) on the parent pom file it gets inheritated to every subproject so for every module it starts jboss (jboss gets started once per subproject).
      How can we overcome this? I'm deploying the files using an ant task inside maven, right after the install phase...is there another way?

      thanks in advance.