Skip to content

Inconsistent guides for native image #5111

@rsvoboda

Description

@rsvoboda

I see some inconsistencies in guides for native image

https://quarkus.io/guides/building-native-image-guide mentions new way using <quarkus.package.type>native</quarkus.package.type> property.

https://quarkus.io/guides/maven-tooling mentions only maven plugin definition way.

https://quarkus.io/guides/writing-native-applications-tips mentions only maven plugin definition way.

https://quarkus.io/guides/maven-tooling#build-tool-maven says: If you have not used project scaffolding, add the following elements in your pom.xml
But project scaffolding now uses <quarkus.package.type>native</quarkus.package.type> property way but the guide uses old way.

I think there should be more details about two ways users can take, what are their advantages and how they should select their way. Maybe few words for guys migrating from previous versions.

I played a bit with some text changes but the result wasn't very good so I scratched it and creating issue instead ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions