Maven notes
From raju
project.build.outputDirectory
In some pom.xml files, I see variables like ${project.build.outputDirectory}. These variables are defined by maven. For more info, see
- http://maven.apache.org/ref/3.5.3/maven-model/maven.html
- http://maven.apache.org/ref/3.5.3/maven-model-builder/#Model_Interpolation
useful links
- https://cwiki.apache.org/confluence/display/MAVEN/Tutorial%3A+Build+a+JAR+file+with+Maven+in+5+minutes - tutorial to build a jar file with maven in 5 minutes.
- https://maven.apache.org/install.html - Installing Apache Maven
- https://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html - Guide to deploying 3rd party JARs to remote repository