mirror of https://github.com/apache/maven.git
PR: MNG-936
make sure directory exists first git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8454680eb
commit
20116dbc4e
|
@ -582,6 +582,7 @@ public class DefaultPluginVersionManager
|
|||
|
||||
try
|
||||
{
|
||||
pluginRegistryFile.getParentFile().mkdirs();
|
||||
fWriter = new FileWriter( pluginRegistryFile );
|
||||
|
||||
PluginRegistryXpp3Writer writer = new PluginRegistryXpp3Writer();
|
||||
|
|
Loading…
Reference in New Issue