Add dependence of the project into my custom plugin

Oh this is a good news for me.
In the my precendent use case, tomcat has a the personal jars, an exampe jasper.jar and for precompile page jsp into my project I have need for the jar for jasper, now is possible two option

  • Into plugin adding dependence and non included it when i create the war
  • The plugin usinging a jar into tomcat_dir/lib for compile the jsp page, in this case I didn’t have need for exluded the dependence when I create a war