Fix xml syntax in example

Closes gh-19906
pull/19907/head
Stephane Nicoll 5 years ago
parent 749e781525
commit 0bd03fa278

@ -96,7 +96,7 @@ You can take control over the name, as shown in the following example:
</goals>
<configuration>
<image>
<name>example.com/library/${project.artifactId}</builder>
<name>example.com/library/${project.artifactId}</name>
</image>
</configuration>
</execution>

Loading…
Cancel
Save