Articles tagged with: maven
headline, maven, screencast »
headline, maven, screencast »
This screencast explains the basics of how Maven repositories and artifact dependencies work. In this lesson you’ll learn how Maven coordinates are defined for an artifact in the Project Object Model (POM) file. Then you’ll learn how to reference a dependent artifact using the coordinate system. We’ll take a look at local and remote repositories and how they interact. We’ll also learn how artifacts are installed into the local repository and play around on the command line to see all of these features in action.
featured, headline, maven, screencast »
headline, maven, screencast »
This screencast shows you how to get started with Apache Maven. First it points you to the Maven download and installation instructions. Then it shows you how to verify that Maven was installed. After that, the screencast walks through the generation of a basic project using the archetype:generate goal. The screencast concludes by taking a look at the generated directory structure and examining the contents of the pom.xml (Project Object Model) file.
