Skip to content

Commit

Permalink
o typo: customed → customized
Browse files Browse the repository at this point in the history
  • Loading branch information
maffe authored and khmarbaise committed Oct 19, 2019
1 parent 1516090 commit f4df7e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/site/apt/file-deployment.apt
Expand Up @@ -32,12 +32,12 @@ File Deployment

* {{{./examples/disabling-generic-pom.html}Disable the generation of pom}}

* {{{./examples/deploying-with-customed-pom.html}Deploy an artifact with a customized pom}}
* {{{./examples/deploying-with-customized-pom.html}Deploy an artifact with a customized pom}}

* {{{./examples/deploying-with-classifiers.html}Deploy an artifact with classifier}}

* {{{./examples/deploying-sources-javadoc.html}Deploy an artifact with sources and javadoc jars}}

* {{{./examples/deploying-in-legacy-layout.html}Deploy an artifact in legacy layout}}

[]
[]
2 changes: 1 addition & 1 deletion src/site/apt/index.apt.vm
Expand Up @@ -131,7 +131,7 @@ ${project.name}

* {{{./examples/disabling-generic-pom.html}Disable the generation of pom}}

* {{{./examples/deploying-with-customed-pom.html}Deploy an artifact with a customed pom}}
* {{{./examples/deploying-with-customized-pom.html}Deploy an artifact with a customized pom}}

* {{{./examples/deploying-with-classifiers.html}Deploy an artifact with classifier}}

Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Expand Up @@ -64,7 +64,7 @@ under the License.

<item name="File Deployment" collapse="true" href="file-deployment.html">
<item name="Disable the generation of pom" href="examples/disabling-generic-pom.html"/>
<item name="Deploy an artifact with a customed pom" href="examples/deploying-with-customed-pom.html"/>
<item name="Deploy an artifact with a customized pom" href="examples/deploying-with-customized-pom.html"/>
<item name="Deploy an artifact with classifier" href="examples/deploying-with-classifiers.html"/>
<item name="Deploy an artifact with sources and javadoc" href="examples/deploying-sources-javadoc.html"/>
<item name="Deploy an artifact in legacy layout" href="examples/deploying-in-legacy-layout.html"/>
Expand Down

0 comments on commit f4df7e6

Please sign in to comment.