Java - Maven: Difference between revisions

From My Limbic Wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=About=
http://maven.apache.org
http://stackoverflow.com/questions/tagged/maven-3
Maven Users List <users@maven.apache.org>
=Configuration=
=Configuration=
* .m2/settings.xml
* .m2/settings.xml
Line 8: Line 13:
* Artifact ID = Library Name
* Artifact ID = Library Name
* Version = Unique Release Number
* Version = Unique Release Number
=Overview=
* Dependencies
* Plugins
* Controlling the build
* The project Website
* The maven release process
* Multi Module Projects
* Tricks and pattern
** Ant Plugin
** Accessing Maven artifacts from ant
** Simpler installer
** Functional test

Latest revision as of 18:11, 24 October 2019

About

http://maven.apache.org http://stackoverflow.com/questions/tagged/maven-3 Maven Users List <users@maven.apache.org>

Configuration

  • .m2/settings.xml
  • pom.xml - Project Object Model
  • cmd = "mvn"

Pom

  • Group ID = Top Level Package
  • Artifact ID = Library Name
  • Version = Unique Release Number

Overview

  • Dependencies
  • Plugins
  • Controlling the build
  • The project Website
  • The maven release process
  • Multi Module Projects
  • Tricks and pattern
    • Ant Plugin
    • Accessing Maven artifacts from ant
    • Simpler installer
    • Functional test