eurekaclinical/eurekaclinical-i2b2-integration-service

mvn tomcat7:run -Ptomcat fails unless warfiles are in local repo already

Closed this issue · 1 comments

When we run mvn tomcat7:run using the tomcat profile, the embedded tomcat plugin overwrites the javax.net.ssl.trustStore system property. If all warfiles that will be installed in the tomcat webapps directory are not downloaded before this happens, mvn will fail with certificate errors. The solution is to add a dependencies section to the tomcat profile and list those warfile dependencies there as well.

The fix is implemented.