Create output directory

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2006-07-26 22:41:10 +00:00
parent 6a24473970
commit e5a3682ec5
1 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,8 @@ public class Maven1Converter
outputdir = basedir; outputdir = basedir;
} }
outputdir.mkdirs();
File pomxml = new File( outputdir, "pom.xml" ); File pomxml = new File( outputdir, "pom.xml" );
if ( pomxml.exists() ) if ( pomxml.exists() )