Author: khmarbaise
Date: Sat Oct  4 17:25:38 2014
New Revision: 1629427

URL: http://svn.apache.org/r1629427
Log:
- Fixed typo.

Modified:
    
maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java

Modified: 
maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java?rev=1629427&r1=1629426&r2=1629427&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
 Sat Oct  4 17:25:38 2014
@@ -709,7 +709,7 @@ public class EarMojo
                     {
                         //MEAR-189:
                         //We use the original name, cause in case of 
fileNameMapping to no-version/full 
-                        //we coulnd not not delete it and it will end up in 
the resulting EAR and the WAR 
+                        //we could not not delete it and it will end up in the 
resulting EAR and the WAR 
                         //will not be cleaned up.
                         File artifact =
                             new File( new File( workDirectory, 
module.getLibDir() ), jm.getOriginalBundleFileName() );


Reply via email to