I have heard Spring for years but i have no chance to work with it before. Finally i could get a touch on it in year 2010. My first goal is learning the Spring MVC.
I find a very useful tutorial on building a Spring MVC application. The sample codes there use Ant for building the application.
The maven-antrun-plugin allows us to run Ant tasks in Maven. On the contrary, there is no Ant task for running Maven in Ant. Continue reading Run Maven in Ant→
You may encounter the error java.lang.OutOfMemoryError: Java heap space when running Maven. You can set the heap memory by setting the MAVEN_OPTS environmental variable. Continue reading Maven – How to set Java Heap Memory→