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: Maven in Eclipse (m2e) 08 – MVN Install11 May, 2015 in Let's Develop / Maven tagged Eclipse / m2e / Tools by letsdeveloper
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 […] Maven in Eclipse (m2e) 07 – Repositories8 May, 2015 in Let's Develop / Maven tagged Eclipse / m2e / Tools by letsdeveloper
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 in Eclipse (m2e) 06 – Basic Terminology4 May, 2015 in Let's Develop / Maven tagged Eclipse / m2e / Tools by letsdeveloper
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 […] Maven in Eclipse (m2e) 04 – Dependency Management11 Nov, 2014 in Let's Develop / Maven tagged Eclipse / m2e by letsdeveloper
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 […] Maven in Eclipse (m2e) 03 – Multi-Module Projects23 Jul, 2014 in Let's Develop / Maven tagged Eclipse / m2e by letsdeveloper
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 […] Maven in Eclipse (m2e) 02 – Compiler Configuration9 Jul, 2014 in Let's Develop / Maven tagged Eclipse / m2e by letsdeveloper
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 […] Maven in Eclipse (m2e) 01 – Project Setup3 Jul, 2014 in Let's Develop / Maven tagged Eclipse / m2e by letsdeveloper