mirror of https://github.com/apache/archiva.git
add some checks and notes
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@412028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9667f8e222
commit
24873267f7
|
@ -53,6 +53,7 @@ import java.util.Map;
|
||||||
* @author Edwin Punzalan
|
* @author Edwin Punzalan
|
||||||
* @plexus.component role="org.apache.maven.repository.proxy.ProxyManager"
|
* @plexus.component role="org.apache.maven.repository.proxy.ProxyManager"
|
||||||
* @todo too much of wagon manager is reproduced here because checksums need to be downloaded separately - is that necessary?
|
* @todo too much of wagon manager is reproduced here because checksums need to be downloaded separately - is that necessary?
|
||||||
|
* @todo this isn't reusing the parts of wagon manager than handle snapshots
|
||||||
*/
|
*/
|
||||||
public class DefaultProxyManager
|
public class DefaultProxyManager
|
||||||
extends AbstractLogEnabled
|
extends AbstractLogEnabled
|
||||||
|
|
|
@ -17,8 +17,8 @@ package org.apache.maven.repository.digest;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.FileNotFoundException;
|
import java.io.FileNotFoundException;
|
||||||
|
import java.io.IOException;
|
||||||
import java.security.NoSuchAlgorithmException;
|
import java.security.NoSuchAlgorithmException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue