1 Reply Latest reply on Apr 1, 2010 4:35 PM by gaborj

    how to configure POM.xml file?

    abucs01

      Hi ,


      we need to configure maven resource dependency plugin  in the application main POM file and run build,


      i dont know what is main POM file and what is purpose then next in POM file i need to configure maven resource dependency plugin so how can i do that?



      Any body help me pls



        • 1. Re: how to configure POM.xml file?
          gaborj

          Hi,


          Maven build tool is not part of Seam, it is separate topic/project/bunch of information... You can check maven project docs on apache.org. for POM definition, also you can have a look in your local Maven repo for examples of POMs, e.g. also the ones used by Seam... (by default it is

          <userDir>/.m2/...

          )...