Modified: 
websites/production/maven/content/plugins-archives/maven-deploy-plugin-LATEST/apidocs/index.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-deploy-plugin-LATEST/apidocs/index.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-deploy-plugin-LATEST/apidocs/index.html
 Wed Aug 27 20:27:59 2014
@@ -1,72 +1,66 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
-<!--NewPage-->
-<HTML>
-<HEAD>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<TITLE>
-Apache Maven Deploy Plugin 2.8.1 API
-</TITLE>
-<SCRIPT type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-        targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1)
-        targetPage = "undefined";
-    if (targetPage != "" && !validURL(targetPage))
-        targetPage = "undefined";
-    function validURL(url) {
-        var pos = url.indexOf(".html");
-        if (pos == -1 || pos != url.length - 5)
-            return false;
-        var allowNumber = false;
-        var allowSep = false;
-        var seenDot = false;
-        for (var i = 0; i < url.length - 5; i++) {
-            var ch = url.charAt(i);
-            if ('a' <= ch && ch <= 'z' ||
-                    'A' <= ch && ch <= 'Z' ||
-                    ch == '$' ||
-                    ch == '_') {
-                allowNumber = true;
-                allowSep = true;
-            } else if ('0' <= ch && ch <= '9'
-                    || ch == '-') {
-                if (!allowNumber)
-                     return false;
-            } else if (ch == '/' || ch == '.') {
-                if (!allowSep)
-                    return false;
-                allowNumber = false;
-                allowSep = false;
-                if (ch == '.')
-                     seenDot = true;
-                if (ch == '/' && seenDot)
-                     return false;
-            } else {
-                return false;
-            }
-        }
-        return true;
-    }
-    function loadFrames() {
-        if (targetPage != "" && targetPage != "undefined")
-             top.classFrame.location = top.targetPage;
-    }
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-</HEAD>
-<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
-<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and 
interfaces (except non-static nested types)">
-<FRAME src="org/apache/maven/plugin/deploy/package-summary.html" 
name="classFrame" title="Package, class and interface descriptions" 
scrolling="yes">
-<NOFRAMES>
-<H2>
-Frame Alert</H2>
-
-<P>
-This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client.
-<BR>
-Link to<A HREF="org/apache/maven/plugin/deploy/package-summary.html">Non-frame 
version.</A>
-</NOFRAMES>
-</FRAMESET>
-</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Apache Maven Deploy Plugin 2.8.2 API</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1)
+        targetPage = "undefined";
+    if (targetPage != "" && !validURL(targetPage))
+        targetPage = "undefined";
+    function validURL(url) {
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_') {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and 
interfaces (except non-static nested types)">
+<frame src="org/apache/maven/plugin/deploy/package-summary.html" 
name="classFrame" title="Package, class and interface descriptions" 
scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to <a 
href="org/apache/maven/plugin/deploy/package-summary.html">Non-frame 
version</a>.</p>
+</noframes>
+</frameset>
+</html>
\ No newline at end of file

Modified: 
websites/production/maven/content/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugin/deploy/AbstractDeployMojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugin/deploy/AbstractDeployMojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugin/deploy/AbstractDeployMojo.html
 Wed Aug 27 20:27:59 2014
@@ -1,437 +1,415 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!--NewPage-->
-<HTML>
-<HEAD>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<TITLE>
-AbstractDeployMojo (Apache Maven Deploy Plugin 2.8.1 API)
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" 
TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractDeployMojo (Apache Maven Deploy Plugin 
2.8.1 API)";
-    }
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../org/apache/maven/plugin/deploy/package-summary.html"><FONT 
CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT 
CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="class-use/AbstractDeployMojo.html"><FONT 
CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="package-tree.html"><FONT 
CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../deprecated-list.html"><FONT 
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../index-all.html"><FONT 
CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../help-doc.html"><FONT 
CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A 
HREF="../../../../../org/apache/maven/plugin/deploy/DeployFileMojo.html" 
title="class in org.apache.maven.plugin.deploy"><B>NEXT 
CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A 
HREF="../../../../../index.html?org/apache/maven/plugin/deploy/AbstractDeployMojo.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="AbstractDeployMojo.html" target="_top"><B>NO FRAMES</B></A>  
&nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All 
Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A 
HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A 
HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A 
HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A 
HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A 
HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.apache.maven.plugin.deploy</FONT>
-<BR>
-Class AbstractDeployMojo</H2>
-<PRE>
-<A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</A>
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by 
"><B>org.apache.maven.plugin.deploy.AbstractDeployMojo</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, <A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</A></DD>
-</DL>
-<DL>
-<DT><B>Direct Known Subclasses:</B> <DD><A 
HREF="../../../../../org/apache/maven/plugin/deploy/DeployFileMojo.html" 
title="class in org.apache.maven.plugin.deploy">DeployFileMojo</A>, <A 
HREF="../../../../../org/apache/maven/plugin/deploy/DeployMojo.html" 
title="class in org.apache.maven.plugin.deploy">DeployMojo</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public abstract class <B>AbstractDeployMojo</B><DT>extends <A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">AbstractMojo</A></DL>
-</PRE>
-
-<P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Id: AbstractDeployMojo.java 1531347 2013-10-11 16:38:02Z rfscholte 
$</DD>
-</DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/factory.ArtifactFactory.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.factory.ArtifactFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#artifactFactory">artifactFactory</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Component used to 
create an artifact.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#updateReleaseInfo">updateReleaseInfo</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parameter used to 
update the metadata to make the artifact as release.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugin.Mojo"><!-- 
--></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Fields inherited from interface org.apache.maven.plugin.<A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE";
 title="class or interface in org.apache.maven.plugin">ROLE</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#AbstractDeployMojo()">AbstractDeployMojo</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#deploy(java.io.File,
 org.apache.maven.artifact.Artifact, 
org.apache.maven.artifact.repository.ArtifactRepository, 
org.apache.maven.artifact.repository.ArtifactRepository, 
int)">deploy</A></B>(<A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</A>&nbsp;source,
-       <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</A>&nbsp;artifact,
-       <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A>&nbsp;deploymentRepository,
-       <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A>&nbsp;localRepository,
-       int&nbsp;retryFailedDeploymentCount)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deploy an artifact 
from a particular file.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</A></CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#getDeployer()">getDeployer</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A></CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#getLocalRepository()">getLocalRepository</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer)">setDeployer</A></B>(<A
 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</A>&nbsp;deployer)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A 
HREF="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository)">setLocalRepository</A></B>(<A
 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A>&nbsp;localRepository)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A 
NAME="methods_inherited_from_class_org.apache.maven.plugin.AbstractMojo"><!-- 
--></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class org.apache.maven.plugin.<A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">AbstractMojo</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog()"
 title="class or interface in org.apache.maven.plugin">getLog</A>, <A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext()"
 title="class or interface in org.apache.maven.plugin">getPluginContext</A>, <A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog(org.apache.maven.plugin.logging.Log)"
 title="class or interface in org.apache.maven.plugin">setLog</A>, <A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext(java.util.Map)"
 title="class or interface in 
org.apache.maven.plugin">setPluginContext</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</A>, <A 
HREF="http://docs.oracle.com
 /javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" 
title="class or interface in java.lang">notifyAll</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</A>, <A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.apache.maven.plugin.Mojo"><!-- 
--></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface 
org.apache.maven.plugin.<A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A 
HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute()"
 title="class or interface in org.apache.maven.plugin">execute</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="artifactFactory"><!-- --></A><H3>
-artifactFactory</H3>
-<PRE>
-<FONT SIZE="-1"><A 
HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugins.annotations">@Component</A>
-</FONT>protected <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/factory.ArtifactFactory.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.factory.ArtifactFactory</A>
 <B>artifactFactory</B></PRE>
-<DL>
-<DD>Component used to create an artifact.
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="updateReleaseInfo"><!-- --></A><H3>
-updateReleaseInfo</H3>
-<PRE>
-<FONT SIZE="-1"><A 
HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugins.annotations">@Parameter</A>(<A 
HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()"
 title="class or interface in 
org.apache.maven.plugins.annotations">property</A>="updateReleaseInfo",
-           <A 
HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()"
 title="class or interface in 
org.apache.maven.plugins.annotations">defaultValue</A>="false")
-</FONT>protected boolean <B>updateReleaseInfo</B></PRE>
-<DL>
-<DD>Parameter used to update the metadata to make the artifact as release.
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="AbstractDeployMojo()"><!-- --></A><H3>
-AbstractDeployMojo</H3>
-<PRE>
-public <B>AbstractDeployMojo</B>()</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getDeployer()"><!-- --></A><H3>
-getDeployer</H3>
-<PRE>
-public <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</A>
 <B>getDeployer</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A 
NAME="setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer)"><!-- 
--></A><H3>
-setDeployer</H3>
-<PRE>
-public void <B>setDeployer</B>(<A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</A>&nbsp;deployer)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLocalRepository()"><!-- --></A><H3>
-getLocalRepository</H3>
-<PRE>
-public <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A> 
<B>getLocalRepository</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A 
NAME="setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository)"><!--
 --></A><H3>
-setLocalRepository</H3>
-<PRE>
-public void <B>setLocalRepository</B>(<A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A>&nbsp;localRepository)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="deploy(java.io.File, org.apache.maven.artifact.Artifact, 
org.apache.maven.artifact.repository.ArtifactRepository, 
org.apache.maven.artifact.repository.ArtifactRepository, int)"><!-- --></A><H3>
-deploy</H3>
-<PRE>
-protected void <B>deploy</B>(<A 
HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</A>&nbsp;source,
-                      <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</A>&nbsp;artifact,
-                      <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A>&nbsp;deploymentRepository,
-                      <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</A>&nbsp;localRepository,
-                      int&nbsp;retryFailedDeploymentCount)
-               throws <A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeploymentException.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeploymentException</A></PRE>
-<DL>
-<DD>Deploy an artifact from a particular file.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>source</CODE> - the file to 
deploy<DD><CODE>artifact</CODE> - the artifact 
definition<DD><CODE>deploymentRepository</CODE> - the repository to deploy 
to<DD><CODE>localRepository</CODE> - the local repository to install 
into<DD><CODE>retryFailedDeploymentCount</CODE> - TODO
-<DT><B>Throws:</B>
-<DD><CODE><A 
HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeploymentException.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeploymentException</A></CODE>
 - if an error occurred deploying the artifact</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../org/apache/maven/plugin/deploy/package-summary.html"><FONT 
CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT 
CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="class-use/AbstractDeployMojo.html"><FONT 
CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="package-tree.html"><FONT 
CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../deprecated-list.html"><FONT 
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../index-all.html"><FONT 
CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="../../../../../help-doc.html"><FONT 
CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A 
HREF="../../../../../org/apache/maven/plugin/deploy/DeployFileMojo.html" 
title="class in org.apache.maven.plugin.deploy"><B>NEXT 
CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A 
HREF="../../../../../index.html?org/apache/maven/plugin/deploy/AbstractDeployMojo.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="AbstractDeployMojo.html" target="_top"><B>NO FRAMES</B></A>  
&nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All 
Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A 
HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A 
HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A 
HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A 
HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A 
HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-Copyright &#169; 2004&#x2013;2013 <a href="http://www.apache.org/";>The Apache 
Software Foundation</a>. All rights reserved.
-</BODY>
-</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>AbstractDeployMojo (Apache Maven Deploy Plugin 2.8.2 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="AbstractDeployMojo (Apache Maven Deploy Plugin 
2.8.2 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/maven/plugin/deploy/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AbstractDeployMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a 
href="../../../../../org/apache/maven/plugin/deploy/DeployFileMojo.html" 
title="class in org.apache.maven.plugin.deploy"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/deploy/AbstractDeployMojo.html"
 target="_top">Frames</a></li>
+<li><a href="AbstractDeployMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.deploy</div>
+<h2 title="Class AbstractDeployMojo" class="title">Class 
AbstractDeployMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.deploy.AbstractDeployMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</a></dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a 
href="../../../../../org/apache/maven/plugin/deploy/DeployFileMojo.html" 
title="class in org.apache.maven.plugin.deploy">DeployFileMojo</a>, <a 
href="../../../../../org/apache/maven/plugin/deploy/DeployMojo.html" 
title="class in org.apache.maven.plugin.deploy">DeployMojo</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="strong">AbstractDeployMojo</span>
+extends <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">AbstractMojo</a></pre>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id: AbstractDeployMojo.java 1531347 2013-10-11 16:38:02Z rfscholte 
$</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/factory.ArtifactFactory.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.factory.ArtifactFactory</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#artifactFactory">artifactFactory</a></strong></code>
+<div class="block">Component used to create an artifact.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#updateReleaseInfo">updateReleaseInfo</a></strong></code>
+<div class="block">Parameter used to update the metadata to make the artifact 
as release.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields_inherited_from_class_org.apache.maven.plugin.Mojo">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.<a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</a></h3>
+<code><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE";
 title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#AbstractDeployMojo()">AbstractDeployMojo</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#deploy(java.io.File,
 org.apache.maven.artifact.Artifact, 
org.apache.maven.artifact.repository.ArtifactRepository, 
org.apache.maven.artifact.repository.ArtifactRepository, 
int)">deploy</a></strong>(<a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;source,
+      <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&nbsp;artifact,
+      <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;deploymentRepository,
+      <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;localRepository,
+      int&nbsp;retryFailedDeploymentCount)</code>
+<div class="block">Deploy an artifact from a particular file.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#getDeployer()">getDeployer</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#getLocalRepository()">getLocalRepository</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer)">setDeployer</a></strong>(<a
 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</a>&nbsp;deployer)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/deploy/AbstractDeployMojo.html#setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository)">setLocalRepository</a></strong>(<a
 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;localRepository)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.maven.plugin.AbstractMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.<a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3>
+<code><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog()"
 title="class or interface in org.apache.maven.plugin">getLog</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext()"
 title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog(org.apache.maven.plugin.logging.Log)"
 title="class or interface in org.apache.maven.plugin">setLog</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext(java.util.Map)"
 title="class or interface in 
org.apache.maven.plugin">setPluginContext</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" 
title="class or interface in java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.maven.plugin.Mojo">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.maven.plugin.<a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</a></h3>
+<code><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute()"
 title="class or interface in org.apache.maven.plugin">execute</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="artifactFactory">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>artifactFactory</h4>
+<pre><a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugins.annotations">@Component</a>
+protected&nbsp;<a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/factory.ArtifactFactory.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.factory.ArtifactFactory</a>
 artifactFactory</pre>
+<div class="block">Component used to create an artifact.</div>
+</li>
+</ul>
+<a name="updateReleaseInfo">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>updateReleaseInfo</h4>
+<pre><a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugins.annotations">@Parameter</a>(<a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()"
 title="class or interface in 
org.apache.maven.plugins.annotations">property</a>="updateReleaseInfo",
+           <a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()"
 title="class or interface in 
org.apache.maven.plugins.annotations">defaultValue</a>="false")
+protected&nbsp;boolean updateReleaseInfo</pre>
+<div class="block">Parameter used to update the metadata to make the artifact 
as release.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AbstractDeployMojo()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AbstractDeployMojo</h4>
+<pre>public&nbsp;AbstractDeployMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getDeployer()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDeployer</h4>
+<pre>public&nbsp;<a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</a>&nbsp;getDeployer()</pre>
+</li>
+</ul>
+<a name="setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDeployer</h4>
+<pre>public&nbsp;void&nbsp;setDeployer(<a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeployer.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeployer</a>&nbsp;deployer)</pre>
+</li>
+</ul>
+<a name="getLocalRepository()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocalRepository</h4>
+<pre>public&nbsp;<a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;getLocalRepository()</pre>
+</li>
+</ul>
+<a 
name="setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLocalRepository</h4>
+<pre>public&nbsp;void&nbsp;setLocalRepository(<a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;localRepository)</pre>
+</li>
+</ul>
+<a name="deploy(java.io.File, org.apache.maven.artifact.Artifact, 
org.apache.maven.artifact.repository.ArtifactRepository, 
org.apache.maven.artifact.repository.ArtifactRepository, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>deploy</h4>
+<pre>protected&nbsp;void&nbsp;deploy(<a 
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;source,
+          <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">Artifact</a>&nbsp;artifact,
+          <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;deploymentRepository,
+          <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact.repository">ArtifactRepository</a>&nbsp;localRepository,
+          int&nbsp;retryFailedDeploymentCount)
+               throws <a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeploymentException.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeploymentException</a></pre>
+<div class="block">Deploy an artifact from a particular file.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - 
the file to deploy</dd><dd><code>artifact</code> - the artifact 
definition</dd><dd><code>deploymentRepository</code> - the repository to deploy 
to</dd><dd><code>localRepository</code> - the local repository to install 
into</dd><dd><code>retryFailedDeploymentCount</code> - TODO</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/deployer.ArtifactDeploymentException.html?is-external=true";
 title="class or interface in 
org.apache.maven.artifact">org.apache.maven.artifact.deployer.ArtifactDeploymentException</a></code>
 - if an error occurred deploying the artifact</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/maven/plugin/deploy/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AbstractDeployMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a 
href="../../../../../org/apache/maven/plugin/deploy/DeployFileMojo.html" 
title="class in org.apache.maven.plugin.deploy"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/deploy/AbstractDeployMojo.html"
 target="_top">Frames</a></li>
+<li><a href="AbstractDeployMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2014 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file


Reply via email to