"target/test-classes/unit/basic-deploy-scp/target/" +
"deploy-test-file-1.0-SNAPSHOT.jar" );
assertTrue( file.exists() );
DeployArtifactStub artifact = ( DeployArtifactStub ) getVariableValueFromObject( mojo, "artifact" );
artifact.setFile( file );
String altUserHome = System.getProperty( "user.home" );
if ( altUserHome.equals( originalUserHome ) )
{