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.
- Host: GitHub
- URL: https://github.com/coderade/maven-examples
- Owner: coderade
- Created: 2016-04-10T00:32:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T02:54:30.000Z (over 1 year ago)
- Last Synced: 2024-11-24T03:25:46.715Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Maven](https://maven.apache.org) 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](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.