You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ar...@apache.org on 2005/12/07 07:08:36 UTC

svn commit: r354730 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

Author: aramirez
Date: Tue Dec  6 22:08:22 2005
New Revision: 354730

URL: http://svn.apache.org/viewcvs?rev=354730&view=rev
Log:
PR: MNG-1767
Submitted By: Marcel Schutte
Reviewed By: Allan Ramirez

-escapes the markup in repositoryId javadoc
-changed <br> to <br/> to make it xhtml compliant

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java?rev=354730&r1=354729&r2=354730&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java Tue Dec  6 22:08:22 2005
@@ -77,14 +77,14 @@
 	private File deployFile;
 	
 	/**
-	 * Server Id to map on the <id> under <server> section of settings.xml
+	 * Server Id to map on the &lt;id&gt; under &lt;server&gt; section of settings.xml
 	 * 
 	 * @parameter expression="${serverId}" default-value="my-repo"
 	 */
 	private String repositoryId;
 	
 	/**
-	 * URL where the artifact will be deployed. <br>
+	 * URL where the artifact will be deployed. <br/>
 	 * ie ( file://C:\m2-repo )
 	 * 
 	 * @parameter expression="${url}"