Author: hboutemy
Date: Thu Sep 10 16:31:39 2009
New Revision: 813499
URL: http://svn.apache.org/viewvc?rev=813499&view=rev
Log:
typo
Modified:
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/plugin/PluginNotFoundException.java
Modified:
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/plugin/PluginNotFoundException.java
URL:
http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/plugin/PluginNotFoundException.java?rev=813499&r1=813498&r2=813499&view=diff
==============================================================================
---
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/plugin/PluginNotFoundException.java
(original)
+++
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/plugin/PluginNotFoundException.java
Thu Sep 10 16:31:39 2009
@@ -34,6 +34,6 @@
public PluginNotFoundException( ArtifactNotFoundException e )
{
super( "Plugin could not be found - check that the goal name is
correct: " + e.getMessage(), e.getGroupId(),
- e.getArtifactId(), e.getVersion(), "maven-plugin",null,
e.getRemoteRepositories(), null, e.getCause() );
+ e.getArtifactId(), e.getVersion(), "maven-plugin", null,
e.getRemoteRepositories(), null, e.getCause() );
}
}