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:
Brett Leslie Porter 2005-03-23 15:10:38 +00:00
parent 701911f219
commit b7290449e2
1 changed files with 3 additions and 0 deletions

View File

@ -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();