move example-pom to samples/

This commit is contained in:
Robert Stoll
2020-04-24 16:10:03 +02:00
parent ab44ed9a7f
commit ca9d79353a
3 changed files with 1 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ dependencies {
Because maven is a bit more verbose than gradle, the example is not listed here but
a [settings.xml](https://github.com/robstoll/atrium/tree/master/misc/maven/settings.xml)
is provided to set up the repository as well as an
[example-pom.xml](https://github.com/robstoll/atrium/tree/master/misc/maven/example-pom.xml)
[example-pom.xml](https://github.com/robstoll/atrium/tree/master/samples/maven/example-pom.xml)
which includes the necessary dependencies.
That is all, you are all set. Jump to [Examples](#examples) which shows how to use Atrium.