|
27 | 27 |
|
28 | 28 | <examples> |
29 | 29 | <toc auto-generate="true" /> |
30 | | - <example-section number="1" id="effective-dependency-management"> |
| 30 | + <example number="1" id="effective-dependency-management"> |
31 | 31 | <example-header> |
32 | 32 | <example-title>Effective Dependency Management</example-title> |
33 | 33 | <example-subtitle>Manage Dependencies Effectively using `dependencyManagement` and BOMs</example-subtitle> |
|
129 | 129 | ]]></code-block> |
130 | 130 | </bad-example> |
131 | 131 | </code-examples> |
132 | | - </example-section> |
| 132 | + </example> |
133 | 133 |
|
134 | | - <example-section number="2" id="standard-directory-layout"> |
| 134 | + <example number="2" id="standard-directory-layout"> |
135 | 135 | <example-header> |
136 | 136 | <example-title>Standard Directory Layout</example-title> |
137 | 137 | <example-subtitle>Adhere to the Standard Directory Layout</example-subtitle> |
@@ -173,9 +173,9 @@ my-app/ |
173 | 173 | ]]></code-block> |
174 | 174 | </bad-example> |
175 | 175 | </code-examples> |
176 | | - </example-section> |
| 176 | + </example> |
177 | 177 |
|
178 | | - <example-section number="3" id="plugin-management"> |
| 178 | + <example number="3" id="plugin-management"> |
179 | 179 | <example-header> |
180 | 180 | <example-title>Plugin Management and Configuration</example-title> |
181 | 181 | <example-subtitle>Manage Plugin Versions and Configurations Centrally</example-subtitle> |
@@ -245,9 +245,9 @@ my-app/ |
245 | 245 | ]]></code-block> |
246 | 246 | </bad-example> |
247 | 247 | </code-examples> |
248 | | - </example-section> |
| 248 | + </example> |
249 | 249 |
|
250 | | - <example-section number="4" id="build-profiles"> |
| 250 | + <example number="4" id="build-profiles"> |
251 | 251 | <example-header> |
252 | 252 | <example-title>Use Build Profiles for Environment-Specific Configurations</example-title> |
253 | 253 | <example-subtitle>Employ Build Profiles for Environment-Specific Settings</example-subtitle> |
@@ -317,9 +317,9 @@ my-app/ |
317 | 317 | ]]></code-block> |
318 | 318 | </bad-example> |
319 | 319 | </code-examples> |
320 | | - </example-section> |
| 320 | + </example> |
321 | 321 |
|
322 | | - <example-section number="5" id="readable-poms"> |
| 322 | + <example number="5" id="readable-poms"> |
323 | 323 | <example-header> |
324 | 324 | <example-title>Keep POMs Readable and Maintainable</example-title> |
325 | 325 | <example-subtitle>Structure POMs Logically for Readability</example-subtitle> |
@@ -408,9 +408,9 @@ my-app/ |
408 | 408 | ]]></code-block> |
409 | 409 | </bad-example> |
410 | 410 | </code-examples> |
411 | | - </example-section> |
| 411 | + </example> |
412 | 412 |
|
413 | | - <example-section number="6" id="manage-repositories"> |
| 413 | + <example number="6" id="manage-repositories"> |
414 | 414 | <example-header> |
415 | 415 | <example-title>Manage Repositories Explicitly</example-title> |
416 | 416 | <example-subtitle>Declare Custom Repositories Explicitly and Minimize Their Use</example-subtitle> |
@@ -460,9 +460,9 @@ my-app/ |
460 | 460 | ]]></code-block> |
461 | 461 | </bad-example> |
462 | 462 | </code-examples> |
463 | | - </example-section> |
| 463 | + </example> |
464 | 464 |
|
465 | | - <example-section number="7" id="centralize-version-management"> |
| 465 | + <example number="7" id="centralize-version-management"> |
466 | 466 | <example-header> |
467 | 467 | <example-title>Centralize Version Management with Properties</example-title> |
468 | 468 | <example-subtitle>Use Properties to Manage Dependency and Plugin Versions</example-subtitle> |
@@ -620,7 +620,7 @@ my-app/ |
620 | 620 | ]]></code-block> |
621 | 621 | </bad-example> |
622 | 622 | </code-examples> |
623 | | - </example-section> |
| 623 | + </example> |
624 | 624 | </examples> |
625 | 625 |
|
626 | 626 | <output-requirements-section> |
|
0 commit comments