Maven Examples
This project has been developed in 2014 with the purpose to demonstrate examples with the Maven tool and is not maintained anymore. Some libraries are being updated using the Dependabot and Snyk.io services, but no further tests are being done.
This repository was created with purpose to demonstrate examples created in thestudy of the Maven tool.
-
maven-vs-ant: Two examples demonstrating the same application with the Build tool Maven and the Scripting tool Ant. Check the file MAVEN-VS-ANT.md for more information. -
maven-helloworld: Example of a Hello World application with Maven. Check the file MAVEN-HELLOWORLD.md for more information. -
maven-dependencies: Example of a Maven application with dependencies. Check the file MAVEN-DEPENDENCIES.md for more information. -
maven-dependencies-and-scope: Example of a Maven application with dependencies and different scopes. Check the file MAVEN-DEPENDENCIES-AND-SCOPE.md for more information. -
maven-build-section: Example of a Maven application with the build section. Check the file MAVEN-BUILD.md for more information. -
maven-repositories: Example of a Maven application with repositories. Check the file MAVEN-REPOSITORIES.md for more information. -
maven-compiler-plugin: Example of a Maven application with the compiler plugin. Check the file MAVEN-COMPILER-PLUGIN.md for more information. -
maven-jar-plugin: Example of a Maven application with the jar plugin. Check the file MAVEN-JAR-PLUGIN.md for more information. -
maven-source-plugin: Example of a Maven application with the source plugin. Check the file MAVEN-SOURCE-PLUGIN.md for more information. -
maven-javadoc-plugin: Example of a Maven application with the Javadoc plugin. Check the file MAVEN-JAVADOC-PLUGIN.md for more information.
To run these examples you need to have Java, Maven, and Ant installed.
Check the INSTALL.md file to help install them.