|
1 | 1 | /////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
|
3 | | - Copyright (c) 2020 Oracle and/or its affiliates. |
| 3 | + Copyright (c) 2020, 2022 Oracle and/or its affiliates. |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
|
21 | 21 | Helidon supports Maven by providing the following: |
22 | 22 |
|
23 | 23 | 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 |
25 | 25 | 3. The `helidon-maven-plugin` |
26 | 26 |
|
27 | 27 | == The Helidon Application POM |
@@ -57,7 +57,7 @@ Helidon provides two POMs that are used together for dependency management: |
57 | 57 |
|
58 | 58 |
|
59 | 59 | 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 |
61 | 61 | you have your own parent, then you can import Helidon dependency management |
62 | 62 | like this: |
63 | 63 |
|
@@ -96,7 +96,7 @@ Helidon provides a Maven plugin that, among other things, provides the following |
96 | 96 | 1. native-image: Build a <<{helidon-lc-flavor}/guides/36_graalnative.adoc,GraalVM native image>>. |
97 | 97 | 2. jlink-image: Build a <<{helidon-lc-flavor}/guides/37_jlink_image.adoc,custom runtime Java image>>. |
98 | 98 |
|
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]. |
100 | 100 |
|
101 | 101 | If you use the Helidon application parent POM you will have this plugin configured |
102 | 102 | for you. If you need to customize the `helidon-maven-plugin` you can do so in a few ways: |
|
0 commit comments