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

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

Author: olamy
Date: Tue Aug 10 21:59:10 2010
New Revision: 984229

URL: http://svn.apache.org/viewvc?rev=984229&view=rev
Log:
add site to debug log

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=984229&r1=984228&r2=984229&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 Tue Aug 10 21:59:10 2010
@@ -166,7 +166,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 '" + url + "'");
+        getLog().debug( "The site will be deployed to id '" + url + "' with id '" + id + "'");
 
         Repository repository = new Repository( id, url );