not ready for this yet

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-08-02 23:16:03 +00:00
parent 6508398316
commit 2b4a78632c
1 changed files with 2 additions and 0 deletions

View File

@ -357,6 +357,7 @@ public class DefaultMavenProjectBuilder
model.setDistributionManagement( new DistributionManagement() ); model.setDistributionManagement( new DistributionManagement() );
model.getDistributionManagement().setStatus( ArtifactStatus.GENERATED.toString() ); model.getDistributionManagement().setStatus( ArtifactStatus.GENERATED.toString() );
/* TODO: we should only do this if we can verify the existence of the JAR itself
File file = artifact.getFile(); File file = artifact.getFile();
file.getParentFile().mkdirs(); file.getParentFile().mkdirs();
@ -376,6 +377,7 @@ public class DefaultMavenProjectBuilder
{ {
IOUtil.close( writer ); IOUtil.close( writer );
} }
*/
} }
} }