Index:
continuum-core/src/main/java/org/apache/maven/continuum/scm/DefaultContinuumScm.java

===================================================================

---
continuum-core/src/main/java/org/apache/maven/continuum/scm/DefaultContinuumScm.java
(revision 531457)

+++
continuum-core/src/main/java/org/apache/maven/continuum/scm/DefaultContinuumScm.java
(working copy)

@@ -348,7 +348,8 @@

         {
             //Remove the clientspec name, so it will be recalcuated between
each command for each project
             //instead of use the same for all projects
-            System.setProperty( "maven.scm.perforce.clientspec.name", null
);
+           
System.setProperty(org.apache.maven.scm.provider.perforce.PerforceScmProvider.DEFAULT_CLIENTSPEC_PROPERTY,
"" );
+           
//System.clearProperty(org.apache.maven.scm.provider.perforce.PerforceScmProvider.DEFAULT_CLIENTSPEC_PROPERTY);
         }
 
         return repository;

-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1-alpha-1-tf3635978.html#a10155254
Sent from the Continuum - Users mailing list archive at Nabble.com.

Reply via email to