Skip to content

Commit

Permalink
doc: fix XML closing tag typo in network example
Browse files Browse the repository at this point in the history
The example XML snippet has `<configuration>` as a closing tag instead of `</configuration>` - is should start with `</` as it's the end tag.

When the example is copied into a POM, the created POM is invalid.
  • Loading branch information
ayeseeem authored and slachiewicz committed Sep 29, 2024
1 parent d4584a4 commit db88aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/examples/deploy-network-issues.apt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Deploying With Network Issues
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<retryFailedDeploymentCount>3</retryFailedDeploymentCount>
<configuration>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit db88aa3

Please sign in to comment.