Johnsd11 commented on issue #65: URL: https://github.com/apache/ctakes/issues/65#issuecomment-2836006170
By the way, for all who are using "mvn install" and aren't interested in creating a binary installation: There is a new maven profile called "no-zips-build" in ctakes 5. When enabled it will skip the creation of src and binary tar.gz and .zip files during the package phase. This significantly speeds up build-time and sometimes you just want the jars - such as for mvn install. In addition, there are 2 new profiles in ctakes 5 for web war creation: "web-rest-build" and "ytex-web-build". When enabled, these will build the corresponding war files. By default the wars are not built. Why? Because doing so creates 2 or 3 extra copies of ctakes. One copy of jars, one copy in the .war, and then a 3rd in the binary .zip file. This all leads to a longer build time and much larger disk footprint. In addition, most users do not use the web projects, and if they do they usually want one, not both. With proper documentation (coming soon) this should not cause any confusion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
