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

Location of the layers schema is incorrect in the Maven Plugin's examples #43032

Closed
wilkinsona opened this issue Nov 5, 2024 · 0 comments
Closed
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@wilkinsona
Copy link
Member

We've got this at the moment:

<layers xmlns="http://www.springframework.org/schema/boot/layers"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/boot/layers
                            layers-xsd: https://www.springframework.org/schema/boot/layers/layers-3.3.xsd">

I think the layers-xsd: is incorrect and it should be the following:

<layers xmlns="http://www.springframework.org/schema/boot/layers"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/boot/layers
                            https://www.springframework.org/schema/boot/layers/layers-3.3.xsd">

This would then align with what we've got in the 3.2 docs.

@wilkinsona wilkinsona added the type: documentation A documentation update label Nov 5, 2024
@wilkinsona wilkinsona added this to the 3.3.x milestone Nov 5, 2024
@wilkinsona wilkinsona self-assigned this Nov 5, 2024
@wilkinsona wilkinsona changed the title XSD configuration in Maven Plugin layers examples is incorrect Location of the layers schema is incorrect in the Maven Plugin's examples Nov 5, 2024
@wilkinsona wilkinsona modified the milestones: 3.3.x, 3.3.6 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

1 participant