Author: pgier
Date: Tue Nov 16 23:21:54 2010
New Revision: 1035856
URL: http://svn.apache.org/viewvc?rev=1035856&view=rev
Log:
repositoryId should
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/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java?rev=1035856&r1=1035855&r2=1035856&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 Nov 16 23:21:54 2010
@@ -103,7 +103,6 @@ public class DeployFileMojo
* In most cases, this parameter will be required for authentication.
*
* @parameter expression="${repositoryId}"
default-value="remote-repository"
- * @required
*/
private String repositoryId;