Skip a submodule during a Maven build
We have a need to be able to skip a submodule in certain environments. The module in question contains integration tests and takes … Read more
We have a need to be able to skip a submodule in certain environments. The module in question contains integration tests and takes … Read more
Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the repository? Say, you … Read more
Is it possible to point to a specific settings file in order to override the default settings.xml being used by maven for a … Read more
In Maven, what does the project.build.directory refer to? I am a bit confused, does it reference the source code directory or the target … Read more
Is there a specific recommended approach to the inclusion of the spring-boot parent pom into projects that already have a required parent POM? … Read more
I have config files and various documents that I want to copy from the dev environment to the dev-server directory using Maven2. Strangely, … Read more
In our company in the CI machines maven local repository is purged before every build. As result my build logs always have a … Read more
Looking at documentation http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html, we can see <scope> tag under <dependency> What is that and how can we use it for running test? … Read more
Recently, Apache Maven seems to be having caching issues. Performing clean installs on our projects using Windows Vista or Windows 7 sometimes produce … Read more
Supposing my maven project is located in /some/location/project and my current location is /another/location/ how can I run maven build without changing to … Read more