Skip to content

Commit dfc0635

Browse files
authored
Fix guide broken links and typos 4119 for 3.x (helidon-io#4133)
* Fix broken links and typos * Fix copyright * Typo fix
1 parent 4208b87 commit dfc0635

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/common/guides/maven_build.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
Helidon supports Maven by providing the following:
2222
2323
1. The Helidon Application parent POM
24-
2. Dependency managment via the Helidon BOM and Dependencies POMs
24+
2. Dependency management via the Helidon BOM and Dependencies POMs
2525
3. The `helidon-maven-plugin`
2626
2727
== The Helidon Application POM
@@ -57,7 +57,7 @@ Helidon provides two POMs that are used together for dependency management:
5757
5858
5959
When you use a Helidon Application POM as your project's parent pom, you
60-
inheritent Helidon's dependency management. If
60+
inherit Helidon's dependency management. If
6161
you have your own parent, then you can import Helidon dependency management
6262
like this:
6363
@@ -96,7 +96,7 @@ Helidon provides a Maven plugin that, among other things, provides the following
9696
1. native-image: Build a <<{helidon-lc-flavor}/guides/36_graalnative.adoc,GraalVM native image>>.
9797
2. jlink-image: Build a <<{helidon-lc-flavor}/guides/37_jlink_image.adoc,custom runtime Java image>>.
9898
99-
For full documentation of the plugin please see the https://github.com/oracle/helidon-build-tools/tree/master/helidon-maven-plugin[Helidon Maven Plugin README].
99+
For full documentation of the plugin please see the https://github.com/oracle/helidon-build-tools/tree/master/maven-plugins/helidon-maven-plugin[Helidon Maven Plugin README].
100100
101101
If you use the Helidon application parent POM you will have this plugin configured
102102
for you. If you need to customize the `helidon-maven-plugin` you can do so in a few ways:

0 commit comments

Comments
 (0)