fixed linkcheck errors
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -33,8 +33,8 @@ import org.apache.maven.project.Project;
|
||||
* also MD5 file created and copied to remote repository.
|
||||
* In case of snapshots the process in even more complex.
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: ArtifactDeployer.java,v 1.3 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: ArtifactDeployer.java,v 1.4 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public interface ArtifactDeployer
|
||||
{
|
||||
|
||||
@@ -40,8 +40,8 @@ import org.apache.maven.util.MD5Sum;
|
||||
* Default implemenataion of Artifact Deployer interface.
|
||||
*
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DefaultArtifactDeployer.java,v 1.16 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DefaultArtifactDeployer.java,v 1.17 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class DefaultArtifactDeployer implements ArtifactDeployer
|
||||
{
|
||||
|
||||
@@ -27,8 +27,8 @@ import org.apache.maven.project.Project;
|
||||
* The Bean which provides access to Artifact Deployement API
|
||||
* from jelly scripts.
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DeployBean.java,v 1.4 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DeployBean.java,v 1.5 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class DeployBean
|
||||
{
|
||||
|
||||
@@ -26,8 +26,8 @@ import org.apache.maven.project.Project;
|
||||
*
|
||||
* Perform mapping between project's properties and attributes of DeployRequest class.
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: RepositoryInfoBuilder.java,v 1.2 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: RepositoryInfoBuilder.java,v 1.3 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class RepositoryInfoBuilder
|
||||
{
|
||||
|
||||
@@ -22,8 +22,8 @@ package org.apache.maven.deploy;
|
||||
* establishing connection to remote hosts and to
|
||||
* deploy the file to correct location in remote file system
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DeployRequest.java,v 1.9 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DeployRequest.java,v 1.10 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class DeployRequest
|
||||
{
|
||||
|
||||
@@ -34,8 +34,8 @@ import org.apache.maven.deploy.exceptions.UnsupportedProtocolException;
|
||||
/**
|
||||
* Utility class
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DeployTool.java,v 1.10 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: DeployTool.java,v 1.11 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class DeployTool
|
||||
{
|
||||
|
||||
@@ -22,8 +22,8 @@ package org.apache.maven.deploy;
|
||||
* for esatblishing connection to remote hosts and to
|
||||
* perform a deployment.
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: RepositoryInfo.java,v 1.2 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: RepositoryInfo.java,v 1.3 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class RepositoryInfo
|
||||
{
|
||||
|
||||
@@ -29,8 +29,8 @@ import org.apache.maven.deploy.exceptions.TransferFailedException;
|
||||
* Deployer which deploys to directory visible in local
|
||||
* file system.
|
||||
*
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: FileDeployer.java,v 1.12 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: FileDeployer.java,v 1.13 2004/05/02 15:04:34 vmassol Exp $
|
||||
*/
|
||||
public class FileDeployer extends AbstractDeployer
|
||||
{
|
||||
|
||||
@@ -39,8 +39,8 @@ import org.apache.maven.deploy.exceptions.TransferFailedException;
|
||||
* {@link http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18039}
|
||||
*
|
||||
* @author <a href="mailto:jason@zenplex.com">Jason van Zyl</a>
|
||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: FtpDeployer.java,v 1.8 2004/03/02 14:59:31 evenisse Exp $
|
||||
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
|
||||
* @version $Id: FtpDeployer.java,v 1.9 2004/05/02 15:04:34 vmassol Exp $
|
||||
*
|
||||
* @todo review exception handling
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user