Index: src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java =================================================================== --- src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java (revision 567723) +++ src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java (working copy) @@ -216,7 +216,8 @@ throw new MojoExecutionException( "Cannot find repository layout: " + layout, e ); } - repo = new DefaultArtifactRepository( id, url, repoLayout ); + repo = new DefaultArtifactRepository( id, url, repoLayout, true ); + } }