You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/08/11 17:41:54 UTC

svn commit: r984450 - /maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java

Author: dennisl
Date: Wed Aug 11 15:41:53 2010
New Revision: 984450

URL: http://svn.apache.org/viewvc?rev=984450&view=rev
Log:
o Fix typo

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java?rev=984450&r1=984449&r2=984450&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java Wed Aug 11 15:41:53 2010
@@ -169,7 +169,7 @@ public class SiteDeployMojo
         {
             throw new MojoExecutionException( "The URL to the site is missing in the project descriptor." );
         }
-        getLog().debug( "The site will be deployed to id '" + url + "' with id '" + id + "'");
+        getLog().debug( "The site will be deployed to url '" + url + "' with id '" + id + "'");
 
         Repository repository = new Repository( id, url );