Revision 28403 branches/v2_0_0_prep/build/buildman/bin/bmplugins/DepManDeployPlugIn.py

View differences:

DepManDeployPlugIn.py
165 165
                    login = self._server._repository_login = s._repository_login
166 166
                    pwd = self._server._repository_passwd = s._repository_passwd
167 167
        
168
        tmpdir = self._dmplugin.getDepManPath() + os.path.sep + ".cache" + os.path.sep + file_path
169
		
168
        #tmpdir = self._dmplugin.getDepManPath() + os.path.sep + ".cache" + os.path.sep + file_path
169
		tmpdir = self._dmplugin.getMavenPath()+os.path.sep+"repository"+os.path.sep+file_path
170 170

  
171 171
        if self._server._repository_proto == "ssh":
172 172
			dmutil.rmdir(".dmn_tmp") # Prevent for uploading bad previous compilations!

Also available in: Unified diff