~ubuntu-branches/ubuntu/trusty/ivy/trusty-proposed

« back to all changes in this revision

Viewing changes to src/java/org/apache/ivy/plugins/resolver/RepositoryResolver.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-15 17:44:57 UTC
  • mfrom: (3.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130515174457-ogntd0vxluwalq11
Tags: 2.3.0-2
* Team upload.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        String dest = getDestination(destPattern, artifact, mrid);
215
215
 
216
216
        put(artifact, src, dest, overwrite);
217
 
        Message.info("\tpublished " + artifact.getName() + " to " + hidePassword(dest));
 
217
        Message.info("\tpublished " + artifact.getName() + " to " + hidePassword(repository.standardize(dest)));
218
218
    }
219
219
 
220
220
    protected String getDestination(String pattern, Artifact artifact, ModuleRevisionId mrid) {