4 Replies Latest reply on Dec 24, 2009 9:33 AM by nbelaevski

    Maven Resource Dependency Plugin problem

    walaric

      When i build my project with the maven resource dependency plugin launching the process-resources phase, the concatenated css and js are well generated with all the js and css required by my components. After the deployment, when i want to launch a modalpanel in a web page, it gives me some js errors like these ones:


      Firebug errors
      3) ModalPanel is not defined

      In my template, i called these js and css like this:

      <script type="text/javascript" src="/richfaces/scripts.js" charset="utf-8"></script>
      <link rel="stylesheet" href="/richfaces/styles.xcss" type="text/css" media="screen" />

      I see no solution to this problem because i'm just using the plugin and nothing else...