I have downloaded Apache Tomcat sources and built them with Ant script provided. I want to use Maven instead of Ant because it is much more convinient and familiar to me. Where can I find Maven POM file for building Apache Tomcat from sources?
I have downloaded Apache Tomcat sources and built them with Ant script provided. I
Share
There is no official Maven build process for any version of Tomcat. The topic has been discussed several times amongst the community and the developers and none of the developers feel compelled to change switch the Tomcat build process from Ant to Maven. If someone can provide compelling reasons to switch (and not just “because Maven is better!”), they may reconsider.