You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2010/09/21 22:27:34 UTC

svn commit: r999604 - /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java

Author: jdcasey
Date: Tue Sep 21 20:27:34 2010
New Revision: 999604

URL: http://svn.apache.org/viewvc?rev=999604&view=rev
Log:
small formatting change.

Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java

Modified: maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java?rev=999604&r1=999603&r2=999604&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java Tue Sep 21 20:27:34 2010
@@ -538,9 +538,8 @@ implements AssemblyArchiverPhase
     throws ArchiveCreationException
     {
         MavenProject project = configSource.getProject();
-
-
         Set moduleProjects = null;
+
         if ( moduleSet.isUseAllReactorProjects() )
         {
             if ( !moduleSet.isIncludeSubModules() )
@@ -562,7 +561,7 @@ implements AssemblyArchiverPhase
             catch ( IOException e )
             {
                 throw new ArchiveCreationException( "Error retrieving module-set for project: " + project.getId()
-                                + ": " + e.getMessage(), e );
+                                                    + ": " + e.getMessage(), e );
             }
         }