o fixed build due to r607555

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@613482 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-01-20 00:17:26 +00:00
parent cfa95697e9
commit aaeae9dabf
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class StubArtifactResolver
{ {
if ( factory != null ) if ( factory != null )
{ {
factory.setArtifactFile( artifact ); factory.setArtifactFile( artifact, factory.getWorkingDir() );
} }
} }
catch ( IOException e ) catch ( IOException e )