brett 2005/04/06 00:06:20
Modified:
maven-plugins/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy
DeployMojo.java
Log:
short comment
Revision Changes Path
1.10 +2 -1
maven-components/maven-plugins/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java
Index: DeployMojo.java
===================================================================
RCS file:
/home/cvs/maven-components/maven-plugins/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DeployMojo.java 24 Mar 2005 12:22:04 -0000 1.9
+++ DeployMojo.java 6 Apr 2005 07:06:20 -0000 1.10
@@ -80,6 +80,7 @@
throw new PluginExecutionException( msg );
}
+ // TODO: put into the deployer
if ( deploymentRepository.getAuthenticationInfo() == null )
{
getLog().warn( "Deployment repository {id: \'" +
deploymentRepository.getId() +