2 Replies Latest reply on May 5, 2009 3:23 AM by speleomaniac

    maven-resource-dependency-plugin

    speleomaniac

      Hi everybody,

      I discovered this plugin and trying to abuse it for my purposes but I have some problems, so I decided to ask here to get new ideas...

      We have a Richfaces web application (no custom components), along side with richfaces, we have several other javascript and stylesheet files.

      For efficiency purposes, I tried to use this plugin to copy these several other scripts and stylesheets to single files.

      The problem is, when I follow the standart configurations and say to plugin to scan our directories for javascript and stylesheets that I configured, it is also including already packaged rich faces javascript, css plus the files that I configured...

      I tried to play clever and excluded richfaces namespace but the plugin didn't collect and combined any file....

      So my question is, is it possible to configure the plugin the way I want?
      And secondly if not, does anybody knows any other maven plugin that can do the same?

      And one final hope can be, can the plugin modified only to collect the files configured and not care about richfaces components...

      Thx for the answers...