Author: veithen
Date: Sat Apr 16 19:39:52 2016
New Revision: 1739500

URL: http://svn.apache.org/viewvc?rev=1739500&view=rev
Log:
Normalize whitespace.

Modified:
    
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/main/java/org/apache/axis2/maven2/repo/AbstractCreateRepositoryMojo.java

Modified: 
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/main/java/org/apache/axis2/maven2/repo/AbstractCreateRepositoryMojo.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/main/java/org/apache/axis2/maven2/repo/AbstractCreateRepositoryMojo.java?rev=1739500&r1=1739499&r2=1739500&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/main/java/org/apache/axis2/maven2/repo/AbstractCreateRepositoryMojo.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/main/java/org/apache/axis2/maven2/repo/AbstractCreateRepositoryMojo.java
 Sat Apr 16 19:39:52 2016
@@ -191,8 +191,8 @@ public abstract class AbstractCreateRepo
                 File file = artifact.getFile();
                 if (file == null || file.isDirectory()) {
                     throw new MojoFailureException("Artifact " + 
artifact.getId() + " not available. " +
-                               "This typically means that it is part of the 
reactor but that the " +
-                               "package phase has not been executed.");
+                            "This typically means that it is part of the 
reactor but that the " +
+                            "package phase has not been executed.");
                 }
                 String type = artifact.getType();
                 ArchiveDeployer deployer = deployers.get(type);


Reply via email to