maven « Tag « JSP-Servlet Q&A





1. Netbeans does not see custom *.tagx in my Maven war dependency    stackoverflow.com

I have this scenarion in my project:

  • Maven2 for dependency management
  • One project 'common-web' (war) contains all images, css files, js files, layout files etc. It also contains custom tags (*.tagx files) that ...

2. Where do I put the .tld file so that the resulting JAR file built with maven2 is properly packaged?    stackoverflow.com

I currently have the following directory structure for my code:

src
|-- main
|   `-- java
|       `-- com
|         ...