]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.agent/src/main/java/org/argeo/slc/maven/MavenDeployEnvironment.java
Improve Spring/Ant bridge
[gpl/argeo-slc.git] / org.argeo.slc.agent / src / main / java / org / argeo / slc / maven / MavenDeployEnvironment.java
index d10b073e1e972f9574b8aff3884efbf479b46168..ebe06ea82807eb94969cf26c5c452557239d7a9a 100644 (file)
@@ -39,7 +39,7 @@ public class MavenDeployEnvironment implements DeployEnvironment {
                }
 
                try {
-                       File tempDir = new File("/tmp/"+UUID.randomUUID().toString());
+                       File tempDir = new File("/tmp/" + UUID.randomUUID().toString());
                        tempDir.mkdirs();
                        targetLocation.mkdirs();
                        Properties props = new Properties();