mirror of https://github.com/apache/maven.git
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:
parent
6508398316
commit
2b4a78632c
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue