Closed xfr-dev closed 2 years ago
yes your are right. maybe best solution is to add a new input field in the configuration dialog where you can define 'custom hot deploy directories'. And then these directories overwrite the IGNORE_DIRCTOTRIES
Yes, imho, that would be a good resolution. I have one more question : if the src/main/resources or target/classes directory was not ignored, will the content of these directory be indeed copied to WEB-INF/classes directory of the webapp deployed in the server?
watch out for the new Maven-based solution 2.0 .....
While looking at the source of the HotdeployBuilder, i saw the multiple directories are ignored for the hot deploy :
While I think this is nice to have defaults, it could be nicer to be able to configure/override the ignored directories list. For example, I would use it to hot deploy "src/main/resources" because, in my case, the resource bundle of the web application reside in this directory.