You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ba...@apache.org on 2013/06/06 15:44:27 UTC

svn commit: r1490283 - /continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/shell/ShellBuildExecutor.java

Author: batkinson
Date: Thu Jun  6 13:44:27 2013
New Revision: 1490283

URL: http://svn.apache.org/r1490283
Log:
[CONTINUUM-2704] Shell builds are not executing concurrently

Modified:
    continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/shell/ShellBuildExecutor.java

Modified: continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/shell/ShellBuildExecutor.java
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/shell/ShellBuildExecutor.java?rev=1490283&r1=1490282&r2=1490283&view=diff
==============================================================================
--- continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/shell/ShellBuildExecutor.java (original)
+++ continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/shell/ShellBuildExecutor.java Thu Jun  6 13:44:27 2013
@@ -67,7 +67,7 @@ public class ShellBuildExecutor
     // ContinuumBuilder implementation
     // ----------------------------------------------------------------------
 
-    public synchronized ContinuumBuildExecutionResult build( Project project, BuildDefinition buildDefinition,
+    public ContinuumBuildExecutionResult build( Project project, BuildDefinition buildDefinition,
                                                              File buildOutput, List<Project> projectsWithCommonScmRoot,
                                                              String projectScmRootUrl )
         throws ContinuumBuildExecutorException