You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/05/05 14:42:33 UTC

[maven-deploy-plugin] 01/02: [MDEPLOY-207] removed forgotten layout

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit 0331156b6e59ddc3d383073f194d6e4339e6c36d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 5 16:30:48 2019 +0200

    [MDEPLOY-207] removed forgotten layout
---
 src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java b/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
index 0f830e6..2b8652d 100644
--- a/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
+++ b/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
@@ -263,7 +263,7 @@ public class DeployMojo
         if ( repo == null )
         {
             String msg = "Deployment failed: repository element was not specified in the POM inside"
-                + " distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter";
+                + " distributionManagement element or in -DaltDeploymentRepository=id::url parameter";
 
             throw new MojoExecutionException( msg );
         }