Hi everyone!
Like most of IntelliJ users I come from an Eclipse background. In Eclipse, via WTP, you can easily deploy JBoss configuration files such as datasource or mail session configurations, from eclipse. Is it possible to do something similar with IntelliJ? I have been trying for hous to tweak the deployment configuration but it seems IntelliJ does now recognize "ds.xml" files as being deployable on JBoss.
I know it's possible to just put all ds.xml files directly into the JBoss deploy folder, but this approach is not too practical since switching to different datasources would required leaving the IDE and going to the filesystem navigation.
Regards,