An open API service indexing awesome lists of open source software.

https://github.com/coderade/maven-examples

This repository was created with purpose to demonstrate examples created on my study of the Maven tool.
https://github.com/coderade/maven-examples

Last synced: 5 months ago
JSON representation

This repository was created with purpose to demonstrate examples created on my study of the Maven tool.

Awesome Lists containing this project

README

          

# [Maven](https://maven.apache.org) Examples

![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)

**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](https://dependabot.com/) and [Snyk.io](https://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.

## Examples
* `maven-vs-ant`: Two examples demonstrating the same application with the Build tool
Maven and the Scripting tool [Ant](http://ant.apache.org/).
Check the file [MAVEN-VS-ANT.md](maven-vs-ant/README.md) for more information.

* `maven-helloworld`: Example of a Hello World application with Maven.
Check the file [MAVEN-HELLOWORLD.md](maven-helloworld/README.md) for more information.

* `maven-dependencies`: Example of a Maven application with dependencies.
Check the file [MAVEN-DEPENDENCIES.md](maven-dependencies/README.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](maven-dependencies-and-scope/README.md) for more information.

* `maven-build-section`: Example of a Maven application with the build section.
Check the file [MAVEN-BUILD.md](maven-build-section/README.md) for more information.

* `maven-repositories`: Example of a Maven application with repositories.
Check the file [MAVEN-REPOSITORIES.md](maven-repositories/README.md) for more information.

* `maven-compiler-plugin`: Example of a Maven application with the compiler plugin.
Check the file [MAVEN-COMPILER-PLUGIN.md](maven-compiler-plugin/README.md) for more information.

* `maven-jar-plugin`: Example of a Maven application with the jar plugin.
Check the file [MAVEN-JAR-PLUGIN.md](maven-jar-plugin/README.md) for more information.

* `maven-source-plugin`: Example of a Maven application with the source plugin.
Check the file [MAVEN-SOURCE-PLUGIN.md](maven-source-plugin/README.md) for more information.

* `maven-javadoc-plugin`: Example of a Maven application with the Javadoc plugin.
Check the file [MAVEN-JAVADOC-PLUGIN.md](maven-javadoc-plugin/README.md) for more information.

## Installing the tools

To run these examples you need to have Java, Maven, and Ant installed.

Check the [INSTALL.md](INSTALL.md) file to help install them.