Fix xml syntax in example

Closes gh-19906
This commit is contained in:
Stephane Nicoll 2020-01-24 16:01:44 +01:00
parent 749e781525
commit 0bd03fa278

View File

@ -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>