You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/developer-guide/modules/tooling-guide/pages/maven-plugin.adoc
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ To include the plugin, use the following dependency:
16
16
</dependency>
17
17
----
18
18
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.
20
23
21
24
== Validating an Aspect Model
22
25
@@ -462,4 +465,4 @@ Configuration Properties:
462
465
| `modelsRootDirectory` | The path to the root directory containing the Aspect Model file(s). | `String` | `${basedir}/src/main/resources/aspects` | {nok}
463
466
| `includes` | A list of Aspect Model URNs identifying the Aspect Models to be included in the plugin execution. | `String` | none | {ok}
464
467
| `outputDirectory` | The path to the directory containing the pretty printed Aspect Model. | `String` | none | {ok}
0 commit comments