o fixed build due to r607555
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@613482 13f79535-47bb-0310-9956-ffa450edef68master
parent
cfa95697e9
commit
aaeae9dabf
|
|
@ -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 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue