Skip to content

Commit db88aa3

Browse files
ayeseeemslachiewicz
authored andcommitted
doc: fix XML closing tag typo in network example
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.
1 parent d4584a4 commit db88aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/apt/examples/deploy-network-issues.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Deploying With Network Issues
4848
<artifactId>maven-deploy-plugin</artifactId>
4949
<configuration>
5050
<retryFailedDeploymentCount>3</retryFailedDeploymentCount>
51-
<configuration>
51+
</configuration>
5252
</plugin>
5353
</plugins>
5454
</build>

0 commit comments

Comments
 (0)