The easiest way to make Maven find one of our own projects in dependency resolution is to install that project’s artifact to the Local Repository. ► All Maven Episodes: http://goo.gl/3KK2gb ► Don’t Miss an Episode: http://goo.gl/whzDi1 Share this:
Every wondered where Maven gets dependencies from? Do you know where Maven caches resolved dependencies locally? Let me explain what the Local Repository and Maven Central are and how they play together. This helps you understand what’s going on and to debug when Maven fails to resolve a dependency for […]
To get around in the Maven world, you should know some basic terminology. Let me introduce you to the most important things: Projects, Aggregators, Modules, Artifacts, and Dependencies. ► All Maven Episodes: http://goo.gl/3KK2gb Share this:
Maven is an incredibly helpful tool for managing the dependencies of your projects. Many libraries and frameworks provide Maven support and with a view simple steps you’re up and running. Everywhere. Dependency scopes give you fine grained control over which dependency goes where and Maven’s local repository caching saves bandwidth […]
Apache Maven Multi-Module Projects are a powerful mechanism to organize interdependent, but separate software components. In this episode I demonstrate how to set up multi-module projects in Eclipse and how to manage dependencies and plugins for all the modules. ► All Maven Episodes: http://goo.gl/3KK2gb ► Don’t Miss an Episode: http://goo.gl/whzDi1 […]
In this episode I explain how to configure maven plugins on the example of the maven-compile-plugin. Thereby, I switch my maven project from the default Java 1.5 to Java 1.7. Unfortunately, there is no GUI support for this kind of tasks, so we have to get our hands dirty in […]
Apache Maven is a powerful build-automation tool. The Eclipse integration m2e makes it easy for developers familiar with Eclipse to use Maven for their projects. In this episode I set up a simple Maven project and add a dependency. Furthermore, I show how to run a Maven build of the […]