Is there a way we can download spring-web source and compile with Maven? If yes, could you please let me know the steps?
Comment From: snicoll
Our build is based on Gradle so, no, there isn't a way to compile spring-web with Maven without crafting your own build. It shouldn't be that complicated although if you're trying to reproduce what we officially build, I can only recommend you to use the official build rather than creating your own.
If you have more questions, please follow-up on Stackoverflow, as mentioned in the guidelines for contributing, we prefer to use the issue tracker only for bugs and enhancements.