Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix guide broken links and typos 4119 for 2.x #4134

Merged
merged 2 commits into from
Apr 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/common/guides/maven_build.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2020 Oracle and/or its affiliates.
Copyright (c) 2020, 2022 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
Helidon supports Maven by providing the following:

1. The Helidon Application parent POM
2. Dependency managment via the Helidon BOM and Dependencies POMs
2. Dependency management via the Helidon BOM and Dependencies POMs
3. The `helidon-maven-plugin`

== The Helidon Application POM
Expand Down Expand Up @@ -57,7 +57,7 @@ Helidon provides two POMs that are used together for dependency management:


When you use a Helidon Application POM as your project's parent pom, you
inheritent Helidon's dependency management. If
inherent Helidon's dependency management. If
dalexandrov marked this conversation as resolved.
Show resolved Hide resolved
you have your own parent, then you can import Helidon dependency management
like this:

Expand Down Expand Up @@ -96,7 +96,7 @@ Helidon provides a Maven plugin that, among other things, provides the following
1. native-image: Build a <<{helidon-lc-flavor}/guides/36_graalnative.adoc,GraalVM native image>>.
2. jlink-image: Build a <<{helidon-lc-flavor}/guides/37_jlink_image.adoc,custom runtime Java image>>.

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].
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].

If you use the Helidon application parent POM you will have this plugin configured
for you. If you need to customize the `helidon-maven-plugin` you can do so in a few ways:
Expand Down