We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca70bc commit f069182Copy full SHA for f069182
src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java
@@ -135,9 +135,9 @@ public void executeReport( Locale locale )
135
}
136
catch ( IOException e )
137
{
138
- getLog().error( "Cannot copy ressources", e );
+ getLog().error( "Cannot copy resources", e );
139
140
-
+
141
ProjectBuildingRequest buildingRequest =
142
new DefaultProjectBuildingRequest( getSession().getProjectBuildingRequest() );
143
buildingRequest.setLocalRepository( localRepository );
0 commit comments