mirror of https://github.com/apache/maven.git
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:
parent
6a24473970
commit
e5a3682ec5
|
@ -267,6 +267,8 @@ public class Maven1Converter
|
|||
outputdir = basedir;
|
||||
}
|
||||
|
||||
outputdir.mkdirs();
|
||||
|
||||
File pomxml = new File( outputdir, "pom.xml" );
|
||||
|
||||
if ( pomxml.exists() )
|
||||
|
|
Loading…
Reference in New Issue