blob: 6541e2e33e05224991d736fa44e54bf609ad3226 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<bannerLeft>
<src>https://maven.apache.org/images/apache-maven-project.png</src>
<href>https://www.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
<href>https://maven.apache.org/</href>
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7</version>
</skin>
<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<googlePlusOne />
<googleSearch>
<sitesearch>maven.apache.org/plugins/maven-deploy-plugin/</sitesearch>
</googleSearch>
</fluidoSkin>
</custom>
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
<item name="FAQ" href="faq.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>
<menu name="Examples">
<item name="Project Deployment" collapse="true" href="project-deployment.html">
<item name="Deployment with FTP" href="examples/deploy-ftp.html" />
<item name="Deployment with external SSH" href="examples/deploy-ssh-external.html"/>
<item name="Deploying With Network Issues" href="examples/deploy-network-issues.html"/>
</item>
<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 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"/>
</item>
</menu>
</body>
</project>