mirror of https://github.com/apache/maven.git
add notes on current limitations
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
701911f219
commit
b7290449e2
|
@ -63,6 +63,9 @@ public class DefaultArtifactHandlerManager
|
|||
public String getRemoteRepositoryArtifactPath( Artifact artifact, ArtifactRepository remoteRepository )
|
||||
throws ArtifactPathFormatException
|
||||
{
|
||||
// TODO: note that these are currrently assuming only PUT operations, not GET operations
|
||||
// TODO: note also that these add metadata to the artifacts, so it is assumed this is only called once per artifact - needs to be fixed
|
||||
|
||||
for ( Iterator i = artifactTransformations.iterator(); i.hasNext(); )
|
||||
{
|
||||
ArtifactTransformation transform = (ArtifactTransformation) i.next();
|
||||
|
|
Loading…
Reference in New Issue