Shekhar Gulati of Javalobby put together a helpful list of Maven tips that we thought might be helpful to our clients and readers. Here's an example:
- Maven rf option Most of us work in a multi-module environment and it happens very often that a build fails at some module. It's a big pain to rerun the entire the build. To save you from going through this pain, Maven has an option called rf (i.e. resume) from which you can resume your build from the module where it failed. So, if your build failed at myproject-commons you can run the build from this module by typing:
You can read the rest of the tips over at Javalobby, or for more resources to fine-tune your Java knowledge, LearnQuest has a full library of training courses in all different areas for all different knowledge levels. Please visit our website to find out what solution works best for you!
Recent Comments