public interface P2Generator
Modifier and Type | Method and Description |
---|---|
void |
generateMetadata(List<IArtifactFacade> artifacts,
Map<String,IArtifactFacade> artifactsToBeAttached,
File targetDir) |
void generateMetadata(List<IArtifactFacade> artifacts, Map<String,IArtifactFacade> artifactsToBeAttached, File targetDir) throws IOException
artifacts
- artifactsToBeAttached
- The passed data maps maven artifact classifier to artifacts. It is intended for
adding additional artifacts during meta-data generation. Artifacts in this map
will be attached with given classifier to the maven project for which meta-data is
generated.targetDir
- location to store artifacts created during meta data generation (e.g. root file
zip)IOException
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.