Amongst other tasks, in development we have a need occasionally to copy static content files into our web root from a network location. We decided to create a maven plugin to allow these tasks to be setup quickly on the command line (rather than having a collection of batch scripts to do this). Our maven [...]
Posts Tagged / Maven
Beware what you put in the endorsed dir!
We use docflex to build our XSD documentation, integrating with maven to produce XSD documentation in our maven site reports. I recently had to upgrade some developers from docflex-re 1.8.0 to 1.8.5, this migration went fine. For some reason it didn’t on my machine. I received the following error: Anyway to cut a long story [...]