Skip to content

Commit dd45d29

Browse files
authored
Merge pull request #189 from bci-oss/187-fix-link-in-maven-plugin-docs
Fix broken xref in Maven Plugin documentation
2 parents 2a7c294 + 68ecfb2 commit dd45d29

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

documentation/developer-guide/modules/tooling-guide/pages/maven-plugin.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ To include the plugin, use the following dependency:
1616
</dependency>
1717
----
1818

19-
NOTE: the current implementation of the `sds-aspect-model-maven-plugin` uses the `FileSystemStrategy` to resolve Aspect Models. See xref:java-aspect-tooling.adoc#understanding-model-resolution for more information.
19+
NOTE: the current implementation of the `sds-aspect-model-maven-plugin` uses the
20+
`FileSystemStrategy` to resolve Aspect Models. See
21+
xref:java-aspect-tooling.adoc#understanding-model-resolution[Understanding Model
22+
Resolution] for more information.
2023

2124
== Validating an Aspect Model
2225

@@ -462,4 +465,4 @@ Configuration Properties:
462465
| `modelsRootDirectory` | The path to the root directory containing the Aspect Model file(s). | `String` | `${basedir}/src/main/resources/aspects` | {nok}
463466
| `includes` | A list of Aspect Model URNs identifying the Aspect Models to be included in the plugin execution. | `String` | none | {ok}
464467
| `outputDirectory` | The path to the directory containing the pretty printed Aspect Model. | `String` | none | {ok}
465-
|===
468+
|===

0 commit comments

Comments
 (0)